Lucid Lynx and grub

Tom H tomh0665 at gmail.com
Sun May 2 05:27:23 UTC 2010


On Sat, May 1, 2010 at 3:59 PM, Mario Andes <multilingus at gmx.de> wrote:
>
> this constant isn't set! not in /etc/default/grub nor /boot/grub/grub.cfg!
>
> Where shall I add the definition of this constant?

GRUB_SAVEDEFAULT is set in /etc/default/grub, exported by
/usr/sbin/grub-mkconfig and used by /usr/lib/grub/grub-mkconfig_lib.

The only way that I have been able to make the last menu selection
stick is with /usr/sbin/grub-set-default

Usage:
grub-set-default <menu_entry_number>

If you want to default to the 2nd menu entry:
grub-set-default 1
(the count starts at 0)




More information about the kubuntu-users mailing list