Computing.Net > Forums > Linux > dual boot ubuntu and fedora

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

dual boot ubuntu and fedora

Reply to Message Icon

Name: mebadboy
Date: March 29, 2009 at 04:46:58 Pacific
OS: ubuntu
CPU/Ram: intel / 1 gb
Product: Mercury / CORE 2 DUO
Subcategory: Installation
Comment:

how to bual boot ubuntu and fedora ?



Sponsored Link
Ads by Google

Response Number 1
Name: ernie
Date: March 29, 2009 at 06:46:29 Pacific
Reply:

This scenario assumes Ubuntu is currently installed, and Fedora is to be installed in a dual-boot configuration (no Windows).

Install Fedora in its own partition(s) as if it were the only OS to be installed with the exception that you place the Ferdora boot loader
in the Fedora root partition (not the MBR).

With both Ubuntu and Fedora installed, edit the Ubuntu boot loader configuration to chain load Fedora.

If I Recall Correctly, Ubuntu uses the Grub boot loader, so add a section to menu.lst as follows:

title Fedora
root (hdx,y)
chainloader +1

Notes for the line root (hdx,y):

x represents the hard drive (first hard drive = HD0, second = HD1, etc.)

y represents the partition (first partition = 0, second partition = 1, etc.)

I chose to explain this method first because it allows the Fedora installer to set any parameters Grub may need to successfully boot Fedora, making it the simplest to explain. You may be able to skip installing a boot loader in Fedora and use Ubuntu's Grub boot loader installation to boot Fedora directly. To do so, the section you add to Ubuntu's menu.lst will look similar to the following:

title Fedora
kernel (hdx,y)/boot/vmlinuz
initrd (hdx,y)/boot/initrd.img

Notes:

x represents the hard drive (first hard drive = HD0, second = HD1, etc.)

y represents the partition (first partition = 0, second partition = 1, etc.)

the vmlinuz file may be kernel version specific (vmlinuz-2.6.x.x)

I use neither Ubuntu or Fedora here, and the Fedora section (second method) may require additional parameters.

HTH,

Ernie Registered Linux User 247790


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: dual boot ubuntu and fedora

dual boot xp and slackware 9 www.computing.net/answers/linux/dual-boot-xp-and-slackware-9/19589.html

Dual-Booting Win2k and Redhat using NTLDR www.computing.net/answers/linux/dualbooting-win2k-and-redhat-using-ntldr/1457.html

Question: Dual Boot Linux and Linux www.computing.net/answers/linux/question-dual-boot-linux-and-linux/18912.html