LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-20-2009, 04:14 AM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Many distro's, One HD, how should I install them?


OK
taking the big plunge

gonna superparttion my HD today and TRY
to install, in no order

CentOS-5.3
Sidux-2009-xfce
Slack12.2
Fedora-11 lxde
Ultimate edition 2.2(re-install maybe)


any others?

PROBLEM?

Fedora's gonna want a seperate boot partition-yes?
help with this problem guys please

160gb hd seagate
 
Old 07-20-2009, 05:15 AM   #2
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Why? Ok, that was a rhetorical question, and I don't really care about the answer, but will you really get chance to play with all of those or should you reduced the list by using a live CD of one or two first and only installing the ones that you like?

I don't see the big problem > Plan partitions, make partitions, install, use.

You won't want to do anything hyper-complex with any individual distro (like having separate partitions for /, /boot, /tmp, /var, home, /usr and /opt), because, by the time you multiply that by the number of distros, that would be rather a large number of partitions, which would be unwieldy and unworkable.

You might consider making a totally seperate partition for the data that you create and mounting that under /home/your_username from the individual distros as otherwise finding your data could be fun, in the bad sense (unless you don't intend keeping this setup long, and then you might just want to try 'n trash in favour of something simpler).

What did you intend to use as your boot menu? Slack (as far as I remember) doesn't use grub by default, but practically everything else does.
 
Old 07-20-2009, 05:52 AM   #3
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
I believe from your previous posts that you like Slack best, so I'd put that on first, with lilo in the MBR. Install the other distro's boot loaders in their root partitions and add these two lines to lilo.conf for each one:
Code:
other = /dev/sda<whatever number>
  label = distroname
I'll leave the rest (partition sizes, etc) to you.

Last edited by brianL; 07-20-2009 at 05:54 AM.
 
Old 07-20-2009, 06:26 AM   #4
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK, thanks for answering

Now, yes, Slack is awesome, noo doubt
Most stable, probably best to learn on vs Ubuntu or Gentoo

However, I already have like 15-20 different distro's
going on between my 2 usb's and my 2 desktops testbeds

But, I need to learn RedHat, for cert and maybe a job in Linux someday...
so, Fedora and CentOS are like cousins of redhat or what?

So, me, I always take the hardest path
it is simply the best way to learn

I learn by breaking usually

So, today Im gonna break some more stuff
Now, why the partitioning question?
I know, I can slice n dice it no doubt

But, fed11 says:

Quote:
Default EXT4 install - the Fedora team took quite a bold step as the installation now defaults to this powerful new filesystem; experimental Btrfs support is also available;

The Live CD uses Ext4 filesystem by default and the default partition setup creates a separate small 200 MB /boot partition formatted as Ext3 since GRUB boot loader in Fedora 11 doesn't support Ext4 yet. You can customize the partition scheme however since the Live CD essentially transfers a complete image to the hard disk, it isn't possible to choose a different filesystem.
you see now?
I don't want fed11 running wild on the partitioning scheme

LOL, one time I installed dragonfly linux and it destroyed everything and made like
8 partitions or something /boot. /var, etc, etc!#

so, and fed11 wants to use a ext4 fs, will the other distro's be able to access play with it?

any of you install fed11 to hd yet?

Here's what I'm looking at now...maybe

180gb seagate hd

sda1 boot? (?mb) ext3
sda2 Slackware
sda3 Ultimate-Edition-2.2 ubuntu 9.04/ tinycore-2.2rc2 frugal (co-habitate)
sda4 extended
sda5 CentOS-5.3
sda6 Fedora 11
sda7 Sidux-2009 debian sid
sda8 swap
 
Old 07-20-2009, 07:09 AM   #5
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Ah...one way to get around the fedora 11 ext4 problem is installing frugal fedora
like on my ext3 usb, just on hd instead?

Is slack current pretty stable?
thanks
 
Old 07-20-2009, 08:03 AM   #6
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Slack current seems pretty stable, but I don't know how many more updates and refinements there will be before it's released as 13. I've no idea about Fedora, haven't tried it since 7.
 
Old 07-20-2009, 09:23 AM   #7
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
What is the differences between centOS-5.3
and fedora 11?

both are redhat based

which one should I learn in preparation for rhce test??
both?
 
Old 07-20-2009, 09:33 AM   #8
a7mlinux
Member
 
Registered: Apr 2009
Distribution: RHEL 5, Fedora 10
Posts: 116

Rep: Reputation: 17
Quote:
Originally Posted by linus72 View Post
What is the differences between centOS-5.3
and fedora 11?

both are redhat based

which one should I learn in preparation for rhce test??
both?
why you don't try RHEL5, I'm working with it right now, and it looks pretty good
 
Old 07-20-2009, 09:35 AM   #9
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
doesn't it cost money?
how much?
where to get it?
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Install Distro's waynejkruse10 Linux - Distributions 3 08-31-2005 08:36 PM
Original distro's and distro's based on the originals? Moloko Linux - General 7 08-19-2005 05:37 PM
Are other distro's adding repositories so I can use yum for all my distro's? t3gah Linux - Software 4 03-21-2005 04:57 AM
Unable to install any Distro's ! piles69 Linux - Newbie 1 01-09-2005 02:20 PM
Can't Install Any Linux Distro's? Slipknot Linux - Distributions 13 07-15-2004 07:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration