I want to install the system using IPXE in UEFI mode and embed scripts using ipXE.efi.The following:
[root@localhost src]# cat uefi.ipxe #!ipxe
dhcp chain http://192.168.222.1/ipxeboot/menu.ipxe
compile:
make bin-x86_64-efi/ipxe.efi EMBED=uefi.ipxe
The installation error is as follows: