Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EFI equivalent of undionly.kpxe
2015-05-11, 14:14
Post: #1
EFI equivalent of undionly.kpxe
Does an equivalent of undionly.kpxe exists where iPXE keeps the DHCP info? I'm already using snponly.efi but it still need to make a new DHCP request.
Find all posts by this user
Quote this message in a reply
2015-05-11, 19:03
Post: #2
RE: EFI equivalent of undionly.kpxe
As I understand the DHCP packets is not cached in EFI and thus not available for iPXE to read, and therefore it needs to do a full dhcp to get the information. Hopefully mcb30 can jump in here and give the correct explanation.

EFI and legacy iPXE load is fundamentaly different, for example ipxe.efi can load its own native drivers and fallback to NII or SNP if there is no native driver available, this is a big difference from legacy ipxe where there is no support for native and undi in the same binary.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2016-03-17, 11:55 (This post was last modified: 2016-03-17 11:57 by robinsmidsrod.)
Post: #3
RE: EFI equivalent of undionly.kpxe
Use ifopen net0 instead of dhcp net0 in an embedded script to reuse the existing DHCP packet from the previous PXE stack.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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