Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-22-2003, 01:13 PM
|
#1
|
|
Member
Registered: Feb 2003
Location: Culpeper,Va
Distribution: Mandrake 9.2 Knoppix 3.3 SuSe 9.0
Posts: 140
Rep:
|
easiest way to install another Linux distro alongside existing linux
Hi, I currently am running redhat 8.0, I have ONLY linux, no windows on this box, how do I install another linux distro, it seems most of them just want to use the current linux partition, which is the only partition I have, other than swap and boot.
|
|
|
|
03-22-2003, 01:17 PM
|
#2
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Have you got enough free space to create another partition?
|
|
|
|
03-22-2003, 01:22 PM
|
#3
|
|
Member
Registered: Feb 2003
Location: Culpeper,Va
Distribution: Mandrake 9.2 Knoppix 3.3 SuSe 9.0
Posts: 140
Original Poster
Rep:
|
Tons of free space, I've got redhat on all 60 GB, how do I create another partition, I have plenty of room, in fact I'd like to have 3 or 4 distros installed just for fun.
|
|
|
|
03-22-2003, 01:27 PM
|
#4
|
|
Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu
Posts: 12,611
Rep:
|
Use parted ( www.freshmeat.net) resize as many partitions as you'd like (about 4GB per distro).
Then during the install, simply point the new "free/blank" partition to your new / partition of the new distro.
Cool
|
|
|
|
03-22-2003, 01:27 PM
|
#5
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
You have plenty of fee space on your linux partition but by the sounds of it your partition uses the whole drive.
If you want to make more partitions you will need to reduce your current partition. There is a tool called "parted" tat will do the trick.
BE WARNED resizing partitions is a risky business - be prepared by having all your data backed up and the RedHat disks ready for a reinstall. (if it does come to a reinstall use disk druid to manually size the partitions)
|
|
|
|
03-22-2003, 01:27 PM
|
#6
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,823
|
well just go install it then. the only thing you really might want to think about is which distro you want to boot the whole shebang with. maybe you prefer a certain boot screen like mandrakes or redhats.... just install a distro and obviously use the same swap partition, and *probably* the same /home too then install. depending on the distro you're installing the installer may well pick up all the other distros on the system, but i wouldn't count on it. just add the entries yourself, or a safer way would be to not install any boot loader at all, install and erboot back the the first distro and then add the booting details to the /etc/lilo.conf or /boot/grub/grub.conf accordingly, then reboot
|
|
|
|
03-22-2003, 01:32 PM
|
#7
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
1 other thing to note - beware of using LABEL values in fstab with more that one OS it tends cause headaches - set them to their device names before you install a second OS.
EDIT: same with bootloader conf!
Last edited by david_ross; 03-22-2003 at 01:40 PM.
|
|
|
|
03-22-2003, 04:06 PM
|
#8
|
|
Member
Registered: Feb 2003
Location: Culpeper,Va
Distribution: Mandrake 9.2 Knoppix 3.3 SuSe 9.0
Posts: 140
Original Poster
Rep:
|
I'm having a problem installing parted, I get the following error when running ./configure
configure: error: no acceptable cc found in $PATH
|
|
|
|
03-22-2003, 04:09 PM
|
#9
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,823
|
what's that got to do with dual booting? one question one thread in future please, but go install the gcc rpm and anythign else it asks for.
|
|
|
|
03-22-2003, 04:16 PM
|
#10
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Surely it is related in cases where a second install cannot be acheived because of an existing partition filling a drive.
Forget compiling parted. Download
ftp://ftp.rpmfind.net/linux/redhat/8....24-6.i386.rpm
Then run:
rpm -ivh parted-1.4.24-6.i386.rpm
|
|
|
|
03-22-2003, 05:10 PM
|
#11
|
|
Member
Registered: Feb 2003
Location: Culpeper,Va
Distribution: Mandrake 9.2 Knoppix 3.3 SuSe 9.0
Posts: 140
Original Poster
Rep:
|
Thanks David, and I agree I am staying inside of the same thread, still trying to dual boot, just need parted to work to do it.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
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
|
|
|
All times are GMT -5. The time now is 11:30 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|