Fedora Linux Support Community & Resources Center
  #1  
Old 27th August 2007, 12:37 PM
kriss127 Offline
Registered User
 
Join Date: Aug 2007
Posts: 2
how to install both fedora 7 and ubuntu

Hello there,

I want to install both Fedora 7 and Ubuntu on my empty drive.
I tried them seperately and they work fine.
How can I install them so, when I boot, the bootloader (either from Fedora or Ubuntu)
gives me the choice to boot Fedora or Ubuntu.

thanks in advance,
Chris
Reply With Quote
  #2  
Old 27th August 2007, 12:52 PM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,214
If you install Ubuntu first, be sure to 'cat /boot/grub/menu.lst' and then copy or print off the Ubuntu information so you can put it into your Fedora's /boot/grub/grub.conf as Fedora doesn't do as good a job of recognizing and booting other distros.

If you install Fedora first, Ubuntu will insist on having grub on the mbr and will overwrite Fedora's grub. Should pick up the Fedora boot properly, but you'll have to modify Ubuntu's /boot/grub/menu.lst whenever there's a Fedora kernel change. One nice thing is that Ubuntu does automount other distros, so your Fedora info can be easily displayed and shared.

Either way: don't let Fedora install as LVM - set it to install as ext3 instead. The reason is that Ubuntu won't see Fedora's swap inside the LVM and will create a second swap partition. Just wastes space, but if you have a large drive and don't mind the loss, then LVM would be fine otherwise.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #3  
Old 27th August 2007, 10:39 PM
kriss127 Offline
Registered User
 
Join Date: Aug 2007
Posts: 2
Thanks for the quick reply Bob,

I will try it, and post a message when its working properly.

greetings from kriss127
Reply With Quote
  #4  
Old 28th August 2007, 02:02 AM
The New World's Avatar
The New World Offline
Registered User
 
Join Date: Jul 2006
Location: Manchester U.K.
Posts: 358
Don't know whether this is any good.
http://sourceforge.net/search/?type_...oft&words=lubi
__________________
I'd rather not have a PC than go back to Windows :D
dredmann
Reply With Quote
  #5  
Old 28th August 2007, 02:15 AM
joe.pelayo's Avatar
joe.pelayo Offline
An ape descendant
 
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101
If you have enough space in the hard drive you'd probably want to have two swap partitions because having a single one can lead to problems with suspend for example. At least I read that somewhere. Besides I remember time ago when I had such setup (Fedora + Ubuntu, sharing swap), since Ubuntu was installed last Fedora did not recognize the swap partition anymore.

Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64

Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
Reply With Quote
  #6  
Old 28th August 2007, 02:19 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,214
Joe, I've had dozens of distros installed over the years and where that 'hidden' swap issue came up with me was when a distro is using LVM. If every distro is set up with ext3 (just one possibility), then each one sees and uses one swap. I might be wrong though. Anyone else have some info on this?
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #7  
Old 28th August 2007, 02:42 AM
joe.pelayo's Avatar
joe.pelayo Offline
An ape descendant
 
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101
Quote:
Originally Posted by bob
Joe, I've had dozens of distros installed over the years and where that 'hidden' swap issue came up with me was when a distro is using LVM. If every distro is set up with ext3 (just one possibility), then each one sees and uses one swap. I might be wrong though. Anyone else have some info on this?
I might have been using LVM that time. Anyway I had problems recently with Fedora 7 x86_64 and Zenwalk (regarding swap). Fedora was installed first, then Zenwalk shared the swap partition, since then Fedora complained at start up that it could not access 'resume device' (swap).

To avoid problems I simply create more swap partitions when needed.

Thanks.
Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64

Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
Reply With Quote
  #8  
Old 28th August 2007, 02:48 AM
Dies Offline
Registered User
 
Join Date: Oct 2006
Posts: 4,752
Quote:
Originally Posted by bob
Joe, I've had dozens of distros installed over the years and where that 'hidden' swap issue came up with me was when a distro is using LVM. If every distro is set up with ext3 (just one possibility), then each one sees and uses one swap. I might be wrong though. Anyone else have some info on this?
Yes, if it happens at all, it's because the swap gets relabeled during the install.

Using device names instead of labels will cause the swap to be mounted and used even though you get an error at boot.

Simple fix is to relabel it back to what Fedora expects. Or make a new initrd.

Another way is to not allow the new install to format swap if you're concerned about this but I haven't had this problem in forever and I multiboot and change distros more than....

Last edited by Dies; 28th August 2007 at 02:51 AM.
Reply With Quote
  #9  
Old 28th August 2007, 02:50 AM
joe.pelayo's Avatar
joe.pelayo Offline
An ape descendant
 
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101
Quote:
Originally Posted by Dies
Yes, if it happens at all, it's because the swap gets relabeled during the install.

Using device names instead of labels will cause the swap to be mounted and used even though you get an error at boot.

Simple fix is to relabel it back to what Fedora expects. Or make a new initrd.
I used to reformat it with Gparted, I think that fixed it once.

Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64

Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
Reply With Quote
Reply

Tags
fedora, install, ubuntu

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
fedora install disabled my ubuntu patition 2handband Using Fedora 16 2nd March 2009 02:57 PM
install fedora 10 next to vista/ubuntu frankje Installation and Live Media 4 2nd February 2009 07:05 PM
Install Fedora 10 uninstall ubuntu cestode Installation and Live Media 4 15th January 2009 09:34 AM
Fedora install to replace Ubuntu. sanredrose Installation and Live Media 3 28th October 2008 11:05 PM
Grub Menu Has No Fedora After Ubuntu Install Shakes Using Fedora 10 1st September 2007 08:47 PM


Current GMT-time: 15:35 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat