Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Installation
Reload this Page [SOLVED] Let GRUB manage Ubuntu, openSUSE and Fedora
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Installation Need help or have questions about installing Linux, including dual booting with other distros or Windows? put them here!

Closed Thread
 
Thread Tools Display Modes
Old 05-08-2008   #1 (permalink)
deviantdark
Just Joined!
 
deviantdark's Avatar
 
Join Date: May 2008
Location: /home/deviantdark
Posts: 6
[SOLVED] Let GRUB manage Ubuntu, openSUSE and Fedora

Hi all.
This is my first post in this forum, I hope I can have some help from you and maybe give you too in all your other threads [if I can give it...].

I am trying to create a multi-boot within my home desktop.
I have just installed my Ubuntu 8.04 which is perfectly working, and this is STILL my one and only OS.
I have 3 IDE hard disks:

sda - 80GB [which should contain all the OS]
sdb - 120GB: data, ext3 FS
sdc - 320GB: data, NTFS FS

The hard disk I want to split into 3 partitions is sda, the 80GB one.
This is the output of sudo fdisk -l within Ubuntu:

Code:
Disco /dev/sda: 80.0 GB, 80026361856 byte
255 heads, 63 sectors/track, 9729 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000f0920

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1               1        3918    31463302   83  Linux
/dev/sda2            9353        9729     3028252+   5  Extended
/dev/sda3            3919        6634    21816270   83  Linux
/dev/sda4            6635        9352    21832335   83  Linux
/dev/sda5            9353        9729     3028221   82  Linux swap / Solaris

Le voci nella tabella delle partizioni non sono nello stesso ordine del disco

Disco /dev/sdb: 122.9 GB, 122942324736 byte
255 heads, 63 sectors/track, 14946 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Disk identifier: 0xad0dad0d

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       14946   120053713+  83  Linux

Disco /dev/sdc: 320.0 GB, 320072933376 byte
255 heads, 63 sectors/track, 38913 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe25ce25c

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1       38912   312560608+   7  HPFS/NTFS
I have just tried to install Fedora 9 [first] and openSUSE 10.3 [then], but for some reason that I still don't know, while Ubuntu and openSUSE were booting fine from GRUB, the GRUB gave me an error about Fedora boot [GRUB Error 2: Bad file or directory].
I am quite sure that my menu.lst was configured fine, but I'd like to have your opinion and your how-to's.

Now I have erased every trace of Fedora and openSUSE, leaving just Ubuntu as my first OS, with a 100% working GRUB.

I'd like to know how to proceed... If I have to install GRUB on sda as Fedora is asking me while installing it, and how to edit the GRUB from openSUSE installation.

I confide in your reply, and I am here for any question you would make.
Thanks forward.
deviantdark is offline  
Old 05-08-2008   #2 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 17,320
Send a message via Yahoo to devils casper
Hi and Welcome !

Best way is, keep using Ubuntu's GRUB and install GRUB of Fedora and SuSe in boot sector of their / ( root ) partitions.

Let say, you are planning to install Fedora in /dev/sda3 and SuSe in /dev/sda4. During installation of Fedora, type /dev/sda3 in Boot Loader location box. Installer will install GRUB in boot sector. Do the same during SuSe installation. Type /dev/sda4.

Add this code in Ubuntu's menu.lst file to add entries of Fedora and SuSe in its GRUB Menu :
Code:
title Fedora
rootnoverify (hd0,2)
chainloader +1

title OpenSuSe
rootnoverify (hd0,3)
chainloader +1
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Old 05-08-2008   #3 (permalink)
deviantdark
Just Joined!
 
deviantdark's Avatar
 
Join Date: May 2008
Location: /home/deviantdark
Posts: 6
I thank you very much.
I begin the installations and will let you know.
I hope your explanation [clear as the sun] will work... stay tuned!
deviantdark is offline  
Old 05-08-2008   #4 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 17,320
Send a message via Yahoo to devils casper
You are Welcome !
Waiting for your response. Good Luck !
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Old 05-09-2008   #5 (permalink)
deviantdark
Just Joined!
 
deviantdark's Avatar
 
Join Date: May 2008
Location: /home/deviantdark
Posts: 6
Everything just worked fine!
Thanks a lot man...

I only changed something: I didn't let Ubuntu GRUB manage my accesses, because I don't like it's crappy skin, and I can't get in to install gfxboot into Hardy [I did it with Gutsy... I don't know why I cannot in Hardy].

So: I installed GRUB of Fedora into /dev/sda3 [ad you adviced], then I let openSUSE's GRUB manage my access.
Everything's like I wanted, now...

I hope I will give my help into this forum... I owe you a favor

See ya!
deviantdark is offline  
Old 05-10-2008   #6 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 17,320
Send a message via Yahoo to devils casper
Glad to help you deviantdark !
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 11:09 PM.

Powered by vBulletin 3.6.8 ©2000 - 2007, content relevant URLs by vBSEO, Property of Core Root.

Content Relevant URLs by vBSEO 3.0.0