Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE EFI - no network after the DHCP sequence
2016-09-13, 20:03
Post: #2
RE: iPXE EFI - no network after the DHCP sequence
If you must include ipxe into firmware then uou should build the efi that is specific for your NIC, and not use snp.
Let me try and explain like this:

snponly.efi will have support for the SNP/NII driver framework and relies on the existing firmware driver to work, if you add this to your firmware you normally replace the existing NIC fw. if you add both that will be weird.

Instead you will want to use the ipxe native driver for your nic (if there is one) to help further on this we would need more info about your hardware, pci device id to begin with 8086:xxxx you can get it in linux with lspci -nn

My suggestion otherwise is to use the normal firmware pxe support and chain into snponly.efi or ipxe.efi

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE EFI - no network after the DHCP sequence - NiKiZe - 2016-09-13 20:03



User(s) browsing this thread: 1 Guest(s)