Andrei Borzenkov:
> В Fri, 13 Feb 2015 22:09:04 +0100
> Lunar <lu...@torproject.org> пишет:
> 
> > Andrei Borzenkov:
> > > [… review and comments …]
> > 
> > Ok, here's another try.
> > 
> 
> It looks OK but as someone reported that your patches seem to cause
> problems elsewhere let's wait for confirmation.
> 
> @gluglug - could you test both update versions? Thank you.

fchmmr said that there was an issue with Trisquel 7.0 GNOME. But if
there's one, it doesn't seem to be related to the patches.

Attached is the output of grub-syslinux2cfg without and with the patches
applied on isolinux.cfg from Trisquel 7.0 GNOME. The differences are
only on the linux command lines and the `initrd=` option:

--- /tmp/without        2015-02-14 09:15:07.650468274 +0100
+++ /tmp/with   2015-02-14 09:19:32.398024195 +0100
@@ -23,22 +23,22 @@
  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 boot=casper splash quiet noprompt 
--
+  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 boot=casper splash quiet noprompt 
only-ubiquity --
+  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' vga=788 quiet 
BOOT_IMAGE=linux --
+  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 quiet 
splash --
+  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' {
@@ -101,22 +101,22 @@
  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 boot=casper splash quiet noprompt 
--
+  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 boot=casper splash quiet noprompt 
only-ubiquity --
+  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' vga=788 quiet 
BOOT_IMAGE=linux --
+  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 quiet 
splash --
+  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' {
@@ -192,22 +192,22 @@
  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 boot=casper splash quiet noprompt 
--
+  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 boot=casper splash quiet noprompt 
only-ubiquity --
+  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' vga=788 quiet 
BOOT_IMAGE=linux --
+  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 quiet 
splash --
+  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' {

-- 
Lunar                                             <lu...@torproject.org>
  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 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 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' 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 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 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 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' 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 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 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 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' 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 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'
}
}
}

  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'
}
}
}

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to