You are not logged in.

#1 2010-01-19 14:41:50

JoeKer1086
Member
Registered: 2009-11-16
Posts: 45

Dual boot with fedora

Ok, can anyone walk me through installing fedora next to arch? I'm sure there is an easy way but I can't find a wiki entry about it. Any help would be appriciated.


I understand it completely, grappled hopelessly with comprehension, balanced on the edge of insanity for an eternity.....a moment.

Offline

#2 2010-01-19 18:02:56

ZaQ
Member
Registered: 2009-12-12
Posts: 106

Re: Dual boot with fedora

Insert the Fedora-CD and follow the installation. Be careful, that you don't install select one of the arch-partitions when you have to select the partitions for fedora.

You have to choose grub from arch (then don't install it=>You'll have to edit /boot/grub/menu.lst later) or from fedora (so install it).

i think, thats it...

Or do you have special wishes (like 1 /home folder or so).

Offline

#3 2010-01-20 17:56:52

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: Dual boot with fedora

Or you can install the grub in arch again, then add to menu.lst the fedora partitions.

Offline

#4 2010-01-22 00:26:52

JoeKer1086
Member
Registered: 2009-11-16
Posts: 45

Re: Dual boot with fedora

well, the problem is that i want to use the same /boot /root swap and /home partitions that i already have. I know it is possible to do this i just dont know how.


I understand it completely, grappled hopelessly with comprehension, balanced on the edge of insanity for an eternity.....a moment.

Offline

#5 2010-01-22 21:46:59

JoeKer1086
Member
Registered: 2009-11-16
Posts: 45

Re: Dual boot with fedora

ok, running into another problem. Tried resizing my /home to put the root files for fedora on another partition but it says out of space. I know that this is not correct. Could it be because I have 4 primary partitions? I thought I could have up to 4 primary before I had to start getting into extended partitions. Any ideas on this one?


I understand it completely, grappled hopelessly with comprehension, balanced on the edge of insanity for an eternity.....a moment.

Offline

#6 2010-01-26 16:13:02

Ber
Member
From: Belgium
Registered: 2006-07-05
Posts: 80
Website

Re: Dual boot with fedora

I can't really help with the limitations of the disk partitioning.  However, while you're at it, I think Fedora will require you to have a separate boot partition, ext4-formatted.    This partition might be wiped out dureing installation process.  This is why I hate "too simple" installers...


V=RI sweet V=RI

Offline

#7 2010-02-01 03:17:16

JoeKer1086
Member
Registered: 2009-11-16
Posts: 45

Re: Dual boot with fedora

ok, I have fedora installed, but now i cannot boot into arch. I am pretty sure it is just a problem with grub. i tried pointing it to arch through the fedora installer and that failed. i know that i didnt blow away any of my partitions so it is prolly just the /boot that got messed up. can anyone help me? i saw someone post that i need to add the menu.lst but dont know how to do this....


I understand it completely, grappled hopelessly with comprehension, balanced on the edge of insanity for an eternity.....a moment.

Offline

#8 2010-02-01 05:27:59

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: Dual boot with fedora

Yes, you need to know what is the number of your arch partition and add to the menu.lst in fedora.
Post your:

fdisk -l

And your menu.lst file.

Offline

#9 2010-02-06 18:03:15

JoeKer1086
Member
Registered: 2009-11-16
Posts: 45

Re: Dual boot with fedora

OK, so i have everything labeled (uuid) and it is set up like this

root (hd0,2)
kernel /vmlinuz26 ro root=UUID=6850ec41-bcf5-4930-a78b-4e95919145b2
initrd /kernel26.img

but when I boot it says error 15: file not found...... Im not sure what im doing wrong. i have a separate /boot partition and my / partition is sda3. following the wiki to a t......any help would be appriciated.


I understand it completely, grappled hopelessly with comprehension, balanced on the edge of insanity for an eternity.....a moment.

Offline

#10 2010-02-09 23:14:40

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: Dual boot with fedora

Post your blkid. And i think the 'ro' must be at the end of the line.

Offline

#11 2010-02-10 18:53:12

JoeKer1086
Member
Registered: 2009-11-16
Posts: 45

Re: Dual boot with fedora

blkid output

/dev/sda5: TYPE="swap" UUID="10d029f2-8509-4ddd-a56c-cff175f7b4e6"
/dev/sda1: LABEL="/boot" UUID="88f70880-f23b-4111-a04b-dc36ca6a07b6" TYPE="ext2"
/dev/sda3: UUID="6850ec41-bcf5-4930-a78b-4e95919145b2" TYPE="ext4"
/dev/sda4: UUID="f06ac0ec-98f4-4533-ac7c-b378dc6b805f" TYPE="ext4"
/dev/sda6: LABEL="F12-Beta-i686-Li" UUID="c7bab44c-0236-4c13-9b5f-ee02066f2c6c" TYPE="ext3" SEC_TYPE="ext2"


