LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 05-13-2005, 08:04 PM   #1
theory_prof
Member
 
Registered: Sep 2004
Location: Nevada
Distribution: Fedora, Knoppix , Ubuntu
Posts: 34

Rep: Reputation: 15
from dual boot to triple and quadruple boot


I have a notebook which is now dual boot: It has Windows XP as well as Redhat loaded, and the bootloader is grub. I might add that there are two stange other partitions,
one the ominous Windows "hidden partition" and the other a small "Dell Utility partition"
The boot loader is grub.

Here is what I want to do: I would like to shrink the existing Redhat partition by
50% (7Gb) and then install Debian 3.0 (Woody). (I'll settle for Knoppix-Debian
if necessary) Here are the issues:

(0) If I shrink the Redhat partition, will the grub get confused? How about the swap space?
Do I have to tell Redhat where it is after shrinking?

(1) How do I make it that at the end of everything I have all three Operating Systems availabel through grub?

BTW, I am keeping Windows around not because I want o keep it in the long run. Once I have found the distribution that I like the most, Windows will be happily deleted. (I already
removed the little Windows plaque ("designed for XP') and pasted it only a certain utility in my bathroom.) But I want to learn how to set up triple boot (with Windows still around) just to learn.
 
Old 05-13-2005, 08:50 PM   #2
dwrose
LQ Newbie
 
Registered: Mar 2005
Location: Massachusetts
Distribution: SuSE Linux 10.0
Posts: 19

Rep: Reputation: 0
I cannot answer all of your questions, but I know some of it.

GRUB knows about partitions and filesystems, so you don't have to worry about resizing partitions, GRUB will still find its way. This is in distinction to LILO, which you would have to recompile to get it to work (although simply reducing the size of a partition shouldn't be a problem either, I would think.)

As for 3 partitions, or 4, you just need to change the GRUB menu with the new OS installed on the new partition.

The Linux Documentation Project (www.tldp.org) has good documentation on GRUB that you should look at when configuring GRUB.

As for the Redhat swap partition, before you do anything, you should really do an inventory of what partitions you already have and are using. Check out the /etc/fstab file in your RedHat distro for a start. Oh, and as the old saw goes, if you have anything you really need or want to keep on your PC, you should do a backup before messing around with partitions and installing another OS. There is always the possibility that you or the software will screw something up.

Good luck!
 
Old 05-13-2005, 10:46 PM   #3
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
I've used three different distros which are rpm-based, with grub as the bootloader: OpenLinux, RedHat, and Suse. I can tell you this, with limited qualification: you can have as many distros as you want, up to the limit of bootable partitions (whatever that is), if you follow a few simple rules:
Rule 1) choose which distro will be the master, with grub installed and working (installed to the MBR is included in this rule).
Rule 2) install anything from microsoft first, then install Linux (microsoft will commandier the MBR and render it unusable by Linux. Install Linux after microsoft, then configure grub and have both systems bootable).
Rule 3) All subsequent Linux distros you choose to add, install grub to the root partition of the subsequent distro, NOT TO THE MBR (you've already done that with the one you chose to be Master).
Rule 4) after installing each distro (one at a time, please), copy the relevant entries from /boot/grub/menu.lst (or /boot/grub/grub.conf) to the same file in the master grub config file.

If you follow these simple rules, you will have a multi-distro system, with a working grub menu, from which you can select a distro to boot.

Please notice that I've left out the parts about mounting partitions to get at files not otherwise available when running a particular distro. That is your homework. That is how you will learn to be your own sysadmin. (That's pretty much a requirement in this Linux world: Learn How To Be Your Own Sysadmin).

The four rules above pretty much lay it out for you. The only limit is the number of bootable partitions you are alloowed. As far as I know, you can easily have one primary bootable partition, one extended partition, with several bootable partitions within that extended partition.

Do what I did. Experiment, learn, grow.

Best of luck; best wishes. Hope to hear about your accomplishments.

Last edited by bigrigdriver; 05-13-2005 at 10:47 PM.
 
Old 05-14-2005, 02:14 AM   #4
theory_prof
Member
 
