LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dual Booting with two Hard Drives (https://www.linuxquestions.org/questions/linux-newbie-8/dual-booting-with-two-hard-drives-169549/)

Memzback 04-13-2004 09:08 AM

Dual Booting with two Hard Drives
 
Okay,

I have one hard drive that has SuSE 9.0 on it. Im using this right now alone on a Onboard RAID card. Now i want to put another Hard Drive, this one has Win XP on it, on the same RAID board. Plus I want to be able to Dual - Boot them...

Can someone please help me

thanks you

aaa 04-13-2004 09:34 AM

A) You will need to add XP to the SuSE boot menu
B) You will need to edit the XP configuration to show it what disk it's on.

Memzback 04-13-2004 09:52 AM

Could you please tell me how to do this?

Thanks alot

aaa 04-13-2004 10:25 AM

Assuming SuSE is using Grub:
edit the /boot/grub/menu.lst file, as root:
[insert text editor (like 'pico')] /boot/grub/menu.lst
Add a few lines to it:

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

I'm guessing Grub will call the Windows drive 'hd1'; (hd1,0) means the first partition on the second drive.

The menu will be set up properly when you start to see error messages from the Windows bootloader (or if you're lucky and it boots fine). To fix the errors, you will need to edit the 'C:\boot.ini' file to tell Windows what hard drive it's on.


All times are GMT -5. The time now is 01:02 PM.