LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 08-02-2004, 04:58 PM   #1
sissipher
LQ Newbie
 
Registered: Mar 2004
Posts: 25

Rep: Reputation: 15
Triple Boot RedHat,Suse,and Windows??help!!!


I have installed Windows on one partition, then Red Hat, then Suse. When I went to install Red Hat, it read the windows partition fine and I could dual boot. When I installed Suse, it would read the windows partition and boot fine but it never saw the Red Hat partition.

How can I fix it so that when grub comes up in Suse, I can choose to boot windows, red hat, or suse?

Details:

Windows=hda-0-5 with cdrom drives etc.
Red Hat 9=hda7(swap is 6)
Suse 9=hda9(swap is 8)

I have read the forums explaining this stuff but I just don't get it and one was very good but I really do not want to blow away my partitions and start from scratch.

I will however, reinstall Red Hat as I noticed that I can add os to boot easier there from scratch. Either way, I do not want to start from scratch.

Thanks in advance!

ps. I need very detailed, step by step directions.
 
Old 08-02-2004, 08:48 PM   #2
sissipher
LQ Newbie
 
Registered: Mar 2004
Posts: 25

Original Poster
Rep: Reputation: 15
Also, a huge problem is that I do not have a floppy drive in the machine that I am triple booting.

So far I have this: Windows and Suse installed and working great. Dual booting into Windows or Suse no problem.

Now, I would like to install Red Hat 9 and config either lilo or grub so that I can choose from Windows, Suse, or Red Hat at startup.

Does that make sense?
 
Old 08-02-2004, 10:12 PM   #3
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
when you installed Redhat did you choose to install the bootloader into the MBR or the partition bootsector?
What you can do is mount the redhat partition, take a look at its bootloader config file then add it to Suse's boot loader.
 
Old 08-02-2004, 10:29 PM   #4
sissipher
LQ Newbie
 
Registered: Mar 2004
Posts: 25

Original Poster
Rep: Reputation: 15
Right now, I only have Windows and Suse installed. I want to install Red Hat now but I don't want to unless I can get it to read all 3 os's with grub or lilo. Suse is at the / mount point on hda9 and I want to put Red Hat on the hda7 partition.

How do I install Red Hat and use Grub or Lilo so that when my machine boots up I can select which os to use.

Thanks
 
Old 08-02-2004, 10:36 PM   #5
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
You don't have to reinstall redhat, if it already exists in the partition it's just a matter of adding few entries in /boot/grub/menu.lst
can you mount the Redhat partition, and post the contents of boot/grub/grub.conf in there?
 
Old 08-02-2004, 10:44 PM   #6
sissipher
LQ Newbie
 
Registered: Mar 2004
Posts: 25

Original Poster
Rep: Reputation: 15
I already removed Red Hat from its partition. I only have Windows and Suse installed right now.
 
Old 08-02-2004, 10:50 PM   #7
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
1. Take note of the contents of your current /boot/grub/menu.lst file in Suse.

2. Install Redhat, let it install GRUB into the MBR, it will only detect Windows and add it to the boot menu, but don't worry about it at this point.

3. Boot into Redhat, edit /boot/grub/grub.conf and add what you have in Suse's menu.lst file, you can just add the one you boot and ignore the rest(like floppy etc).
 
Old 08-02-2004, 11:02 PM   #8
sissipher
LQ Newbie
 
Registered: Mar 2004
Posts: 25

Original Poster
Rep: Reputation: 15
Where do I find that in Suse?

In YAST I see under the Boot Loader Setup:

OPTION VALUE

Boot Loader Type Grub
Boot Loader Location 1.IDE,74gb, /dev/hda, WDC
Disk Order /dev/hda
Default Section Linux
Available Sections Linux(default),Windows,Safe
Activate Boot Loader Partions No
Replace Code in MBR Leave Untouched
Back up Affected Disk Areas No
Add Saved MBR to Boot Loader Menu No
Save Method Save Only changed file

