'ipxe uefi boot NBP filesize is 0 bytes

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:

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source