EFI BC build [Solved: secure boot]
|
2015-05-11, 14:25
(This post was last modified: 2015-05-12 15:13 by blanalex.)
Post: #1
|
|||
|
|||
EFI BC build [Solved: secure boot]
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? |
|||
2015-05-11, 19:43
(This post was last modified: 2015-05-11 19:44 by NiKiZe.)
Post: #2
|
|||
|
|||
RE: EFI BC build
(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...3d7c101ef7 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) Use GitHub Discussions VRAM bin |
|||
2015-05-12, 15:13
Post: #3
|
|||
|
|||
RE: EFI BC build
You're right, it was secure boot.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)