All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Frédéric Boiteux" <fboiteux@calistel.com>
To: grub-devel@gnu.org
Subject: how 'default=saved' should work ?
Date: Tue, 22 Dec 2009 13:25:35 +0100	[thread overview]
Message-ID: <20091222132535.4430f761@Prem6s> (raw)

	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=saved'
  option working with Grub2 :-(

  I've put following definition in /etc/default/grub :

GRUB_DEFAULT=saved

and I get it in the beginning of my /boot/grub/grub.cfg :

...
### BEGIN /etc/grub.d/00_header ###
set default=saved
...

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=(hd0,8)
        search --no-floppy --fs-uuid --set 257cf3a6-a439-4bbd-9a71-e777eabe4a0e
        linux   /boot/vmlinuz-2.6.32-trunk-686 root=UUID=257cf3a6-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 miss ?

	Fred



             reply	other threads:[~2009-12-22 12:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-22 12:25 Frédéric Boiteux [this message]
2009-12-22 12:28 ` how 'default=saved' should work ? Felix Zielcke
2009-12-22 12:36   ` Frédéric Boiteux
2009-12-22 12:47     ` Felix Zielcke
2009-12-22 12:51       ` Frédéric Boiteux
2009-12-22 14:15         ` Frédéric Boiteux
2009-12-22 14:29           ` Felix Zielcke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091222132535.4430f761@Prem6s \
    --to=fboiteux@calistel.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.