Results 1 to 3 of 3
Hi All,
I am running RHEL4 on a machine onto which I wish to add a new physical hard disk and install win XP on the new disk.
Please guide ...
- 05-30-2009 #1
How to install XP on my RHEL machine?
Hi All,
I am running RHEL4 on a machine onto which I wish to add a new physical hard disk and install win XP on the new disk.
Please guide me how to do the same.
Regards,
Kangkan
- 05-30-2009 #2
Its really easy. Disable Linux disk in BIOS, plug-in new disk and install Windows OS. Enable Linux disk after successful installation of Windows OS.
Linux will boot up by default. Add this code in /boot/grub/grub.conf file to add an entry of Windows OS in GRUB.
In this method, both OSes will be independent of each other and you are not editing any file of Windows OS. Linux Boot Loader ( GRUB ) will chainload Windows Boot Loader and boot up Windows OS.Code:title Windows OS rootnoverify (hd1,0) map (hd0) (hd1) map (hd1) (hd0) chainloader +1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-30-2009 #3
Oh! Thats nice. Thanks a lot.
I shall revert once I do the same.
Regards,
Kangkan


Reply With Quote