PDA

View Full Version : Fedora 13 released, does it list Ubuntu in grub?



kahumba
May 26th, 2010, 01:00 AM
Hi,
Fedora 13 has been released:
http://fedoraproject.org/index.html.en

Did anyone install it on another partition with Ubuntu on another? Does it list Ubuntu in grub? I'm asking cause when I tried Fedora 12 it didn't hence I couldn't launch Ubuntu any longer so I had to do Google and extra work.

Hman242
May 26th, 2010, 01:03 AM
As long as Fedora 13 has GRUB2 you will be fine. If you are that worried, install Fedora without GRUB and update GRUB through Ubuntu with the following code in the Terminal.

sudo update-grub

kahumba
May 26th, 2010, 01:05 AM
I didn't know/notice that the Live CD has such an option (not installing grub), I was also wondering whether this issue has been fixed since then.

neu5eeCh
May 26th, 2010, 01:51 AM
According to Distrowatch, Fedora still uses Grub1. This means, unless they've tweaked it (which I doubt) you will have the same problems.

Here's my solution (which is inelegant but works).

A.) Download and burn a copy of Super Grub Disk (http://www.supergrubdisk.org/).
B.) Install Fedora and let it completely screw with your MBR.
C.) Reboot (after install).
D.) Run Super Grub Disk. SGD will generally show you all the OS's you can boot into (including Ubuntu).
E.) Boot into Ubuntu. Once Ubuntu is running: sudo update-grub and all will be well.

Note: You can probably do all this within SGD (without having to boot into Ubuntu).

RiceMonster
May 26th, 2010, 01:53 AM
As long as Fedora 13 has GRUB2 you will be fine.

It still has the legacy grub.

wojox
May 26th, 2010, 01:55 AM
I still have Fedora12 on mine, but you should be able to reinstall grub2 by using a Live CD of Ubuntu. I did it before.

kahumba
May 26th, 2010, 01:58 AM
Thanks anyone I did as Hman242 (http://ubuntuforums.org/member.php?u=925741) suggested (haven't installed Fedora's GRUB and did a sudo update-grub from Ubuntu), so now I can have both Fedora and Ubuntu in the bootup list without problems.

Hopefully Fedora 14 will come with grub 2.

RiceMonster
May 26th, 2010, 05:56 PM
Just want to bump this thread, because I'm really liking this release, as is usual with Fedora


Thanks anyone I did as Hman242 (http://ubuntuforums.org/member.php?u=925741) suggested (haven't installed Fedora's GRUB and did a sudo update-grub from Ubuntu), so now I can have both Fedora and Ubuntu in the bootup list without problems.

Hopefully Fedora 14 will come with grub 2.

Why do you want grub 2?

oldfred
May 26th, 2010, 07:47 PM
If Fedora is using grub legacy you can easily install it to the partition that you install Fedora to. Then add a custom entry to 40_custom to chainboot. You will have to go thru two menus, but the second will always have the current kernel as Fedora is updated.

Grub2 with chainboot examples
http://kubuntuforums.net/forums/index.php?action=printpage;topic=3106368.0

m4tic
May 26th, 2010, 08:10 PM
Ubuntu 10.10 completely blocks mandriva 2010. I get a kernel panic. Mandriva is grub 1, anyone had this issue? I'm currently using mandriva since ubuntu came out

wojox
May 27th, 2010, 06:52 PM
Just want to bump this thread, because I'm really liking this release, as is usual with Fedora



Why do you want grub 2?

Yeah. I'm doing a fresh install now on my laptop. I was dual booting Fedora12 and Ubuntu10.04. I think I'm just gonna leave 13 as primary on my laptop.

wojox
May 27th, 2010, 06:54 PM
Ubuntu 10.10 completely blocks mandriva 2010. I get a kernel panic. Mandriva is grub 1, anyone had this issue? I'm currently using mandriva since ubuntu came out

I always let whatever distro install it's grub to the MBR than just reinstall Grub 2 with a LiveCD and have never had a problem.