taytong888
19th April 2012, 04:55 AM
Hi,
I have a multiboot system where legacy Grub/Grub1 is placed in MBR and the root partition of openSUSE12.1 (grub boots from MBR and root partition). Here's partial content of openSUSE's /boot/grub/menu.lst:
title openSUSE 12.1
root (hd0,4)
kernel /boot/vmlinuz-3.1.9-1.4-desktop...
initrd /boot/initrd-3.1.9-1.4-desktop
title Kubuntu 12.04 (dev/sda16)
rootnoverify (hd0)
kernel (hd0,15)/boot/grub/core.img
title Fedora 16 Gnome (dev/sda12)
root (hd0,11)
kernel /boot/grub2/core.img
This arrangement has been working pretty well, and I can boot into any distro especially those with Grub2 such as Kubuntu and F16 (they have Grub2 placed in their own root partitions). A few days ago I installed Fedora 17 Beta RC4, first with Grub2 in its own root partition but that did not boot. The only way out is to place Grub2 in the MBR.
The boot stanza of Fedora 17 Beta RC4 reads similarly to that of F16 which boots normally:
title Fedora 17 (dev/sda10)
root (hd0,9)
kernel /boot/grub2/core.img
However, today after updating Kubuntu (including its own Grub2 update) I was not able to boot into F17. Error 15: File not found. Yet, I was and still am able to boot into F16 after that.
Any suggestion to make F17 boots all the times like F16, even after Grub2 of Kubuntu is updated?
Thanks a lot for your help.
:confused:
I have a multiboot system where legacy Grub/Grub1 is placed in MBR and the root partition of openSUSE12.1 (grub boots from MBR and root partition). Here's partial content of openSUSE's /boot/grub/menu.lst:
title openSUSE 12.1
root (hd0,4)
kernel /boot/vmlinuz-3.1.9-1.4-desktop...
initrd /boot/initrd-3.1.9-1.4-desktop
title Kubuntu 12.04 (dev/sda16)
rootnoverify (hd0)
kernel (hd0,15)/boot/grub/core.img
title Fedora 16 Gnome (dev/sda12)
root (hd0,11)
kernel /boot/grub2/core.img
This arrangement has been working pretty well, and I can boot into any distro especially those with Grub2 such as Kubuntu and F16 (they have Grub2 placed in their own root partitions). A few days ago I installed Fedora 17 Beta RC4, first with Grub2 in its own root partition but that did not boot. The only way out is to place Grub2 in the MBR.
The boot stanza of Fedora 17 Beta RC4 reads similarly to that of F16 which boots normally:
title Fedora 17 (dev/sda10)
root (hd0,9)
kernel /boot/grub2/core.img
However, today after updating Kubuntu (including its own Grub2 update) I was not able to boot into F17. Error 15: File not found. Yet, I was and still am able to boot into F16 after that.
Any suggestion to make F17 boots all the times like F16, even after Grub2 of Kubuntu is updated?
Thanks a lot for your help.
:confused: