EFI BC build [Solved: secure boot] - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: EFI BC build [Solved: secure boot] (/showthread.php?tid=7725) |
EFI BC build [Solved: secure boot] - blanalex - 2015-05-11 14:25 I'm able to boot to iPXE in a VM in UEFI mode. In the DHCP request, the vendor field is PXEClient:Arch:00009, which means UEFI x64 architecture. However my actual clients (eg Dell Latitude E5540, Lenovo ThinkPad T540p) have PXEClient:Arch:00007 in their vendor field, which means UEFI byte code. I've tried to push them the same binary but it doesn't work. The system downloads the NBP, the screen turn dark and skip to IPv6 booting. Is there a way to build a Byte Code version? RE: EFI BC build - NiKiZe - 2015-05-11 19:43 (2015-05-11 14:25)blanalex Wrote: I'm able to boot to iPXE in a VM in UEFI mode. In the DHCP request, the vendor field is PXEClient:Arch:00009, which means UEFI x64 architecture. Do you have Secure Boot disabled (or set to Other and not Windows) since the ipxe.efi is not yet signed? Most of the time I refer to https://gist.github.com/robinsmidsrod/4008017 Possible related old bug: https://bugzilla.redhat.com/show_bug.cgi?id=1181980 Related commit in iPXE: https://git.ipxe.org/ipxe.git/commitdiff/9cf2f9dc2b773b6544c86a7a347e143d7c101ef7 RFC: https://tools.ietf.org/html/rfc4578#section-2.1 Indeed 0007 should be BC and 0009 x64 but in real networks giving x64 to 0007 clients works. Could you try to see if any of bin-x86_64/ipxe.efi or bin-i386-efi/ipxe.efi works? I have so far not seen any EFI machine that does not run or work with the 64 bit mode. (as long as Secure boot is disabled) RE: EFI BC build - blanalex - 2015-05-12 15:13 You're right, it was secure boot. |