2010-12-03 01:41:07 +01:00
|
|
|
LABEL existing
|
|
|
|
TEXT HELP
|
|
|
|
Boot an existing operating system. Press TAB to edit the disk and partition
|
|
|
|
number to boot.
|
|
|
|
ENDTEXT
|
|
|
|
MENU LABEL Boot existing OS
|
2011-11-28 16:28:03 +01:00
|
|
|
COM32 boot/syslinux/chain.c32
|
2010-12-03 01:41:07 +01:00
|
|
|
APPEND hd0 0
|
|
|
|
|
|
|
|
# http://www.memtest.org/
|
|
|
|
LABEL memtest
|
|
|
|
MENU LABEL Run Memtest86+ (RAM test)
|
2011-11-28 16:28:03 +01:00
|
|
|
LINUX boot/memtest
|
2010-12-03 01:41:07 +01:00
|
|
|
|
|
|
|
# http://hdt-project.org/
|
|
|
|
LABEL hdt
|
|
|
|
MENU LABEL Hardware Information (HDT)
|
2011-11-28 16:28:03 +01:00
|
|
|
COM32 boot/syslinux/hdt.c32
|
|
|
|
APPEND modules_alias=boot/syslinux/hdt/modalias.gz pciids=boot/syslinux/hdt/pciids.gz
|
2010-12-03 01:41:07 +01:00
|
|
|
|
|
|
|
LABEL reboot
|
|
|
|
MENU LABEL Reboot
|
2011-11-28 16:28:03 +01:00
|
|
|
COM32 boot/syslinux/reboot.c32
|
2010-12-03 01:41:07 +01:00
|
|
|
|
|
|
|
LABEL poweroff
|
|
|
|
MENU LABEL Power Off
|
2011-11-28 16:28:03 +01:00
|
|
|
COMBOOT boot/syslinux/poweroff.com
|