ipxe uefi x64 WimBoot [answered]
|
2016-03-15, 16:08
Post: #7
|
|||
|
|||
RE: ipxe uefi x64 WimBoot
(2016-03-15 15:22)Fimlore Wrote:(2016-03-14 18:59)mcb30 Wrote:(2016-03-14 16:22)Fimlore Wrote: The WIM is definitely a x64 version, so that can't be the issue; leaves me only with the BCD and sdi files, are those platform dependent?Could you extract the file \Windows\Boot\EFI\bootmgfw.efi from your .wim image and post a copy of it somewhere? Thanks. That file is definitely a 32-bit UEFI executable: Code: [mcb30@squirrel ~]$ objdump -x ~/tmp/bootmgfw.efi For reference, here's the equivalent for a 64-bit UEFI executable: Code: /vault/images/efi/x64/Shell.efi: file format pei-x86-64 A 32-bit UEFI executable cannot be loaded on a 64-bit UEFI system. This fully explains the error that you were seeing. The question then becomes why would there be a 32-bit UEFI bootmgfw.efi in your apparently 64-bit WIM? I wonder if your toolchain is somehow including both 32-bit and 64-bit versions of bootmgfw.efi, and wimboot is erroneously picking up the 32-bit version. Could you post a full list of all *.efi files present within the problematic WIM? Thanks, Michael |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
ipxe uefi x64 WimBoot [answered] - Fimlore - 2016-03-11, 16:00
RE: ipxe uefi x64 WimBoot - NiKiZe - 2016-03-11, 17:16
RE: ipxe uefi x64 WimBoot - mcb30 - 2016-03-14, 15:12
RE: ipxe uefi x64 WimBoot - Fimlore - 2016-03-14, 16:22
RE: ipxe uefi x64 WimBoot - mcb30 - 2016-03-14, 18:59
RE: ipxe uefi x64 WimBoot - Fimlore - 2016-03-15, 15:22
RE: ipxe uefi x64 WimBoot - mcb30 - 2016-03-15 16:08
RE: ipxe uefi x64 WimBoot - Fimlore - 2016-03-15, 16:23
RE: ipxe uefi x64 WimBoot [answered] - robinsmidsrod - 2016-03-17, 13:25
RE: ipxe uefi x64 WimBoot [answered] - burinot - 2020-10-02, 10:00
|
User(s) browsing this thread: 2 Guest(s)