#!ipxe :main console --picture misc/splash.png menu netboot.${domain} PXE item --gap -- Misc item chain-online Chain on rthoni.com item config Config item shell Shell item --gap -- Power item reboot Reboot item poweroff Poweroff choose choice && goto ${choice} :chain-online chain http://netboot.rthoni.com/boot.ipxe :config config goto main :shell shell :reboot reboot :poweroff poweroff :boot-install set unix install/${install} set options vga=788 -- quiet goto boot-unix :boot-live set unix live/${live} set options vga=normal ramdisk_size=14332 root=/dev/nfs nfsroot=10.15.44.1:/pxeroot/${live} rw -- goto boot-unix :boot-livesquash kernel unix/livesquash/${livesquash}/vmlinuz initrd unix/livesquash/${livesquash}/initrd.img imgargs vmlinuz boot=live config hooks=filesystem username=live noeject fetch=http://netboot/unix/livesquash/${livesquash}/filesystem.squashfs boot :boot-unix initrd unix/${unix}/initrd.img boot unix/${unix}/vmlinuz ${options} :boot-iso initrd iso/${iso} chain /memdisk iso raw boot :boot-winpe kernel winpe/${winpe}/wimboot initrd winpe/${winpe}/bcd BCD initrd winpe/${winpe}/boot.sdi boot.sdi initrd winpe/${winpe}/boot.wim boot.wim boot