This is an old revision of the document!
====== Boot scripts ====== You can use any of the commands found in the [[commandline|gPXE command line reference]] as instructions in a script file to boot your OS. For example, [[http://etherboot.org/gtest/gtest.gpxe]] contains the following gPXE commands: #!gpxe kernel http://etherboot.org/gtest/bz2bzImage root=100 initrd http://etherboot.org/gtest/initrd.bz2 boot or this will boot from iSCSI: #!gpxe sanboot iscsi:192.168.2.23::::iqn.1994-04.org.netbsd.iscsi-target:target1