pxe-bootserver/resources/default-minimal

31 lines
704 B
Plaintext
Raw Normal View History

2023-04-12 16:06:41 +00:00
rootprompt 0
path bios
default bios/vesamenu.c32
TIMEOUT 300
2023-04-13 12:28:53 +00:00
MENU TITLE PXE __MENUTITLE__
MENU BACKGROUND __MENUBACKGROUND__
2023-04-12 16:06:41 +00:00
LABEL disk0
localboot 0
MENU LABEL Boot from first Harddisk
LABEL -
MENU LABEL --------------------------
LABEL ipxe
MENU LABEL * iPXE Shell
KERNEL ipxe.lkrn dhcp && shell
LABEL demo
MENU LABEL * iPXE Demonstration
KERNEL ipxe.lkrn dhcp && chain http://boot.ipxe.org/demo/boot.php
LABEL fdos
2023-04-13 12:28:53 +00:00
MENU LABEL * iPXE FreeDOS over HTTP and Internet
2023-04-12 16:06:41 +00:00
KERNEL ipxe.lkrn dhcp && sanboot http://boot.ipxe.org/freedos/fdfullcd.iso
2023-04-13 12:28:53 +00:00
LABEL fdos
MENU LABEL * iPXE FreeDOS over HTTP Local Server
KERNEL ipxe.lkrn dhcp && sanboot http://__NFSSERVERIP__/free/FD13LIVE.iso