From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NN3oH-0004bS-AK for mharc-grub-devel@gnu.org; Tue, 22 Dec 2009 07:25:53 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NN3oF-0004au-IS for grub-devel@gnu.org; Tue, 22 Dec 2009 07:25:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NN3o9-0004Zj-ST for grub-devel@gnu.org; Tue, 22 Dec 2009 07:25:50 -0500 Received: from [199.232.76.173] (port=38514 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NN3o9-0004Zf-JQ for grub-devel@gnu.org; Tue, 22 Dec 2009 07:25:45 -0500 Received: from chatel.calistel.com ([217.108.195.9]:55329 helo=obiou.calistel.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NN3o9-0004bB-Bp for grub-devel@gnu.org; Tue, 22 Dec 2009 07:25:45 -0500 Received: by obiou.calistel.com (Postfix, from userid 1001) id 496C274; Tue, 22 Dec 2009 13:25:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by obiou.calistel.com (Postfix) with ESMTP id A189D73 for ; Tue, 22 Dec 2009 13:25:37 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at obiou.calistel.com Received: from obiou.calistel.com ([127.0.0.1]) by localhost (obiou.calistel.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id si3VV79+iyBd for ; Tue, 22 Dec 2009 13:25:37 +0100 (CET) Received: from Prem6s (prem6s.lanvoc [10.99.0.196]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by obiou.calistel.com (Postfix) with ESMTPS id 5D68528 for ; Tue, 22 Dec 2009 13:25:37 +0100 (CET) Date: Tue, 22 Dec 2009 13:25:35 +0100 From: =?UTF-8?B?RnLDqWTDqXJpYw==?= Boiteux To: grub-devel@gnu.org Message-ID: <20091222132535.4430f761@Prem6s> Organization: Calistel X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.3; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) Subject: how 'default=saved' should work ? X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Tue, 22 Dec 2009 12:25:51 -0000 Hello, I've recently updated my grub-legacy bootloader to Grub2 (using latest grub-pc from Debian Sid), and I can't have the 'default=3Dsaved' option working with Grub2 :-( I've put following definition in /etc/default/grub : GRUB_DEFAULT=3Dsaved and I get it in the beginning of my /boot/grub/grub.cfg : ... ### BEGIN /etc/grub.d/00_header ### set default=3Dsaved ... but I don't have anything in each menuentry telling to save choice : menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686" { insmod ext2 set root=3D(hd0,8) search --no-floppy --fs-uuid --set 257cf3a6-a439-4bbd-9a71-e777eabe= 4a0e linux /boot/vmlinuz-2.6.32-trunk-686 root=3DUUID=3D257cf3a6-a439-= 4bbd-9a71-e777eabe4a0e ro quiet initrd /boot/initrd.img-2.6.32-trunk-686 } and at every boot, I have the first choice hightlighted . What does I=C2=A0miss ? Fred