Troubleshooting FOG server

Just follow all the steps to install FOG server.

and if you get to encounter the host not getting boot from network, try these:

Disable firewall:
sudo ufw disable

restart TFTPD and DHCP:
sudo start isc-dhcp-server
sudo restart tftpd-hpa


And if you get a iPXE problem like:

iPXE 1.0.0+(d28b) -- Open Source Network Boot Firmware -- Features: NFS HTTP HTTPS iSCSI DNS TFTP AoE bzImage ELF NBOOT PXE PXEXT Menu Configuring (net0 my MAC address)..
could not start: download operation not supported

try updating ipxe files by:
wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/undionly.kpxe -O /tftpboot/undionly.kpxe 


References:
http://fogproject.org/forum/threads/could-not-start-download-operation-not-supported.10718/

http://fogproject.org/forum/threads/default-ipxe-connection-timed-out-fog_1-0-1-ubuntu-14-04-lts-winxp32-vbox-client.10522/
http://fogproject.org/forum/threads/host-wont-boot-in-pxe.10550/
http://www.fogproject.org/wiki/index.php/Booting_into_FOG_and_Uploading_your_first_Image

Popular Posts