LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 07-29-2003, 10:20 PM   #1
fr0ggeh
LQ Newbie
 
Registered: Jul 2003
Distribution: SuSE 8.2 Professional
Posts: 24

Rep: Reputation: 15
duel booting suse 8.2 & win2kpro HOW?


alright heres the scenario:

right now im using suse linux 8.2 pro. it's set as master on the ide cable, and its on the first ide channel. i would like to have my cd drive as slave on this channel.

i have a win2kpro drive that i want to hook up as master on the second ide channel, and my cd-rw drive will be slave.

i want to be able to duel boot suse and windows.

PLEASE HELP!!!
 
Old 07-30-2003, 01:54 PM   #2
sorrodos
Member
 
Registered: Jul 2003
Location: Salt Lake City, UT and Spokane, WA
Distribution: Mandrake 10.0, Gentoo, FreeSBIE 1.0
Posts: 345

Rep: Reputation: 30
Have you tried using Grub? It installs by default with SuSE 8.2 Personal... I dual-boot that and XP Pro just fine, but I don't have each OS on a different physical drive.
 
Old 07-30-2003, 02:57 PM   #3
fr0ggeh
LQ Newbie
 
Registered: Jul 2003
Distribution: SuSE 8.2 Professional
Posts: 24

Original Poster
Rep: Reputation: 15
well, the thing is, my situation is quite different from yours. i'm trying to boot off two physical drives, and im using SuSE 8.2 pro.
 
Old 07-30-2003, 02:59 PM   #4
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Hi frogehh

Ideally - you'd want to install

Win2k 1st

SUSE 2nd

Linux bootloaders are better able to configure existing OS's when they find them than Windows ones are - infact Windows ones are relatively mediocre in this respect.

So - personally - install :

Win2k First - SUSE second
 
Old 07-30-2003, 03:13 PM   #5
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
What Linux bootloader are you using with SUSE 8.2 PRO?

Linux sees your Secondary Master channel as

/dev/hdc

If your using LILO and you connect your Win2k drive to /dev/hdc try putting this in the other= section at the bottom of your lilo.conf file.

other=/dev/hdcX
label="windows"
table=/dev/hda

where X is the partition where Win2k resisides on

If your using GRUB - put this in at the bottom of Grub.conf

title Windows
root (hd2,X-1)
makeactive
chainloader +1


were X is the partition that SUSE resides on.

Ive used (X-1) because of the way you describe partitions in GRUB

For example - if SUSE is on your 1st partition of /dev/hdc then

X=1 so X-1 = 1-1 =0 therefore root (hd2,0)

Last edited by Skyline; 07-30-2003 at 03:26 PM.
 
Old 07-30-2003, 11:35 PM   #6
sorrodos
Member
 
Registered: Jul 2003
Location: Salt Lake City, UT and Spokane, WA
Distribution: Mandrake 10.0, Gentoo, FreeSBIE 1.0
Posts: 345

Rep: Reputation: 30
It doesn't matter if you are using Pro or Personal, both use Grub and boot the same way. If you install SuSE AFTER you install Windows, then Grub will install and you can use that. If you install SuSE BEFORE Windows, then Windows will overwrite the MBR and prevent you from booting a non-Windows OS.
 
Old 07-31-2003, 12:17 AM   #7
fr0ggeh
LQ Newbie
 
Registered: Jul 2003
Distribution: SuSE 8.2 Professional
Posts: 24

Original Poster
Rep: Reputation: 15
hmm

Quote:
Originally posted by sorrodos
It doesn't matter if you are using Pro or Personal, both use Grub and boot the same way. If you install SuSE AFTER you install Windows, then Grub will install and you can use that. If you install SuSE BEFORE Windows, then Windows will overwrite the MBR and prevent you from booting a non-Windows OS.
alright, that makes sence, but it didnt overwrite the mbr. it just installed windows normally and didnt affect windows at all. i just dont want to have to go into bios every time and tell my computer to read hd-0 or hd-1 first.
 
Old 07-31-2003, 04:46 PM   #8
sorrodos
Member
 
Registered: Jul 2003
Location: Salt Lake City, UT and Spokane, WA
Distribution: Mandrake 10.0, Gentoo, FreeSBIE 1.0
Posts: 345

Rep: Reputation: 30
So what order did you install the OS's in?
 
Old 08-01-2003, 01:25 PM   #9
beyond_2000
Member
 
