Hi,

isn't here anybody who successfully built some upstream version of ipxe and used it with xcat?

I'd like to have custom boot image instead of xnba, but haven't been able to build the ipxe efi image so far.


it fails for me with multiple missing references to efi_systab, like:

    ld: bin/blib.a(efi_image.o): in function `efi_image_exec':
    ~/temp/ipxe_build/ipxe/src/image/efi_image.c:135: undefined reference to `efi_systab'

pointing me to ~/temp/ipxe_build/ipxe/src/image/efi_image.c:

    135         EFI_BOOT_SERVICES *bs = efi_systab->BootServices;

having efi_systab declared as extern in ~/temp/ipxe_build/ipxe/src/include/ipxe/efi/efi.h

    extern EFI_SYSTEM_TABLE *efi_systab;

any clue and/or similar experience?

I see same error in centos and in debian so I believe it's some problem between chair and the keyboard, but so far I haven't realized what it is..


--
Josef Dvoracek
Institute of Physics | Czech Academy of Sciences
cell: +420 608 563 558 | office: +420 266 052 669 | fzu phone nr. : 2669


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to