[ipxe-devel] iPXE + UEFI + WINPE5 Failures on HP Z230 Workstations

Andrew Bobulsky rulerof at gmail.com
Thu Feb 25 19:21:01 UTC 2016


On Thu, Feb 25, 2016 at 1:26 AM, Jessica Hamilton <
jessica.l.hamilton at gmail.com> wrote:

> Hi,
>
> I'm having real problems trying to make any headway trying to boot a
> WINPE5 based ISO image with iPXE.
>
> My iPXE script currently looks like the following:
>
> kernel /iPXE/wimboot
> initrd /Images/Autoghost4.02/contents/BOOT/BCD BCD
> initrd /Images/Autoghost4.02/contents/BOOT/BOOT.SDI
> initrd
> /Images/Autoghost4.02/contents/SOURCES/BOOT/Windows/Boot/EFI/bootmgfw.efi
> bootmgfw.efi
> initrd /Images/Autoghost4.02/contents/SOURCES/BOOT.WIM
> boot
>
> But it's failing to load the EFI loader with the error EFI_UNSUPPORTED.
>
> Output is as follows:
> Using bootmgfw.efi via 0xbb037588 len 0x14a560
> ...found bootmgfw.efi file bootmgfw.efi
> Using BOOT.WIM via 0xbb037628 len 0xb8e75e1
> ...found WIM file BOOT.WIM
> Using wimboot via 0xbb0376c8 len 0x8440
> Read bootmgfw.efi
> Could not load bootmgfw.efi: 0x8000000000000003
> Could not boot: Error 0x7f048281 (http://ipxe.org/7f048281)
>
> I've also tried adding initrd line for bootmgr.efi as well, after
> first attempt at "boot", it fails as before, but a second attempt at
> "boot", I get the following:
>
> Could not install disk block I/O protocols: 0x8000000000000014, which
> I believe maps to EFI_ALREADY_STARTED?
>
> I'm really very stuck at this point :(
>
> Jessica
>
>
Hello Jessica,

Looking at the script you've used and seeing the error you're getting, I
can't say for sure where the culprit is, but could suggest some
troubleshooting steps.

The error _appears_ to be a problem loading bootmgfw.efi. Wimboot can
extract that file from the WIM (unless you explicitly provide it as in your
script), so try commenting out or removing the line:

>initrd
/Images/Autoghost4.02/contents/SOURCES/BOOT/Windows/Boot/EFI/bootmgfw.efi
bootmgfw.efi

...and see what happens.

It would be a good idea to rule out this system's firmware as being the
source of the problem as well. Do you have any other UEFI machines you can
try booting with the same payload?

Best regards,
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20160225/b26ebe94/attachment.htm>


More information about the ipxe-devel mailing list