iPXE discussion forum

Full Version: No nics detect by ipxe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm trying to install a cisco servers with ipxe but it can't detect any nics.
My server needs the enic driver.
Is there someone who has integrate this driver to ipxe ?
Any idea on how to add this driver to ipxe ?

Thanks in advance for your help !
(2018-05-18 17:27)badar Wrote: [ -> ]I'm trying to install a cisco servers with ipxe but it can't detect any nics.
My server needs the enic driver.
Is there someone who has integrate this driver to ipxe ?
Any idea on how to add this driver to ipxe ?

As of yet, no-one has either contributed an enic driver or committed to funding its development. If you are a capable C programmer then adding an iPXE driver is relatively straightforward: take a look at some existing drivers such as drivers/net/intel.c and drivers/net/realtek.c for references.

Michael
Reference URL's