background_image '/mnt/isolinux'/'splash.png' set timeout=30 # D-I config version 2.0 # UNSUPPORTED command 'menu hshift 13' # UNSUPPORTED command 'menu width 49' # UNSUPPORTED command 'menu margin 8' # UNSUPPORTED command 'menu title Installer boot menu' # UNSUPPORTED command 'menu color title * #FFFFFFFF *' # UNSUPPORTED command 'menu color border * #00000000 #00000000 none' # UNSUPPORTED command 'menu color sel * #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color tabmsg * #ffffffff #00000000 *' # UNSUPPORTED command 'menu color help 37;40 #ffdddd00 #00000000 none' # UNSUPPORTED command 'menu vshift 12' # UNSUPPORTED command 'menu rows 10' # UNSUPPORTED command 'menu helpmsgrow 15' # The command line must be at least one line from the bottom. # UNSUPPORTED command 'menu cmdlinerow 16' # UNSUPPORTED command 'menu timeoutrow 16' # UNSUPPORTED command 'menu tabmsgrow 18' # UNSUPPORTED command 'menu tabmsg Press ENTER to boot or TAB to edit a menu entry' default='vesamenu.c32' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=true persistent file=/cdrom/preseed/trisquel.seed initrd=/casper/initrd boot=casper splash quiet noprompt -- initrd$linux_suffix '/'/'/casper/initrd' } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=true file=/cdrom/preseed/trisquel.seed initrd=/casper/initrd boot=casper splash quiet noprompt only-ubiquity -- initrd$linux_suffix '/'/'/casper/initrd' } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz.netinst' initrd=/casper/initrd.netinst vga=788 quiet BOOT_IMAGE=linux -- initrd$linux_suffix '/'/'/casper/initrd.netinst' } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz' boot=casper integrity-check initrd=/casper/initrd quiet splash -- initrd$linux_suffix '/'/'/casper/initrd' } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/isolinux/mt86plus' } menuentry 'Boot from first hard disk' --hotkey 'b' --id 'hd' { # File (host)//mnt/isolinux/gtk.cfg not found # UNSUPPORTED command 'menu begin advanced' # UNSUPPORTED command 'menu title Advanced options' # UNSUPPORTED command 'menu color title * #FFFFFFFF *' # UNSUPPORTED command 'menu color border * #00000000 #00000000 none' # UNSUPPORTED command 'menu color sel * #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color tabmsg * #ffffffff #00000000 *' # UNSUPPORTED command 'menu color help 37;40 #ffdddd00 #00000000 none' # UNSUPPORTED command 'menu vshift 12' # UNSUPPORTED command 'menu rows 10' # UNSUPPORTED command 'menu helpmsgrow 15' # The command line must be at least one line from the bottom. # UNSUPPORTED command 'menu cmdlinerow 16' # UNSUPPORTED command 'menu timeoutrow 16' # UNSUPPORTED command 'menu tabmsgrow 18' # UNSUPPORTED command 'menu tabmsg Press ENTER to boot or TAB to edit a menu entry' root=hd0; chainloader +1; } menuentry 'Back..' --hotkey 'b' --id 'mainmenu' { # UNSUPPORTED command 'menu exit' # File (host)//mnt/isolinux/adgtk.cfg not found # UNSUPPORTED command 'menu end' # UNSUPPORTED entry type 0 true; } menuentry 'Help' --hotkey 'h' --id 'help' { # UNSUPPORTED command 'ui gfxboot bootlogo' #'/mnt/isolinux'/'prompt.cfg' (host)/mnt/isolinux/prompt.cfg: background_image '/mnt/isolinux/'/'splash.png' set timeout=5 # UNSUPPORTED command 'display f1.txt' # UNSUPPORTED command 'menu hshift 13' # UNSUPPORTED command 'menu width 49' # UNSUPPORTED command 'menu margin 8' # UNSUPPORTED command 'menu title Installer boot menu' # UNSUPPORTED command 'menu color title * #FFFFFFFF *' # UNSUPPORTED command 'menu color border * #00000000 #00000000 none' # UNSUPPORTED command 'menu color sel * #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color tabmsg * #ffffffff #00000000 *' # UNSUPPORTED command 'menu color help 37;40 #ffdddd00 #00000000 none' # UNSUPPORTED command 'menu vshift 12' # UNSUPPORTED command 'menu rows 10' # UNSUPPORTED command 'menu helpmsgrow 15' # The command line must be at least one line from the bottom. # UNSUPPORTED command 'menu cmdlinerow 16' # UNSUPPORTED command 'menu timeoutrow 16' # UNSUPPORTED command 'menu tabmsgrow 18' # UNSUPPORTED command 'menu tabmsg Press ENTER to boot or TAB to edit a menu entry' default='live' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=true persistent file=/cdrom/preseed/trisquel.seed initrd=/casper/initrd boot=casper splash quiet noprompt -- initrd$linux_suffix '/'/'/casper/initrd' } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=true file=/cdrom/preseed/trisquel.seed initrd=/casper/initrd boot=casper splash quiet noprompt only-ubiquity -- initrd$linux_suffix '/'/'/casper/initrd' } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz.netinst' initrd=/casper/initrd.netinst vga=788 quiet BOOT_IMAGE=linux -- initrd$linux_suffix '/'/'/casper/initrd.netinst' } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz' boot=casper integrity-check initrd=/casper/initrd quiet splash -- initrd$linux_suffix '/'/'/casper/initrd' } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/isolinux/mt86plus' } menuentry 'Boot from first hard disk' --hotkey 'b' --id 'hd' { # File (host)//mnt/isolinux//gtk.cfg not found # UNSUPPORTED command 'menu begin advanced' # UNSUPPORTED command 'menu title Advanced options' # UNSUPPORTED command 'menu color title * #FFFFFFFF *' # UNSUPPORTED command 'menu color border * #00000000 #00000000 none' # UNSUPPORTED command 'menu color sel * #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color tabmsg * #ffffffff #00000000 *' # UNSUPPORTED command 'menu color help 37;40 #ffdddd00 #00000000 none' # UNSUPPORTED command 'menu vshift 12' # UNSUPPORTED command 'menu rows 10' # UNSUPPORTED command 'menu helpmsgrow 15' # The command line must be at least one line from the bottom. # UNSUPPORTED command 'menu cmdlinerow 16' # UNSUPPORTED command 'menu timeoutrow 16' # UNSUPPORTED command 'menu tabmsgrow 18' # UNSUPPORTED command 'menu tabmsg Press ENTER to boot or TAB to edit a menu entry' root=hd0; chainloader +1; } menuentry 'Back..' --hotkey 'b' --id 'mainmenu' { # UNSUPPORTED command 'menu exit' # File (host)//mnt/isolinux//adgtk.cfg not found # UNSUPPORTED command 'menu end' # UNSUPPORTED entry type 0 true; } menuentry 'Help' --hotkey 'h' --id 'help' { #'/mnt/isolinux/'/'prompt.cfg' (host)/mnt/isolinux/prompt.cfg: syslinux_configfile -r '/'/'/' -c '/mnt/isolinux/'/'' '/mnt/isolinux/'/'prompt.cfg' } menuentry 'menu' --id 'menu' { # UNSUPPORTED command 'f1 f1.txt' # UNSUPPORTED command 'f2 f2.txt' # UNSUPPORTED command 'f3 f3.txt' # UNSUPPORTED command 'f4 f4.txt' # UNSUPPORTED command 'f5 f5.txt' # UNSUPPORTED command 'f6 f6.txt' # UNSUPPORTED command 'f7 f7.txt' # UNSUPPORTED command 'f8 f8.txt' # UNSUPPORTED command 'f9 f9.txt' # UNSUPPORTED command 'f0 f10.txt' #'/mnt/isolinux/'/'isolinux.cfg' (host)/mnt/isolinux/isolinux.cfg: background_image '/mnt/isolinux//'/'splash.png' set timeout=30 # D-I config version 2.0 # UNSUPPORTED command 'menu hshift 13' # UNSUPPORTED command 'menu width 49' # UNSUPPORTED command 'menu margin 8' # UNSUPPORTED command 'menu title Installer boot menu' # UNSUPPORTED command 'menu color title * #FFFFFFFF *' # UNSUPPORTED command 'menu color border * #00000000 #00000000 none' # UNSUPPORTED command 'menu color sel * #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color tabmsg * #ffffffff #00000000 *' # UNSUPPORTED command 'menu color help 37;40 #ffdddd00 #00000000 none' # UNSUPPORTED command 'menu vshift 12' # UNSUPPORTED command 'menu rows 10' # UNSUPPORTED command 'menu helpmsgrow 15' # The command line must be at least one line from the bottom. # UNSUPPORTED command 'menu cmdlinerow 16' # UNSUPPORTED command 'menu timeoutrow 16' # UNSUPPORTED command 'menu tabmsgrow 18' # UNSUPPORTED command 'menu tabmsg Press ENTER to boot or TAB to edit a menu entry' default='vesamenu.c32' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=true persistent file=/cdrom/preseed/trisquel.seed initrd=/casper/initrd boot=casper splash quiet noprompt -- initrd$linux_suffix '/'/'/casper/initrd' } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=true file=/cdrom/preseed/trisquel.seed initrd=/casper/initrd boot=casper splash quiet noprompt only-ubiquity -- initrd$linux_suffix '/'/'/casper/initrd' } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz.netinst' initrd=/casper/initrd.netinst vga=788 quiet BOOT_IMAGE=linux -- initrd$linux_suffix '/'/'/casper/initrd.netinst' } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/casper/vmlinuz' boot=casper integrity-check initrd=/casper/initrd quiet splash -- initrd$linux_suffix '/'/'/casper/initrd' } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { if test x$grub_platform = xpc; then linux_suffix=16; else linux_suffix= ; fi linux$linux_suffix '/'/'/isolinux/mt86plus' } menuentry 'Boot from first hard disk' --hotkey 'b' --id 'hd' { # File (host)//mnt/isolinux///gtk.cfg not found # UNSUPPORTED command 'menu begin advanced' # UNSUPPORTED command 'menu title Advanced options' # UNSUPPORTED command 'menu color title * #FFFFFFFF *' # UNSUPPORTED command 'menu color border * #00000000 #00000000 none' # UNSUPPORTED command 'menu color sel * #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *' # UNSUPPORTED command 'menu color tabmsg * #ffffffff #00000000 *' # UNSUPPORTED command 'menu color help 37;40 #ffdddd00 #00000000 none' # UNSUPPORTED command 'menu vshift 12' # UNSUPPORTED command 'menu rows 10' # UNSUPPORTED command 'menu helpmsgrow 15' # The command line must be at least one line from the bottom. # UNSUPPORTED command 'menu cmdlinerow 16' # UNSUPPORTED command 'menu timeoutrow 16' # UNSUPPORTED command 'menu tabmsgrow 18' # UNSUPPORTED command 'menu tabmsg Press ENTER to boot or TAB to edit a menu entry' root=hd0; chainloader +1; } menuentry 'Back..' --hotkey 'b' --id 'mainmenu' { # UNSUPPORTED command 'menu exit' # File (host)//mnt/isolinux///adgtk.cfg not found # UNSUPPORTED command 'menu end' # UNSUPPORTED entry type 0 true; } menuentry 'Help' --hotkey 'h' --id 'help' { # UNSUPPORTED command 'ui gfxboot bootlogo' #'/mnt/isolinux//'/'prompt.cfg' (host)/mnt/isolinux/prompt.cfg: syslinux_configfile -r '/'/'/' -c '/mnt/isolinux//'/'' '/mnt/isolinux//'/'prompt.cfg' } } }