Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! kangkan's Avatar
    Join Date
    Sep 2007
    Location
    Gurgaon, India
    Posts
    7

    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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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.
    Code:
    title Windows OS
    rootnoverify (hd1,0)
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloader +1
    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.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! kangkan's Avatar
    Join Date
    Sep 2007
    Location
    Gurgaon, India
    Posts
    7
    Oh! Thats nice. Thanks a lot.

    I shall revert once I do the same.

    Regards,
    Kangkan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...