PXE boot failure
-
Hi Everyone.
I am a noob when it comes to linux and fog. I have heard great things and want to learn something new.
I have a new setup linux 14.04 server fog 1.2.0. When I try to pxe boot, I am getting the message “Could not start download: Operation not supported (http://ipxe.org/3c092003)”
DHCP is windows 2k8
DHCP Server options
66 Boot server host name “IP of Fog server”
67 Bootfile Name udnionly.kpxeAm I missing something?
I attached a pic of my TFTP settings page
-
Your bootfile is misspelled. It’s
undionly.kpxe
I would recommend usingundionly.kkpxe
though.Operation not supported… What model of computer are you trying to boot?
-
Sorry, I did misspell it in the thread but it is correct on my dhcp server. I am using a vm windows 7 x64. vmware 6.
-
@monasmith529 is the fog server virtualized too? is the client’s NIC type set to bridged? What’s doing DHCP ? Are you behind a home router device? Normally those do DHCP too, and they usually don’t support the needed options.
MOST people would use dnsmasq at home if they didn’t want to turn DHCP off for their home routing device.
-
Have you tried searching the forums? This error is being reported many times. Are you sure your windows DHCP server is handing out the correct information (take a look using wireshark for example). Is tftp on your FOG server running and listening (
netstat -antup | grep ":69"
)? -
@Wayne-Workman Yes it is a vm single nic vmxnet 3. No bridging.
-
@Sebastian-Roth Yes I have searched and tried many things, but nothing I have found seems to be working.
-
@monasmith529 Check this out - Do the troubleshooting towards the top.
https://wiki.fogproject.org/wiki/index.php/Troubleshoot_TFTPMy advice would be to do a packet capture on the DHCP server - Wireshark 2.0 was recently released, it’s real nice.
Look at the DHCP Discover, Offer, Request, Acknowledge packets - make sure the correct options are being passed.
-
While I’m not the sharpest tool in the shed, but wouldn’t this imply that the OP has the right settings for dhcp?
When I try to pxe boot, I am getting the message “Could not start download: Operation not supported (http://ipxe.org/3c092003)”
If the OP is getting a warning message that indicates “ipxe.org”, it would seem that the ipxe boot file [udnionly.kpxe] made it to the target computer, since the PXE boot loader doesn’t know anything about ipxe? and ipxe is generating the error.
OP are you getting any bits of the boot menu? Maybe a screen (mobile phone) shot of the boot screen might give an indication of the root of the error. The error basically says you tried to use a protocol that isn’t supported by this ipx kernel. This is not something that is in the OPs control.
-
@Wayne-Workman @Sebastian-Roth I figured it out. The issue was with another DHCP server at another campus. For some reason it was see that server and not communicating since I did not have the server options stored. After adding the options its pxe booting fine.
-
@monasmith529 said:
Yes it is a vm single nic vmxnet 3. No bridging.
No bridging??? Wouldn’t work I guess. Could you please explain a little more about your setup when asking a question next time. We cannot properly help you otherwise.