* save default working with Grub 1.98 ?
@ 2010-03-17 7:37 Frédéric Boiteux
2010-03-17 10:01 ` Colin Watson
0 siblings, 1 reply; 4+ messages in thread
From: Frédéric Boiteux @ 2010-03-17 7:37 UTC (permalink / raw)
To: grub-devel
Hello,
I installed last year Grub2 from Debian 'experimental' repository to
get « default=saved » feature, it worked well, and recently I updated it
to 1.98 release (from official « unstable » repository), and now I get
a strange behaviour :
the menu always preselects the entry saved with old Grub2 version, but
if I choose another one, the new entry isn't saved.
Does it means that Grub2 1.98 doesn't support yet entry saving ? or
should I look at my conf more carefully for a misconfiguration ?
Thanks for your advice,
Fred.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: save default working with Grub 1.98 ?
2010-03-17 7:37 save default working with Grub 1.98 ? Frédéric Boiteux
@ 2010-03-17 10:01 ` Colin Watson
2010-03-17 12:21 ` Is there something like howmany=x implemented in grub2 ? Frombenny
2010-03-17 12:44 ` save default working with Grub 1.98 ? Frédéric Boiteux
0 siblings, 2 replies; 4+ messages in thread
From: Colin Watson @ 2010-03-17 10:01 UTC (permalink / raw)
To: The development of GNU GRUB
On Wed, Mar 17, 2010 at 08:37:31AM +0100, Frédéric Boiteux wrote:
> I installed last year Grub2 from Debian 'experimental' repository to
> get « default=saved » feature, it worked well, and recently I updated it
> to 1.98 release (from official « unstable » repository), and now I get
> a strange behaviour :
> the menu always preselects the entry saved with old Grub2 version, but
> if I choose another one, the new entry isn't saved.
>
> Does it means that Grub2 1.98 doesn't support yet entry saving ? or
> should I look at my conf more carefully for a misconfiguration ?
1.98 only saves the selected entry as the default if you also have
GRUB_SAVEDEFAULT=true. In other words, there are two separate controls:
GRUB_DEFAULT=saved
use saved entry as the default
GRUB_SAVEDEFAULT=true
save entry as default when selected
The reason for the separation is that this means that you can use
GRUB_DEFAULT=saved on its own so that grub-reboot and grub-set-default
work, but without having the default changing merely because you
selected a different entry interactively. This wasn't extensively
documented because both these controls were new in 1.98, so it only
affected upgrades from experimental versions (well, and the backport in
Ubuntu 9.10).
Regards,
--
Colin Watson [cjwatson@ubuntu.com]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-03-17 12:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 7:37 save default working with Grub 1.98 ? Frédéric Boiteux
2010-03-17 10:01 ` Colin Watson
2010-03-17 12:21 ` Is there something like howmany=x implemented in grub2 ? Frombenny
2010-03-17 12:44 ` save default working with Grub 1.98 ? Frédéric Boiteux
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.