(Error code 2e0080)
This error originated from one of the following locations within the iPXE source code:
DEBUG=image
(Please edit this page to include any of your own useful hints and tips for fixing this error.)
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.