problem with pxe boot
-
hey!
Im having some trouble configuring a fog server and i was wondering if anyone here could help me…I’m running a windows server 2016 domain controller that handles dhcp and dns and i wanted to add a fog server to my network. The installation process went fine but now i’ve got an error when i try to pxe boot a pc
when i try to pxe boot it says filesize is 0 bytes and then it just boots into windows normally.
The pc i’m using is a dell optiplex 3010 and i’m running the latest version of fog.
On my domain controller I’ve enabled the scopes: 66 and 67 for boot server host name and bootfile name which I’ve set to undionly.kpxedoes anyone have a solution for this problem?
-
@daansterckx There are a couple of things you want to check:
- When the PC boots up, does it show the correct FOG server IP somewhere on the screen?
- On the FOG server run the following commands and post output here:
ls -al /tftpboot/undionly* ps ax | grep -e xinet -e tftp netstat -antup | grep "LISTEN" | grep "69"