# 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 5 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 # Allow client to edit the parameters ALLOWOPTIONS 1 # simple menu title MENU TITLE Clonezilla-SysRescCD v 3.2.0 LABEL othermenu # MENU DEFAULT # MENU HIDE MENU LABEL <- Back to Main Menu # MENU PASSWD kernel vesamenu.c32 append isolinux.cfg LABEL emptyM # MENU DEFAULT # MENU HIDE MENU LABEL ---------- Tools Menu # MENU PASSWD kernel emptyM append isolinux.cfg ############################################################################## # Tools section ############################################################################## label FreeDOSclon # MENU DEFAULT # MENU HIDE MENU LABEL FreeDOS (Clonezilla) # MENU PASSWD kernel memdisk append initrd=/live/freedos.img label FreeDOSsys # MENU DEFAULT # MENU HIDE MENU LABEL FreeDOS (System Rescue CD) # MENU PASSWD kernel memdisk append initrd=/bootdisk/freedos.img floppy label ntpasswd # MENU DEFAULT # MENU HIDE MENU LABEL Reset or edit Windows passwords # MENU PASSWD kernel /ntpasswd/vmlinuz append rw vga=1 initrd=/ntpasswd/initrd.cgz,/ntpasswd/scsi.cgz LABEL emptyM2 # MENU DEFAULT # MENU HIDE MENU LABEL ---------- Booting # MENU PASSWD kernel emptyM2 append - label sgd # MENU DEFAULT # MENU HIDE MENU LABEL Super Grub Disk # MENU PASSWD kernel memdisk append initrd=/bootdisk/sgd.img label sgd2 # MENU DEFAULT # MENU HIDE MENU LABEL Super Grub Disk (Including Grub 2) # MENU PASSWD kernel memdisk append initrd=/bootdisk/grubdisk.img floppy label gag # MENU DEFAULT # MENU HIDE MENU LABEL GAG Bootloader # MENU PASSWD kernel memdisk append initrd=/bootdisk/gag.img floppy label sbm # MENU DEFAULT # MENU HIDE MENU LABEL Smart Boot Manager # MENU PASSWD kernel memdisk append initrd=/bootdisk/sbm.img floppy LABEL linuxosdisk32 # MENU DEFAULT # MENU HIDE MENU LABEL Boot an exising on disk 32bit Linux # MENU PASSWD LINUX rescuecd INITRD initram.igz APPEND scandelay=1 root=auto LABEL linuxosdisk64 # MENU DEFAULT # MENU HIDE MENU LABEL Boot an exising on disk 64bit Linux # MENU PASSWD LINUX rescue64 INITRD initram.igz APPEND scandelay=1 root=auto LABEL emptyM1 # MENU DEFAULT # MENU HIDE MENU LABEL ---------- Network Boot # MENU PASSWD kernel emptyM1 append - label iPXE # MENU DEFAULT # MENU HIDE MENU LABEL Network boot via iPXE 1.0.1+ # MENU PASSWD kernel /live/ipxe.lkn label netboot # MENU DEFAULT # MENU HIDE MENU LABEL Network boot via gPXE 0.9.6 # MENU PASSWD kernel netboot append - LABEL emptyM0 # MENU DEFAULT # MENU HIDE MENU LABEL ---------- Hardware Tools # MENU PASSWD kernel emptyM0 append - label aida # MENU DEFAULT # MENU HIDE MENU LABEL Aida - Hardware diagnostic tool # MENU PASSWD kernel memdisk append initrd=/bootdisk/aida.img floppy label hdt # MENU DEFAULT # MENU HIDE MENU LABEL HDT - Hardware detection tool kernel memdisk append initrd=/bootdisk/hdt.img floppy label mhdd # MENU DEFAULT # MENU HIDE MENU LABEL MHDD - Low level HDD diagnostics # MENU PASSWD kernel memdisk append initrd=/bootdisk/mhdd.img floppy label dban # MENU DEFAULT MENU HIDE MENU LABEL DBAN - Securely wipe hard disks # MENU PASSWD kernel memdisk append initrd=/bootdisk/dban.img floppy label memtest # MENU DEFAULT # MENU HIDE MENU LABEL Memory test using Memtest86+ # MENU PASSWD # kernel memdisk # append initrd=/bootdisk/memtestp.img floppy kernel /bootdisk/memtestp append - ############################################################################## # End of Tools section ##############################################################################