UEFI Network Boot: loop and exec format error
|
2016-01-06, 22:09
(This post was last modified: 2016-01-06 22:38 by NiKiZe.)
Post: #2
|
|||
|
|||
RE: UEFI Network Boot: loop and exec format error
(2016-01-06 22:01)altsysrq Wrote: Is there a resource I am overlooking for compiling and setting up a UEFI network boot through PXE? Otherwise, I am not sure what I am doing wrong. Any ideas? The boot loop sounds like the one described at http://ipxe.org/howto/chainloading#break...inite_loop How does the precompiled ipxe.efi behave differently from the one you compiled yourself? Efi environment only supports booting efi executables. To boot a Linux kernel in EFI mode it needs to be compiled with EFI_STUB enabled. A recent thread with this issue on CentOS 6.5: http://forum.ipxe.org/showthread.php?tid=7726 Edit: Sorry, missed part of your dhcpd.conf you want something like this : Code: next-server 10.10.10.1; First we move out next-server since it is set to the same for all cases. Next we add an if at the top that runs if it is iPXE that starts, and in that case we send the path to the script instead of the ipxe executable itself. That way it will stop loop booting Use GitHub Discussions VRAM bin |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
UEFI Network Boot: loop and exec format error - altsysrq - 2016-01-06, 22:01
RE: UEFI Network Boot: loop and exec format error - NiKiZe - 2016-01-06 22:09
RE: UEFI Network Boot: loop and exec format error - altsysrq - 2016-01-06, 23:34
RE: UEFI Network Boot: loop and exec format error - NiKiZe - 2016-01-06, 23:48
RE: UEFI Network Boot: loop and exec format error - MultimediaMan - 2016-01-07, 08:40
SOLVED: UEFI Network Boot: loop and exec format error - altsysrq - 2016-01-07, 17:43
initrd - MultimediaMan - 2016-01-07, 23:53
RE: initrd - altsysrq - 2016-01-08, 01:39
|
User(s) browsing this thread: 2 Guest(s)