This error usually indicates an unrecognised image format or, less commonly, a corrupted image.
Things to try:
iPXE 1.0.0+ -- Open Source Network Boot Firmware -- http://ipxe.org Features: HTTP iSCSI DNS TFTP AoE VLAN bzImage COMBOOT ELF MBOOT PXE PXEXT
shows that bzImage, COMBOOT, ELF, Multiboot, and PXE images are supported in this build of iPXE.
pxelinux.0
and memdisk
use legacy BIOS calls and can never work on UEFI.pxelinux.0
first.CONFIG_EFI_STUB
enabled. Most distribution kernels will already be built with CONFIG_EFI_STUB
enabled.imgstat
command to check that the filesize is correct and that the file has been detected as the correct type.#!ipxe
” signature is present at the beginning of the script.