Registered: Oct 2002
Location: Guangdong,Chinese
Distribution: Redhat AS 3.0 + FC1
Posts: 72

Rep: Reputation: 15
Of course he installed w2k first and then installed suse. maybe he installed grub on logical partition not HDA mbr.
 
Old 08-01-2003, 07:34 PM   #10
fr0ggeh
LQ Newbie
 
Registered: Jul 2003
Distribution: SuSE 8.2 Professional
Posts: 24

Original Poster
Rep: Reputation: 15
i didnt install anything "first" they are two different hard drives, one has linux, one has windows. both can boot fine when they boot separately, and are put on the first ide channel.
 
Old 08-02-2003, 01:32 PM   #11
sorrodos
Member
 
Registered: Jul 2003
Location: Salt Lake City, UT and Spokane, WA
Distribution: Mandrake 10.0, Gentoo, FreeSBIE 1.0
Posts: 345

Rep: Reputation: 30
Okay, try this. Reinstall SuSE again now, when it comes to the bootloader configuration, tell it to install it to the MBR of hda.

It sounds to me that what the issue is here is that it sounds like you installed Grub or Lilo to the MBR of your Linux partition and Win2000 installed its bootloader to the MBR of its drive. You need to install Grub to the same MBR where Win2000 installs its bootloader. Grub will then give you a choice to boot either Linux or Windows.
 
Old 08-07-2003, 10:15 AM   #12
Phoenix777
LQ Newbie
 
Registered: Aug 2003
Location: Ljubljana, Slovenia, Europe
Posts: 6

Rep: Reputation: 0
what seems to be the problem,?

you can even have up to 8 systems i think on the same psychical drive
and have multiboot,... you dont even have to use seperate drives,... and every linux distrib (almost any) has a boot manager (lilo & grub &...)
 
Old 08-07-2003, 07:17 PM   #13
fr0ggeh
LQ Newbie
 
Registered: Jul 2003
Distribution: SuSE 8.2 Professional
Posts: 24

Original Poster
Rep: Reputation: 15
the problem is that i HAVE TO BOOT OFF TWO DIFFERENT DRIVES. one os on each drive.
 
Old 08-07-2003, 10:12 PM   #14
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
I don't understand. I have /dev/hda1 (Win2K), /dev/hda5 (Debian, sort of), and /dev/hdb1 (Slack). Win2K came with the thing, I added the second hard drive and put Slack on and installed LILO in the hda mbr. Then I installed Mandrake briefly, resized the Win2K partitions, decided I didn't like Mandrake, and installed Debian. The Debian install got fubared, but it boots.

I dunno why you're so picky but you want /dev/hda to be SuSe and /dev/hdc to be a hard drive with Win2K? So use fdisk to set /dev/hda as bootable, install LILO to the mbr, and set lilo.conf to boot SuSe and Win2K. If Win2K doesn't like that, try setting hdc as bootable and install LILO to *that* mbr, maybe. If Win2K *still* doesn't like it, why not have a normal set up with Win2K on hda and SuSe on hdb? Have LILO on hda mbr and it'll work like a charm.

The fact that it's two different drives doesn't matter - it's still one boot loader controlling the two systems.

Please understand that I have no idea really, because I've never had such an arrangement but, if I was going for it, that's what I'd try. I *do* boot two OSes from two different drives, though, like I say.
 
Old 08-08-2003, 09:51 AM   #15
sorrodos
Member
 
Registered: Jul 2003
Location: Salt Lake City, UT and Spokane, WA
Distribution: Mandrake 10.0, Gentoo, FreeSBIE 1.0
Posts: 345

Rep: Reputation: 30
Thats exactly what we've been saying all along. It doesn't make a difference if you have a different OS on each drive. Install grub or lilo to the MBR of hda1, set hda1 as the bootable, and you'll be able to choose to boot Windows or Linux on startup. We've been saying that all along because it will work.
 
  


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
WindowsXP duel boot with SuSe Linux, SuSe linux not booting? x32825 Linux - Newbie 4 10-12-2004 04:26 PM
Help want to get free from microsoft - help with duel boot xp pro & suse? ginda Linux - Newbie 6 03-18-2004 05:41 AM
dual booting win2kpro and SuSE 8.2 pro fr0ggeh Linux - Software 2 07-24-2003 09:51 PM
duel Booting question jester_69 Linux - General 2 12-16-2002 03:14 AM
Duel Booting Jedi_Cheese Linux - Newbie 4 01-14-2002 11:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

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