Unsolved
This post is more than 5 years old
2 Intern
•
357 Posts
0
8627
May 8th, 2004 22:00
Dual Booting Red Hat 9 with Windows XP
My DELL Dimension XPS R400 has Windows XP HOME already installed on one Hard Drive so i set that Hard Drive to slave mode put it in the computer and then put in a blank Hard Drive as master. I put linux on the master one and then during the installation of linux it says it found DOS(win XP)(i know it is normal for it to only say DOS) on the secondary or slave or somthing hard drive and asks if i want to dual boot with it! So i say yes and select the GRUB boot loader! Ok, so about a hour or two later the installations done i boot up for the first time and GRUB comes up i select Linux Red Hat 9 and all boots just the way it should! But if i select where it says DOS(windows XP HOME) than it wont boot? Any Help? PLEASE? it's my server but also just wanting it dual booting with windows just incase i need it for something?
No Events found!


HALO PRO
2 Intern
•
357 Posts
0
May 8th, 2004 22:00
sRaL
34 Posts
0
May 9th, 2004 11:00
back in school, we had to install the LINUX as second, having windows to be its master. and once you boot up, you'll have options on which to OS to select. the default would be windows.
HALO PRO
2 Intern
•
357 Posts
0
May 9th, 2004 17:00
sRaL
34 Posts
0
May 11th, 2004 10:00
ToddR
3 Posts
0
May 11th, 2004 13:00
The problem you are having is that Windows is trying to boot to the Master hard drive because it doesn't know you moved it.
You could modify the boot.ini file
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microsoft Windows XP Professional" /fastdetect
Note the line that starts with "multi", this article http://support.microsoft.com/default.aspx?scid=kb;EN-US;102873, explains it in detail.
you should just need to change the "rdisk(0)" to "rdisk(1)" to tell your Windows system to boot from its new location. Change both the "multi" and the "default" lines.
Use your XP CD to get into the "Recovery Console" to edit the boot.ini file.
Then when GRUB hands off the boot process, you should no longer get a message about files not being found and Windows should boot fine.
There may be some other slight effects from moving the drive but nothing significant.