[ipxe-devel] UEFI wimboot
Michael Brown
mcb30 at ipxe.org
Thu Sep 18 13:46:30 UTC 2014
On 18/09/14 14:33, NICOLAS CATTIE wrote:
> I'm using the bin-x86_64-efi/snponly.efi version
>
> The debug message (just after the download "...ok" message) is : EFIIMAGE 0xb815d048 could not boot: Error 0x 7f048182
That's not a message which can be generated by iPXE:
$ git grep EFIIMAGE
image/efi_image.c: DBGC ( image, "EFIIMAGE %p could not
identify SNP device\n",
image/efi_image.c: DBGC ( image, "EFIIMAGE %p could not
install file protocol: "
image/efi_image.c: DBGC ( image, "EFIIMAGE %p could not
install iPXE download "
image/efi_image.c: DBGC ( image, "EFIIMAGE %p could not
create device path\n",
image/efi_image.c: DBGC ( image, "EFIIMAGE %p could not
create command line\n",
image/efi_image.c: DBGC ( image, "EFIIMAGE %p could not
load: %s\n",
image/efi_image.c: DBGC ( image, "EFIIMAGE %p filling in
missing DeviceHandle\n",
image/efi_image.c: DBGC ( image, "EFIIMAGE %p could not
start (or returned with "
image/efi_image.c: DBGC ( image, "EFIIMAGE %p could not
load: %s\n",
I'm assuming the message was "EFIIMAGE 0xb815d048 could not load: Error
0x7f048182", since you said that it was generated from the "kernel"
command (rather than the "boot" command), and there should be only one
possible error message on that code path.
The error is EFI_INVALID_PARAMETER. It's plausible that the platform
firmware is complaining about our NULL parameter for DevicePath. Could
you try the attached patch, which provides a dummy empty device path?
Thanks,
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ipxe-efi-nonnull-path.patch
Type: text/x-patch
Size: 836 bytes
Desc: not available
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20140918/6304218e/attachment.bin>
More information about the ipxe-devel
mailing list