xbgmsharp / ipxe-buildweb

iPXE Prebuilt binary web interface
GNU General Public License v3.0
157 stars 63 forks source link

EFI64 error #30

Closed radu-stefanache closed 8 years ago

radu-stefanache commented 8 years ago

Hi,

I am trying to generate an EFI PXE bootstrap 64-bit image providing the following extra settings:

  1. An ipxe script
  2. Image type: IMAGE_COMBOOT enabled

I get the following error: Build failed:

"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630 ...skipping,,,, [VERSION] bin-x86_64-efi/version.ipxe.efi.o [AR] bin-x86_64-efi/blib.a ar: creating bin-x86_64-efi/blib.a [LD] bin-x86_64-efi/ipxe.efi.tmp bin-x86_64-efi/blib.a(config.o): In function__requiring_symbol__': config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_comboot' config.c:(.tbl.requiring_symbols+0x0): undefined reference toobj_com32' config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_comboot_call' config.c:(.tbl.requiring_symbols+0x0): undefined reference toobj_com32_call' config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_com32_wrapper' config.c:(.tbl.requiring_symbols+0x0): undefined reference toobj_comboot_resolv' make: *** [bin-x86_64-efi/ipxe.efi.tmp] Error 1 rm bin-x86_64-efi/version.ipxe.efi.o make: Leaving directory /var/tmp/ipxe-build/ipxe-build-TkSvyY/src' "make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630

robinsmidsrod commented 8 years ago

COMBOOT support can't be enabled on an UEFI build, to my knowledge. UEFI environments can only boot EFI executables.

radu-stefanache commented 8 years ago

Hi Robin,

thanks for the reply!