LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dual Drives - One for Win and the other for Linux (https://www.linuxquestions.org/questions/linux-newbie-8/dual-drives-one-for-win-and-the-other-for-linux-444099/)

Meia_Dose2000 05-12-2006 07:32 AM

Dual Drives - One for Win and the other for Linux
 
Hi everyone!

I have two separate hard drives. In one of them I already have installed WinXp Pro. On the other I would like to install Linux (distro: Slacware).

Could anyone point me to a link/resource that explains this procedure? The links that I've read don't explain the steps necessary for a newbie to perfom this task.

I already saw the threads similar to this one but I'm still with doubts about this subject...

Any help will be much appreciated!

Thank you all.

Meia_Dose2000 05-12-2006 07:39 AM

Just one more question:

Does the type of the file system matter? If it does, the file system on the hard drive where WinXp is installed is NFTS.

pixellany 05-12-2006 08:32 AM

Basically, you simply boot from an installation CD (or DVD), and follow the directions. The installer will ask you where you want to set up the partitions for Linux. You will have the option of overwriting existing ones.

Don't get fancy with partitions on your first install---all you need is one partition of ~10-15GB---for the root (/) partition, and maybe 1GB of swap space. (Leave free space on the disk for later additions.

Another method to consider using two disks---put bot OSes on one drive, and format the other FAT32 for data--this can easily be seen by both Windows and Linux.

Emerson 05-12-2006 08:38 AM

Having separate hard disks for Windows and Linux makes life real easy for you. I'd recommend to set your existing Windows disk to be primary slave (assuming you are using IDE) and your new HDD primary master. Then install Linux on your first drive and configure Linux bootloader to boot Windows from your second drive. With this setup both operating systems are independent from each other and in case you want remove one disk from your system the other OS will work without any reconfiguring.

Meia_Dose2000 05-13-2006 04:10 PM

Emerson (or anybody), could you tell where I can find some nice tutorial to do that?

billymayday 05-13-2006 04:53 PM

It would help people on the list is you specified which ditro you are planning to use (or which ones you are thinking about anyway).

Emerson 05-13-2006 05:45 PM

Well, basically you just need to install Linux and add Windows to the GRUB configuration file. The file itself is /boot/grub/grub.conf and you need to add following:
Code:

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


Meia_Dose2000 05-14-2006 02:28 PM

So, I need to install Linux (in my case: slackware) and choose to install it to the second drive (the first drive already has WinXp installed).

Then I need to redefine the GRUB configuration file like Emerson said, right?

Meia_Dose2000 05-14-2006 02:29 PM

Also, I need to know how can I do this:

"I'd recommend to set your existing Windows disk to be primary slave (assuming you are using IDE) and your new HDD primary master" [Emerson]

Emerson 05-14-2006 04:27 PM

There are many variants to use when setting up multibooting. You need to choose one or things get really confusing. But let's start from beginning. Are you going to use the scheme I recommended in post #4? Are you using IDE? Or maybe SATA? Do you know how to set drive jumpers - also in case there is a Cable Select type cable?

Meia_Dose2000 05-15-2006 10:28 AM

I will copy post#4 here:

"Having separate hard disks for Windows and Linux makes life real easy for you. I'd recommend to set your existing Windows disk to be primary slave (assuming you are using IDE) and your new HDD primary master."

How can I do this? Again, any links are appreciated.

" Then install Linux on your first drive and configure Linux bootloader to boot Windows from your second drive."

How can I configure the Linux bootloader to boot Windows from your second drive? The answer is post#7? If it is, could you provide more details, please?

Now for your last post:

"Are you using IDE? Or maybe SATA?"

I'm not at home right now, but I wil answer this one later.

"Do you know how to set drive jumpers"

I think that is an option in the bios settings, but i'm not sure... Could you explain it?

"also in case there is a Cable Select type cable?"

I don't know. How can I see if there is a Cable Select type cable?

Again, thank you for your time.

Emerson 05-15-2006 11:23 AM

I'd recommend to speed up your learning curve. Right now it seems every answer I give results in more and more questions. There is Google for you, giving answers instantly as soon as they arise. For instance, search for 'install IDE drive' brought up plenty of useful information. Here's just one of them: Installing IDE drives
You are welcome to ask your questions here but this certainly is the slowest way.

Meia_Dose2000 05-15-2006 12:10 PM

Ok.

I will study first and post my conclusions.


All times are GMT -5. The time now is 08:58 PM.