Lucid Lynx and grub
Tom H
tomh0665 at gmail.com
Sun May 2 04:40:47 UTC 2010
On Fri, Apr 30, 2010 at 5:39 PM, Mario Andes <multilingus at gmx.de> wrote:
>
> grub.cfg in /boot/grub is exactly as you have written...
Sorry. Been busy so have not been able to reply.
So your grub.cfg is being created correctly and there is something else at play.
I assume that you also have the following in the 00_... section:
set default="${saved_entry}"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
}
I am going to take a look at my grub scripts to see where else this
could fail...
More information about the kubuntu-users
mailing list