[Bug 392529] Re: grub2 does not detect other operating systems
Mio
mioveken at gmail.com
Thu Sep 24 13:03:38 UTC 2009
>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.
right! that did indeed work..
but as of today the automatically generated entries(witch now do appear) are not correct:( :
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (on /dev/sda6)" {
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 6400a729-cf60-4b98-b06e-c0dc067c7aa4
linux /boot/vmlinuz-2.6.28-15-generic root=UUID=6400a729-cf60-4b98-b06e-c0dc067c7aa4 ro quiet splash
initrd /boot/initrd.img-2.6.28-15-generic
}
it should instead look like this:
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (on /dev/sda6)" {
insmod ext2
set root=(hd0,7)
search --no-floppy --fs-uuid --set a6752047-4fb8-4e7c-8ffd-13599957f3a4
linux /vmlinuz-2.6.28-15-generic root=UUID=6400a729-cf60-4b98-b06e-c0dc067c7aa4 ro quiet splash
initrd /initrd.img-2.6.28-15-generic
}
it seems like it does not recognize that i have a separate /boot partition..
--
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 at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list