From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YMXzk-0002RZ-An for mharc-grub-devel@gnu.org; Sat, 14 Feb 2015 03:22:32 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMXze-0002Qn-SV for grub-devel@gnu.org; Sat, 14 Feb 2015 03:22:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMXzb-0003ku-Fs for grub-devel@gnu.org; Sat, 14 Feb 2015 03:22:26 -0500 Received: from poivron.org ([91.194.60.101]:43074 helo=mail.poivron.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMXzb-0003ko-2o for grub-devel@gnu.org; Sat, 14 Feb 2015 03:22:23 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) with ESMTPSA id 940A8C0109B Date: Sat, 14 Feb 2015 09:22:19 +0100 From: Lunar To: The development of GNU GRUB Subject: Re: [bug #44238] Add support for menu.c32 and vesamenu.c32 in lib/syslinux_parse Message-ID: <20150214082219.GC4754@loar> References: <20150213-163409.sv98365.64186@savannah.gnu.org> <20150213-190108.sv89796.21318@savannah.gnu.org> <20150213202023.GF688@loar> <20150213234024.48b03da1@opensuse.site> <20150213210904.GH688@loar> <20150214091509.7a8cc5d0@opensuse.site> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="+B+y8wtTXqdUj1xM" Content-Disposition: inline In-Reply-To: <20150214091509.7a8cc5d0@opensuse.site> User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 91.194.60.101 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2015 08:22:31 -0000 --+B+y8wtTXqdUj1xM Content-Type: multipart/mixed; boundary="/e2eDi0V/xtL+Mc8" Content-Disposition: inline --/e2eDi0V/xtL+Mc8 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Andrei Borzenkov: > =D0=92 Fri, 13 Feb 2015 22:09:04 +0100 > Lunar =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > > Andrei Borzenkov: > > > [=E2=80=A6 review and comments =E2=80=A6] > >=20 > > Ok, here's another try. > >=20 >=20 > It looks OK but as someone reported that your patches seem to cause > problems elsewhere let's wait for confirmation. >=20 > @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=3D` 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=3D'vesamenu.c32' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue per= sistent file=3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet nopr= ompt -- + linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue per= sistent file=3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3D= casper splash quiet noprompt -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue fil= e=3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet noprompt only-u= biquity -- + linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue fil= e=3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3Dcasper spla= sh quiet noprompt only-ubiquity -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz.netinst' vga=3D788 quiet BOOT_IM= AGE=3Dlinux -- + linux$linux_suffix '/'/'/casper/vmlinuz.netinst' initrd=3D/casper/initrd= =2Enetinst vga=3D788 quiet BOOT_IMAGE=3Dlinux -- initrd$linux_suffix '/'/'/casper/initrd.netinst'=20 } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check q= uiet splash -- + linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check i= nitrd=3D/casper/initrd quiet splash -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { @@ -101,22 +101,22 @@ default=3D'live' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue per= sistent file=3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet nopr= ompt -- + linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue per= sistent file=3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3D= casper splash quiet noprompt -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue fil= e=3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet noprompt only-u= biquity -- + linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue fil= e=3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3Dcasper spla= sh quiet noprompt only-ubiquity -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz.netinst' vga=3D788 quiet BOOT_IM= AGE=3Dlinux -- + linux$linux_suffix '/'/'/casper/vmlinuz.netinst' initrd=3D/casper/initrd= =2Enetinst vga=3D788 quiet BOOT_IMAGE=3Dlinux -- initrd$linux_suffix '/'/'/casper/initrd.netinst'=20 } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check q= uiet splash -- + linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check i= nitrd=3D/casper/initrd quiet splash -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { @@ -192,22 +192,22 @@ default=3D'vesamenu.c32' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue per= sistent file=3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet nopr= ompt -- + linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue per= sistent file=3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3D= casper splash quiet noprompt -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue fil= e=3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet noprompt only-u= biquity -- + linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue fil= e=3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3Dcasper spla= sh quiet noprompt only-ubiquity -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz.netinst' vga=3D788 quiet BOOT_IM= AGE=3Dlinux -- + linux$linux_suffix '/'/'/casper/vmlinuz.netinst' initrd=3D/casper/initrd= =2Enetinst vga=3D788 quiet BOOT_IMAGE=3Dlinux -- initrd$linux_suffix '/'/'/casper/initrd.netinst'=20 } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffi= x=3D ; fi - linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check q= uiet splash -- + linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check i= nitrd=3D/casper/initrd quiet splash -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { --=20 Lunar --/e2eDi0V/xtL+Mc8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=without Content-Transfer-Encoding: quoted-printable background_image '/mnt/isolinux'/'splash.png' set timeout=3D30 # 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=07' # 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 m= enu entry' default=3D'vesamenu.c32' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue pers= istent file=3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet nopro= mpt -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue file= =3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet noprompt only-ub= iquity -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz.netinst' vga=3D788 quiet BOOT_IMA= GE=3Dlinux -- initrd$linux_suffix '/'/'/casper/initrd.netinst'=20 } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check qu= iet splash -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/isolinux/mt86plus'=20 } 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 m= enu entry' root=3Dhd0; 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=3D5 # 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=07' # 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 m= enu entry' default=3D'live' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue pers= istent file=3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet nopro= mpt -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue file= =3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet noprompt only-ub= iquity -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz.netinst' vga=3D788 quiet BOOT_IMA= GE=3Dlinux -- initrd$linux_suffix '/'/'/casper/initrd.netinst'=20 } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check qu= iet splash -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/isolinux/mt86plus'=20 } 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 m= enu entry' root=3Dhd0; 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/'/'p= rompt.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=3D30 # 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=07' # 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 m= enu entry' default=3D'vesamenu.c32' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue pers= istent file=3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet nopro= mpt -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue file= =3D/cdrom/preseed/trisquel.seed boot=3Dcasper splash quiet noprompt only-ub= iquity -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz.netinst' vga=3D788 quiet BOOT_IMA= GE=3Dlinux -- initrd$linux_suffix '/'/'/casper/initrd.netinst'=20 } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check qu= iet splash -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/isolinux/mt86plus'=20 } 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 m= enu entry' root=3Dhd0; 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' } } } --/e2eDi0V/xtL+Mc8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=with Content-Transfer-Encoding: quoted-printable background_image '/mnt/isolinux'/'splash.png' set timeout=3D30 # 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=07' # 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 m= enu entry' default=3D'vesamenu.c32' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue pers= istent file=3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3Dc= asper splash quiet noprompt -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue file= =3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3Dcasper splas= h quiet noprompt only-ubiquity -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz.netinst' initrd=3D/casper/initrd.= netinst vga=3D788 quiet BOOT_IMAGE=3Dlinux -- initrd$linux_suffix '/'/'/casper/initrd.netinst'=20 } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check in= itrd=3D/casper/initrd quiet splash -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/isolinux/mt86plus'=20 } 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 m= enu entry' root=3Dhd0; 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=3D5 # 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=07' # 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 m= enu entry' default=3D'live' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue pers= istent file=3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3Dc= asper splash quiet noprompt -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue file= =3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3Dcasper splas= h quiet noprompt only-ubiquity -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz.netinst' initrd=3D/casper/initrd.= netinst vga=3D788 quiet BOOT_IMAGE=3Dlinux -- initrd$linux_suffix '/'/'/casper/initrd.netinst'=20 } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check in= itrd=3D/casper/initrd quiet splash -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/isolinux/mt86plus'=20 } 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 m= enu entry' root=3Dhd0; 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/'/'p= rompt.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=3D30 # 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=07' # 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 m= enu entry' default=3D'vesamenu.c32' menuentry 'Try Trisquel without installing' --hotkey 't' --id 'live' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue pers= istent file=3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3Dc= asper splash quiet noprompt -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel' --hotkey 'i' --id 'install' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' cdrom-detect/try-usb=3Dtrue file= =3D/cdrom/preseed/trisquel.seed initrd=3D/casper/initrd boot=3Dcasper splas= h quiet noprompt only-ubiquity -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Install Trisquel in text mode' --hotkey 'i' --id 'netinstall' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz.netinst' initrd=3D/casper/initrd.= netinst vga=3D788 quiet BOOT_IMAGE=3Dlinux -- initrd$linux_suffix '/'/'/casper/initrd.netinst'=20 } menuentry 'Check disc for defects' --hotkey 'c' --id 'check' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/casper/vmlinuz' boot=3Dcasper integrity-check in= itrd=3D/casper/initrd quiet splash -- initrd$linux_suffix '/'/'/casper/initrd'=20 } menuentry 'Test memory' --hotkey 'm' --id 'memtest' { if test x$grub_platform =3D xpc; then linux_suffix=3D16; else linux_suffix= =3D ; fi linux$linux_suffix '/'/'/isolinux/mt86plus'=20 } 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 m= enu entry' root=3Dhd0; 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' } } } --/e2eDi0V/xtL+Mc8-- --+B+y8wtTXqdUj1xM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJU3wW0AAoJEEAsIlA9Nuk29qQP/08r4D8TThE5huyraSovZ7fM c33FmUsn/4nibdJQFIytVjvjb4hOk9hLlBRdrtrWuZIrYun07hjLZsAD4AmfacHx j5fb0440J+4MckDMF3peZ/xmVGDOIhyQPDKNTy9aE5BGB+khttmgERCu5zreRGsB //WDQRYwxRaiimvOdnpkSOHd6yORpLElG+vmiehf6FkMThspJiEH9BQDu6afI5YI QQ1W47DkqL4nQqVpgD0M1iai20nvjDbNyhDJKTjrlVaTHZ5vVgjAXCxbk3Qe9kzj y+7v/Jty+Jr9ZhMnBuTHR5p6OlFVfL5qOBmysKoc8DNny1heLCSZTX1q39qlqJag Z3ghNev4kUF95Uh7JVsI8RFVrPndfMHDC1MUDaSMnb/rDwam4cK9TZUysBUiu1ZD 4sWW1+Agv0GiiHqJMYzjUuct2OaCGLNsM+ly8IQvSe2XXOMGIQZd99sRffGJXKbf 5muQip8gv5bDkJf4ZJ1AgLWusTrKee92yYli49O5d0a1D5j30bDnQFuiV9aOYdmr zLfVqA+Rc/R3GPSUeewaBP0N4iOs8VHMyOdbBKLfi+ZlUD76rPLoenLRELYQ7UhS lIvERFUOqVIP4JWpK8G7hBP29i23exhjOthTtJYxN75vEF1+9P+xLiYs/rRFL6/i 8QsPJ4vfpd1naed8I/Ol =zv4c -----END PGP SIGNATURE----- --+B+y8wtTXqdUj1xM--