Also, I do appreciate your help!

Thanks

Last edited by sissipher; 08-02-2004 at 11:16 PM.
 
Old 08-02-2004, 11:16 PM   #9
sissipher
LQ Newbie
 
Registered: Mar 2004
Posts: 25

Original Poster
Rep: Reputation: 15
In YAST I see under the Boot Loader Setup:

OPTION------------------------------------------VALUE

Boot Loader Type--------------------------Grub
Boot Loader Location----------------------1.IDE,74gb, /dev/hda, WDC
Disk Order------------------------------------/dev/hda
Default Section--------------------------------Linux
Available Sections----------------------------Linux(default),Windows,Safe
Activate Boot Loader Partions-------------No
Replace Code in MBR-----------------------Leave Untouched
Back up Affected Disk Areas----------------No
Add Saved MBR to Boot Loader Menu------No
Save Method---------------------------------Save Only changed file

Last edited by sissipher; 08-02-2004 at 11:17 PM.
 
Old 08-02-2004, 11:18 PM   #10
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
open /boot/grub/menu.lst in a text editor
 
Old 08-02-2004, 11:24 PM   #11
sissipher
LQ Newbie
 
Registered: Mar 2004
Posts: 25

Original Poster
Rep: Reputation: 15
O.K.

I am logged in as root and I found this:

# Modified by YaST2. Last modification on Tue Aug 3 04:47:15 2004


color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,8)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
kernel (hd0,8)/boot/vmlinuz root=/dev/hda9 vga=0x317 splash=silent desktop hdc=ide-scsi hdclun=0 showopts
initrd (hd0,8)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
root (hd0,0)
chainloader +1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
kernel (hd0,8)/boot/vmlinuz root=/dev/hda9 showopts ide=nodma apm=off acpi=off vga=normal nosmp noapic maxcpus=0 3
initrd (hd0,8)/boot/initrd






I hope that makes sense to you! Now what do I do?

Last edited by sissipher; 08-02-2004 at 11:44 PM.
 
Old 08-02-2004, 11:52 PM   #12
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
go ahead and install Redhat, choose to install GRUB into the MBR, when its done boot into Redhat, edit /boot/grub/grub.conf and add the following:
Code:
title Suse
 kernel (hd0,8)/boot/vmlinuz root=/dev/hda9 vga=0x317 splash=silent desktop hdc=ide-scsi hdclun=0 showopts
 initrd (hd0,8)/boot/initrd
 
Old 08-02-2004, 11:54 PM   #13
sissipher
LQ Newbie
 
Registered: Mar 2004
Posts: 25

Original Poster
Rep: Reputation: 15
Where exactly do I put those lines? I will try it now! thanks so much for your help! I hope this works. I am loading Red Hat now!
 
Old 08-03-2004, 12:13 AM   #14
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
just add them to the /boot/grub/grub.conf file
 
Old 08-03-2004, 12:23 AM   #15
sissipher
LQ Newbie
 
Registered: Mar 2004
Posts: 25

Original Poster
Rep: Reputation: 15
Anywhere?
 
  


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
Fedora FC4 Suse 10.0 and Windows XP Triple Boot 1kyle SUSE / openSUSE 7 10-19-2005 02:26 PM
LILO does not see Windows in triple boot JoeO Ubuntu 1 08-16-2005 10:56 PM
How would I triple boot with Windows Xp,SuSE 9.3,and Fedora Core 4 cheetahman SUSE / openSUSE 1 07-24-2005 10:43 PM
Triple Boot Fedora C2 and Suse and windows = big grub error maneeshsethi Linux - Software 6 10-07-2004 04:03 PM
Triple boot Mandrake, Xandros, Windows ME fudge03 Linux - Newbie 7 09-03-2004 10:13 AM

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

All times are GMT -5. The time now is 05:41 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