iPXE discussion forum
how to save setting ? - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: how to save setting ? (/showthread.php?tid=1035)



how to save setting ? - tingfung - 2011-10-30 07:42

i burn the rom to intel pro 100.
i ctrl + b and use "config" to set the ip, netmask, gateway.
i ctrl + x to exit and type reboot, after reboot the config lose.
how can i save the config ?


RE: how to save setting ? - robinsmidsrod - 2011-11-01 14:54

Your network adapter needs to have some kind of NVRAM for that to work, and iPXE needs to support it. Any configuration you set is lost at reboot (that is normal operation) unless you have some kind of NVRAM.

Most people use DHCP to give variable information to iPXE, which it can use to make decisions on how to boot.

What are you trying to do?