 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

27th August 2007, 12:37 PM
|
|
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
|

27th August 2007, 12:52 PM
|
 |
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.
|

27th August 2007, 10:39 PM
|
|
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
|

28th August 2007, 02:02 AM
|
 |
Registered User
|
|
Join Date: Jul 2006
Location: Manchester U.K.
Posts: 358

|
|
__________________
I'd rather not have a PC than go back to Windows :D
dredmann
|

28th August 2007, 02:15 AM
|
 |
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
|

28th August 2007, 02:19 AM
|
 |
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.
|

28th August 2007, 02:42 AM
|
 |
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
|

28th August 2007, 02:48 AM
|
|
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.
|

28th August 2007, 02:50 AM
|
 |
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 15:35 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|