wimboot doesn't load bootmgr.efi with error 0x7f048283 in UEFI 32-bit

I use this script:
>#!ipxe
>dhcp
>kernel boot/wimboot
>initrd boot/bootmgr.efi bootmgr.efi
>boot iPXE load all files and print this error message:
Could not boot: Error 0x7f048283 (http://ipxe.org/7f048283)

bootmgr.efi with this script it is loaded successfully:
>#!ipxe
>dhcp
>set filename boot/bootmgr.efi
>autoboot

if I use Legacy loading or UEFI64, there is no such problem. a problem only in 
UEFI32

Regards,
Dimazhan
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to