Registered: Sep 2004
Location: Nevada
Distribution: Fedora, Knoppix , Ubuntu
Posts: 34

Original Poster
Rep: Reputation: 15
Thanks for the nice HOWTO.

Quote:
Originally posted by bigrigdriver

Rule 3) All subsequent Linux distros you choose to add, install grub to the root partition of the subsequent distro, NOT TO THE MBR (you've already done that with the one you chose to be Master).
Quck follow-up:
How does one install grub to a root partition? Where shoudl I look?
 
Old 05-14-2005, 02:28 AM   #5
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,129

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Quote:
Originally posted by theory_prof
Quck follow-up:
How does one install grub to a root partition? Where shoudl I look?
Most distros have an installer - that will do it for you. Some don't give you a choice, but Debian should be better than that.

If the install is command based, there will be instructions - not a concern in your case.

As an aside, the only reason to install grub at all after the first ("master" as bigrigdriver called it), is to get the format of the grub.conf/menu.lst entry. Other than that it is not required - you can just point straight to the kernel image.
Does no damage if installed to a partition, so I'd also advise you do install it for each distro.
 
Old 05-15-2005, 01:00 PM   #6
theory_prof
Member
 
Registered: Sep 2004
Location: Nevada
Distribution: Fedora, Knoppix , Ubuntu
Posts: 34

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by syg00

As an aside, the only reason to install grub at all after the first ("master" as bigrigdriver called it), is to get the format of the grub.conf/menu.lst entry. Other than that it is not required - you can just point straight to the kernel image.
Hm... what does that mean "point straight to the kernel" (what points the MBR, GRUB,...)?
 
Old 05-15-2005, 01:53 PM   #7
mugstar
Member
 
Registered: Jun 2004
Location: Scotland
Distribution: Anything that'll install...
Posts: 305

Rep: Reputation: 30
Isn't chainloading bootloaders enough to be going on with?
 
Old 10-06-2005, 10:32 AM   #8
clperrin
LQ Newbie
 
Registered: Sep 2005
Location: Fort Collins, CO
Distribution: Debian, mostly
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by syg00
Most distros have an installer - that will do it for you. Some don't give you a choice, but Debian should be better than that.
I can vouch for that. The "new" debian-installer, introduced with 3.1/Sarge, explicitly gives you the option of installing Grub to the MBR (or not), as you desire.
 
Old 10-06-2005, 11:38 AM   #9
rholiday
LQ Newbie
 
Registered: Aug 2005
Location: Wisconsin
Distribution: Ubuntu
Posts: 17

Rep: Reputation: 0
Quote:
Originally posted by bigrigdriver
...you can have as many distros as you want, up to the limit of bootable partitions (whatever that is...
I have heard of someone with 32 different Operating Systems installed on one computer and that is the max that can be done.
 
Old 10-06-2005, 12:35 PM   #10
rusty_slacker
Member
 
Registered: Sep 2004
Location: Mars, right next to the UAC base
Distribution: Fedora Core 3/Knoppix 3.4
Posts: 138

Rep: Reputation: 15
theory_prof, hold on one second. Do you have just one hard drive? If so, you might need to make an extended partition so you can have more primary partitions, which you will need. You'll need / partitions for 2 more OSs, right? I believe you can share the swap space, but still....
 
Old 10-06-2005, 01:28 PM   #11
jmr71769
Member
 
Registered: Jun 2003
Location: East Coast, USA
Distribution: Gentoo, Debian, Slack, FreeBSD
Posts: 82

Rep: Reputation: 15
http://linuxgazette.net/issue76/tag/5.html
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
on my way to quadruple boot titanium_geek LinuxQuestions.org Member Success Stories 6 06-21-2005 06:53 PM
Quadruple boot dinolinux Linux - Newbie 9 06-20-2005 05:16 AM
Dual/Triple Boot, all linux Seventh Linux - Newbie 1 03-06-2004 09:15 AM
Dual (triple?) boot system loran Linux - Newbie 7 02-27-2003 12:26 PM
quadruple boot! glock19 Linux - General 2 09-07-2001 03:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:17 AM.

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