DEFAULT menu.c32 PROMPT 0 TIMEOUT 50 ALLOWOPTIONS 0 MENU COLOR border 37;44 #90ffffff #00000000 std MENU MARGIN 2 MENU TITLE Startup Options LABEL 1 MENU LABEL R-Drive Image Technician GUI (Graphic Mode) TEXT HELP Use the cursor keys to select which entry is highlighted. Press enter to boot the selected entry. ENDTEXT KERNEL kernel APPEND vga=normal initrd=rootgui,rmscsi.bin,rmusb.bin,rmpcard.bin,rmother.bin,rmconfig.bin rw LABEL 2 MENU LABEL R-Drive Image Technician GUI (Safe VGA Mode) TEXT HELP Use the cursor keys to select which entry is highlighted. Press enter to boot the selected entry. ENDTEXT KERNEL kernel APPEND vga=normal initrd=rootgui,rmscsi.bin,rmusb.bin,rmpcard.bin,rmother.bin,rmconfig.bin rw rgui_video_mode_ask rgui_vesa_only rgui_video_mode=800x600@60 LABEL 3 MENU LABEL R-Drive Image Technician TUI (Text Mode) TEXT HELP Use the cursor keys to select which entry is highlighted. Press enter to boot the selected entry. ENDTEXT KERNEL kernel APPEND vga=normal initrd=rootfs,rmscsi.bin,rmusb.bin,rmpcard.bin,rmother.bin,rmconfig.bin rw |