I understand it completely, grappled hopelessly with comprehension, balanced on the edge of insanity for an eternity.....a moment.

Offline

#12 2010-02-10 18:56:11

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: Dual boot with fedora

Put in this way:

kernel /vmlinuz26 root=/dev/disk/by-uuid/6850ec41-bcf5-4930-a78b-4e95919145b2 ro

Last edited by n0dix (2010-02-10 18:56:38)

Offline

#13 2010-02-10 19:12:13

JoeKer1086
Member
Registered: 2009-11-16
Posts: 45

Re: Dual boot with fedora

ok, added that under root (hd0,2)

bottom line is initrd /kernel26.img

going to reboot and try, ill let you know


I understand it completely, grappled hopelessly with comprehension, balanced on the edge of insanity for an eternity.....a moment.

Offline

#14 2010-02-10 19:20:25

JoeKer1086
Member
Registered: 2009-11-16
Posts: 45

Re: Dual boot with fedora

ok, rebooted and tired again with same results..... i think my /boot partition got formatted at some point....so i tried navigating to /media/disk/usr/src/linux-2.6.32-ARCH/ within fedora then tried runninsg make menuconfig to recompile the kernal and copy it over to /boot but when i run make menuconfig it gives the output    make: *** No rule to make target `menuconfig'.  Stop.

any ideas?


I understand it completely, grappled hopelessly with comprehension, balanced on the edge of insanity for an eternity.....a moment.

Offline

#15 2010-02-11 17:02:20

JoeKer1086
Member
Registered: 2009-11-16
Posts: 45

Re: Dual boot with fedora

ok, I think im going to give up......i have been wanting to try chakra anyway but didnt want to get rid of my current arch install but i guess this is a good excuse to do it lol......i do have another question though, I want to run both fedora and arch so would it make more sense to install arch or install fedora first???? dont wanna run into this problem again sad


I understand it completely, grappled hopelessly with comprehension, balanced on the edge of insanity for an eternity.....a moment.

Offline

#16 2010-02-11 21:18:56

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: Dual boot with fedora

Try install Arch, first, and then Fedora, I think Fedora will create the Arch boot in menu.lst file.
About the home partition try to associate the /home partition in Arch to the one in Fedora without format it.

Offline

#17 2010-02-15 12:35:48

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: Dual boot with fedora

bump

which is propably the best way to install fedora and arch? which one should i install first?
i would like to install them both on one hd, each of them in a seperated encrypted lvm. is there any need to create two boot partitions, which grub should i install?

i would love to run those two systems along each other sad

Offline

#18 2010-02-19 16:33:10

Ber
Member
From: Belgium
Registered: 2006-07-05
Posts: 80
Website

Re: Dual boot with fedora

I won't say it is the easiest way, but I always do things this way and it works pretty well :

* Backup any data you might have on your disk
* Start Archlinux installation
* Manually partition your drive in Arch installer : 1 root partition for arch (/dev/sda1), 1 root partition for Fedora (/dev/sda2), 1 shared data partition (/dev/sda3), 1 swap partition (/dev/sda4).  /dev/sda[i] are examples of course. If you want to you can play with separate /boot or /home partitions but it's absolutely not mandatory.  You'd have to use logical partitions then.
* Step through Arch installation
* Install grub on MBR
* Add an entry in /boot/grub/menu.lst for your future Fedora installation :

title Fedora
root (hd0,1)
chainloader +1

* reboot
* Start installing fedora
* Manually specify partitioning : use /dev/sda2 as /, /dev/sda3 (data partition) as /mnt/data for example (no need to partition it if you did it in Arch). Use /dev/sda4 as swap. Do NOT format or even use for now /dev/sda1 of course.
* Install grub to /dev/sda2.  This is not the default behaviour (which is to install it to /dev/sda), so you have to actually tell the installer to do it.  Installing the bootloader to PBR allows your distribution's auto-update to update the bootloader's configuration without wiping out your Arch bootloader (as "user-friendly distributions" tend to do quite annoyingly).
* reboot

Your Fedora entry in Arch's grub menu should redirect you to Fedora's grub menu, and your 2 distros can coexist happily.

Hope this helps


V=RI sweet V=RI

Offline

Board footer

Powered by FluxBB