@anwoke8204 said in Fog taking forever to boot to the network:
tftp 10.4.47.15 ipxe.efi c:\users\kstevens
Hopefully you just missed the action command when you posted the command.
The command should be
tftp 10.4.47.15 get ipxe.efi c:\users\kstevens and it should place the file ipxe.efi in the directory path you provided. It concerns me that the destination file name did not match the source name. The transfer should be very quick like about 2-3 seconds from the time you hit enter on that get command.
What are ping times to this fog server 10.4.47.15 from this same windows test computer?
What are ping time if you use this command ping -4 -l 1300 -n 4 10.4.47.15 This command says use ipv4 set the payload size to 1300 and ping 4 times to the host. I’m specifically using a payload size larger that the default ping size to see if we are hitting a mtu issue that wouldn’t be visible with a 64 byte ping size.