# Created by generate-pxe-menu! Do NOT edit unless you know what you are doing! # Keep those comment "MENU DEFAULT" and "MENU HIDE"! Do NOT remove them. # Note!!! If "serial" directive exists, it must be the first directive # # # Modified by Spiros Georgaras # to provide Menu like interface for Clonezilla-SysRescCD # default vesamenu.c32 timeout 300 prompt 0 noescape 1 MENU MARGIN 10 MENU WIDTH 80 MENU BACKGROUND ocswp.png # Set the color for unselected menu item and timout message MENU COLOR TITLE 1;32;41 #ffffffff #00000000 STD MENU COLOR UNSEL 7;32;41 #ff000000 #00000000 NONE MENU COLOR SEL 7;37;49 #ffffffff #fff47b0f ALL MENU COLOR TIMEOUT_MSG 7;32;41 #ff000000 #00000000 NONE MENU COLOR TIMEOUT 1;32;41 #ffffffff #00000000 STD # MENU MASTER PASSWD say ********************************************************************** say Clonezilla, the OpenSource Clone System. say NCHC Free Software Labs, Taiwan. say http://drbl.nchc.org.tw; http://drbl.sf.net say THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! say ********************************************************************** # Allow client to edit the parameters ALLOWOPTIONS 1 # simple menu title MENU TITLE Clonezilla-SysRescCD v 3.2.0 ############################################################################## # Title section ############################################################################## LABEL emptyM # MENU DEFAULT # MENU HIDE MENU LABEL ---------- Main Menu # MENU PASSWD kernel emptyM append isolinux.cfg ############################################################################## # Clonezilla section ############################################################################## LABEL othermenu # MENU DEFAULT # MENU HIDE MENU LABEL -> CD 1: Clonezilla Live # MENU PASSWD kernel vesamenu.c32 append clone.cfg ############################################################################## # End of Clonezilla section ############################################################################## ############################################################################## # SysRescCD section ############################################################################## label Empty0 # MENU DEFAULT # MENU HIDE MENU LABEL -> CD 2: System Rescue CD # MENU PASSWD kernel vesamenu.c32 append sysresc.cfg ############################################################################## # End of SysRescCD section ############################################################################## ############################################################################## # Tools section ############################################################################## label Empty1 # MENU DEFAULT # MENU HIDE MENU LABEL -> Tools # MENU PASSWD kernel vesamenu.c32 append tools.cfg ############################################################################## # End of Tools section ############################################################################## ############################################################################## # Local Boot section ############################################################################## # label Empty2 # # MENU DEFAULT # # MENU HIDE # MENU LABEL ---------- Local Boot Menu # # MENU PASSWD # kernel empty.kernel # append initrd=freedos.img label disk1 MENU DEFAULT # MENU HIDE MENU LABEL Boot from the first hard disk # MENU PASSWD kernel chain.c32 append hd0 label disk2 # MENU DEFAULT # MENU HIDE MENU LABEL Boot from the second hard disk # MENU PASSWD kernel chain.c32 append hd1 label floppy # MENU DEFAULT # MENU HIDE MENU LABEL Boot from Floppy # MENU PASSWD kernel chain.c32 append fd0 ############################################################################## # End of Local Boot section ##############################################################################