LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-17-2003, 10:25 AM   #1
bananaman
Member
 
Registered: Apr 2003
Posts: 30

Rep: Reputation: 16
Linux and Windows on separate HDs, GRUB


I have been experimenting with making linux my desktop, moving over from Windows 2000. I have been playing with RedHat 9.0 and I am quite happy with it, so I've decided to take the plunge.

Because I didn't want to risk losing my Windows set-up, I brought a completely new hard disc and a couple of swappable HD racks. I put my windows 2000 disc in one, and installed Linux on the new disc. So when I want to boot into the different OSes at the moment, I completely swap the hard discs.

Now, of course it would be useful for me to be able to access the Windows HD when I am in Linux. The following question may be paranoid, but I want to be absolutely sure. If I have install both hard discs, with the Linux one as the bootable primary master, is there any risk at all that it will change the Windows HD so that I won't be able to boot directly from it? Second question, I have GRUB on the linux HD - can I configure GRUB so that I can boot into Windows (which is on the second HD) or RH9 (on the first hard disc). Will configuring GRUB like this affect the Windows HD in any way.

Sorry for the newbie/paranoid questions! I managed to erase all of my Windows partition when I first tried to install Linux four years ago, hence my separate HD method of installation.
 
Old 04-17-2003, 11:22 AM   #2
zeppelin
Member
 
Registered: Apr 2003
Location: Athens, Greece
Distribution: Arch
Posts: 182

Rep: Reputation: 30
windows should be in the primary disk in a primary partition. (there is a trick i found in redhat.com that fools windows, and so the windows run from a slave disk)

grub could be easily configured tru buttons other than ENTER in your grub first screen. (or you should try to find grub.conf file i think the name is).

FAT 32 read write safely
NTFS don't write, only read, after you download the ntfs support.

Last edited by zeppelin; 04-17-2003 at 11:25 AM.
 
Old 04-17-2003, 11:34 AM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
windows is much better off being run on slave, not master. you then just chainload grub to boot windows off of the slave drive no problem. having linux on master means that if you do want to remove it all you need to do is to take out the drive, put windows back on master and it's done. if you have windows on master all the time, then the linux boot sector will be kept on the windows drive, which is not nearly as clean and effective.
 
Old 04-17-2003, 01:38 PM   #4
Kylejb2663
LQ Newbie
 
Registered: Apr 2003
Location: New York
Posts: 16

Rep: Reputation: 0
Another Newbie Question

Hey--

Sorry guys but what is GRUB? I am sort of a newbie..

Thnx,

Kyle
 
Old 04-17-2003, 01:39 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
a boot loader. kyle... try http://google.com/linux
 
Old 04-17-2003, 01:55 PM   #6
Kylejb2663
LQ Newbie
 
Registered: Apr 2003
Location: New York
Posts: 16

Rep: Reputation: 0
Reply

Thanks... Can you take a look at my question thats under the Newbie Section. Maybe you can help me with that.. I am new to this website.

Thnx,

Kyle
 
Old 04-17-2003, 01:56 PM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i already have... read it.
 
Old 04-17-2003, 01:57 PM   #8
zeppelin
Member
 
Registered: Apr 2003
Location: Athens, Greece
Distribution: Arch
Posts: 182

Rep: Reputation: 30
ok, chris. and then let me ask you sth. I have on master windows xp and on a second hard disk (slave) in a extented partition linux. and I have problem with the GRUB. don't load windows, it says to me about hard disk error on chainloader +1 and the hd0(0,0) or sth. what can I do?
 
Old 04-17-2003, 02:00 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you'd jus use grub to swap the drive ID's in the bios.

title Windows
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd0,0)
makeactive
chainloader +1
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Multi Booting 4 separate Distros w/GRUB rickbman Linux - Distributions 5 05-14-2006 04:30 AM
XP on a separate disk and GRUB config greg108 Linux - Newbie 3 08-10-2004 11:48 PM
Windows, Mepis Linux on separate drives sengle3 Linux - Newbie 2 04-23-2004 06:57 PM
Linux and Windows XP On Seperate HDs Blackout_08 Linux - Newbie 11 01-19-2004 08:15 AM
dual boot - Win2K/RH 7.3 on separate HDs rayne Linux - Newbie 3 09-20-2002 05:34 PM

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

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