iPXE discussion forum

Full Version: DLPXE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi

i am trying to build an efi boot file for displaylink network card using DLPXE repository.

however if i try make bin/ipxe.efi ,snp.efi,.... etc i get make: *** No rule to make target `bin/ncm.efi'. Stop.

What am i doing wrong and how can i build that efi file?
(2015-09-22 17:24)alexmateescu Wrote: [ -> ]i am trying to build an efi boot file for displaylink network card using DLPXE repository.

however if i try make bin/ipxe.efi ,snp.efi,.... etc i get make: *** No rule to make target `bin/ncm.efi'. Stop.

What am i doing wrong and how can i build that efi file?

Firstly, just use the normal iPXE repository. The DLPXE repository basically contains just branding string changes, and may not always be up to date with the latest code.

Secondly, you need to make bin-x86_64-efi/ncm.efi rather than bin/ncm.efi. That should work.

Michael
Reference URL's