iPXE discussion forum
undionly.kpxe vs undionly.kkpxe - Printable Version

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



undionly.kpxe vs undionly.kkpxe - jbirlingmair - 2016-07-11 23:14

What is the difference between the two stack methods in undionly.kpxe and undionly.kkpxe?


RE: undionly.kpxe vs undionly.kkpxe - mcb30 - 2016-07-12 05:50

(2016-07-11 23:14)jbirlingmair Wrote:  What is the difference between the two stack methods in undionly.kpxe and undionly.kkpxe?

undionly.kpxe will unload the PXE base code and leave the UNDI driver present.

undionly.kkpxe will not unload the PXE base code. It can be used to work around buggy BIOSes where INT 18 is broken and the only way for iPXE to exit is to return to the PXE base code.

Michael