iPXE discussion forum
EFI equivalent of undionly.kpxe - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: EFI equivalent of undionly.kpxe (/showthread.php?tid=7724)



EFI equivalent of undionly.kpxe - blanalex - 2015-05-11 14:14

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.


RE: EFI equivalent of undionly.kpxe - NiKiZe - 2015-05-11 19:03

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.


RE: EFI equivalent of undionly.kpxe - robinsmidsrod - 2016-03-17 11:55

Use ifopen net0 instead of dhcp net0 in an embedded script to reuse the existing DHCP packet from the previous PXE stack.