<HTML><BODY><p>wimboot doesn't load bootmgr.efi with error 0x7f048283 in UEFI 32-bit<br><br>I use this script:<br>>#!ipxe<br>>dhcp<br>>kernel boot/wimboot<br>>initrd boot/bootmgr.efi bootmgr.efi<br>>boot</p>iPXE load all files and print this error message:<br>Could not boot: Error 0x7f048283 (http://ipxe.org/7f048283)<br><br>bootmgr.efi with this script it is loaded successfully:<br>>#!ipxe<br>>dhcp<br>>set filename boot/bootmgr.efi<br>>autoboot<br><br>if I use Legacy loading or UEFI64, there is no such problem. a problem only in UEFI32<br><br>Regards,<br>Dimazhan</BODY></HTML>