#!ipxe :start menu boot.laggy.org item --gap Default item disk-local Boot from Local Disk item --gap item --gap Operating Systems item centos-7-7 CentOS 7.7 item centos-6-10 CentOS 6.10 item esxi-7-0U2a VMware ESXi 7.0 Update 2a Build 17867351 item esxi-7-0b VMware ESXi 7.0b Build 16324942 item esxi-7-0 VMware ESXi 7.0 Build 15843807 item dos622 MS DOS 6.22 item --gap item --gap PIS OS Auto-Installers item pis-centos-7 PIS CentOS 7 item --gap item --gap Dell R730 Hardware item dell-r730-bios Install Dell R730 BIOS v2.11.0 item --gap item --gap Dell R720 Hardware item dell-r720-bios Install Dell R720 BIOS v2.9.0 item --gap item --gap Utilities item reload Reload this menu item marvell-flash Marvell 9230 UEFI Flasher item marvell-9230 Marvell 9230 (Startech M.2) UEFI RAID Utility item shell-ipxe Drop to iPXE shell choose target && goto ${target} :failed echo Booting failed, dropping to shell sleep 10 goto start :disk-local exit 0 :centos-7-7 sanboot --no-describe --drive 0x00 http://centos.s.uw.edu/centos/7.7.1908/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso || goto failed :centos-6-10 sanboot --no-describe --drive 0x00 http://centos.s.uw.edu/centos/6/isos/x86_64/CentOS-6.10-x86_64-netinstall.iso || goto failed :esxi-7-0U2a initrd https://boot.laggy.org/oses/VMware-VMvisor-Installer-7.0U2a-17867351.x86_64.iso chain https://boot.laggy.org/utilities/memdisk iso || goto failed :esxi-7-0b sanboot --no-describe --drive 0x00 https://boot.laggy.org/oses/VMware-VMvisor-Installer-7.0b-16324942.x86_64.iso || goto failed :esxi-7-0 sanboot --no-describe --drive 0x00 https://boot.laggy.org/oses/VMware-VMvisor-Installer-7.0.0-15843807.x86_64.iso || goto failed :dos622 sanboot --no-describe --drive 0x00 https://boot.laggy.org/utilities/dos622.img || goto failed :pis-centos-7 kernel http://centos.s.uw.edu/centos/7/os/x86_64/images/pxeboot/vmlinuz ip=dhcp root=live:http://centos.s.uw.edu/centos/7/os/x86_64/LiveOS/squashfs.img inst.ks=http://bootstrap.ops.privateinternet.services/hw-c7-ks.cfg nodmraid inst.repo=http://centos.s.uw.edu/centos/7/os/x86_64 initrd http://centos.s.uw.edu/centos/7/os/x86_64/images/pxeboot/initrd.img boot || goto failed :dell-r730-bios chain https://boot.laggy.org/servers/dell-r730/dell-r730-bios-20191220-v2-11-0.efi || goto failed :dell-r720-bios chain https://boot.laggy.org/servers/dell-r720/dell-r720-bios-20200109-v2-9-0.efi || goto failed :marvell-flash imgfree kernel https://boot.laggy.org/utilities/memdisk initrd https://boot.laggy.org/utilities/marvell.img.gz boot || goto failed :marvell-9230 #chain --autofree https://boot.laggy.org/utilities/marvell-9230-raid-config-1-1-0-1007.efi || goto failed chain https://boot.laggy.org/utilities/startech.efi || goto failed :reload chain --autofree https://boot.laggy.org || goto failed :shell-ipxe echo Type 'exit' to get the back to the menu shell set menu-timeout 0 set submenu-timeout 0 goto start