PXE Boot could not boot
-
Hi,
After install Fog using v1.5.6.4 on Ubuntu 16.04 I’m getting a error every time that the system try to show the boot menu. Fresh install with fresh OS. I tried Ubuntu 18.04 with the same result.
Thanks.
-
@maikBat That almost seems like you are trying to boot a bios based system with a uefi image. OR your image name contains an illegal character (I’m suspecting the latter).
I want you to key in the following url
http://<fog_server_ip>/fog/service/ipxe/boot.php?mac=00:00:00:00:00:00
replace<fog_server_ip>
with the real IP of your fog server. Post the results here. The output will be the config file for iPXE. Since the error you posted is giving your iPXE options I’m suspecting that there is an unexpected character in something you keyed in. -
Today I learned that when adding a new item to PXE menu “Menu Item” cannot have spaces. Instead type “New Item” you should type “NewItem”. When I checked the PXE config file using the link was kind of evident that this was the problem and in effect it was.
Thanks for the help