Am Sonntag, den 20.09.2009, 08:58 +0000 schrieb Mio:
> adding this entry
> menuentry "Jaunty, linux 2.6.28-15-generic" {
>       set quiet=1
>       insmod ext2
>       set root=(hd0,6)
>       search --no-floppy --fs-uuid --set a6752047-4fb8-4e7c-8ffd-13599957f3a4
>         linux /vmlinuz-2.6.28-15-generic root=/dev/sda7
>         initrd /initrd.img-2.6.28-15-generic
> }
> and trying to reboot it complains about missing init..
> more info http://ubuntuforums.org/showthread.php?t=1270132

Of course it does, because you confused GRUB's root with Linux' root
set root=(hd0,7)
linux /vmlinuz-2.6.28-15-generic root=/dev/sda6

that would be correct, though you don't need to change the `set root'
because of the search line.


-- 
Felix Zielcke
Proud Debian Maintainer

-- 
grub2 does not detect other operating systems
https://bugs.launchpad.net/bugs/392529
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