#!ipxe :start menu iPXE Boot Options item local Boot from local hdd item shell iPXE shell item gotopxe Go to local network pxeboot item exit Exit to BIOS choose --default gotopxe --timeout 10000 option && goto ${option} :local echo Booting from local disks ... exit 0 :shell shell :gotopxe echo goto local network boot.ipxe && chain --autofree http://files.cqgyd.com:10888/ipxe/boot.ipxe :exit exit