to fix this - search for file -> "/usr/lib/grub/grub-mkconfig_lib" and
change:

go to line 45:

make_system_path_relative_to_its_root ()
{

    ${grub_mkrelpath} $1
}

to:
make_system_path_relative_to_its_root ()
{
    path="`${grub_mkrelpath} $1`"
#  ${grub_mkrelpath} $1
}
and it seems to be working fine.

-- 
[natty] GRUB no longer finds kernel with separate /boot partition
https://bugs.launchpad.net/bugs/665471
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to