Hi!
After installing FOG successfully, I am now configuring the ability to boot FOG via iPXE.
I’m using VMware Workstation at this moment, without any DHCP Server.
(Using VMware DHCP Settings)
In order to boot FOG via iPXE, I must configure an proxyDHCP. I’m following the tutorial available in the wiki, alongside with other info that I found.
The solution architecture:
I installed dnsmasq, created the symlink for the undionly.kpxe file, but now I’m facing boot loop.
My dnsmasq.conf file:
port=0
log-dhcp
tftp-root=/tftpboot
dhcp-boot=undionly.kpxe,fog,192.168.56.128
dhcp-option=17,/images
dhcp-option=vendor:PXEClient,6,2b
dhcp-no-override
pxe-service=X86PC, "Booting into FOG!", undionly
dhcp-range=192.168.56.128,proxy
The Bootloop: https://www.youtube.com/watch?v=XP1mWH6Sw_8
Can someone help me?
Thanks!