Find the answer to your Linux question:
Results 1 to 3 of 3
In my home desktop there are 2 partitions for windows xp and redhat enterprise linux 5 server.Right now windows got corrupted and it needs to reinstall,but whenever i insert the ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Location
    india
    Posts
    52

    xp cd is not booting as linux is there in the desktop

    In my home desktop there are 2 partitions for windows xp and redhat enterprise linux 5 server.Right now windows got corrupted and it needs to reinstall,but whenever i insert the windows xp cd it is not booting.plz help

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,096
    Sometimes, the Windows installation CD doesn't want to boot when a Linux bootloader resides on the MBR. If you'll clear the master boot record, your Windows disk should work again.

    You can try going to a terminal in Red Hat or booting from a liveCD such as Parted Magic and then run the following command to clear the MBR only, leaving the partition tables intact:

    Code:
    dd if=/dev/zero of=/dev/sda bs=446 count=1
    Of course, Windows will write its own bootloader to the MBR leaving you unable to boot into Linux, so you'll need to restore GRUB again after Windows has been repaired.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You have to remove Linux Boot Loader first. Because of Linux Boot Loader Windows Installation CD/DVD doesn't work in a few machine.

    Download SuperGRUB CD or USB and boot up from it. Select Fix Windows Boot Loader. It will remove GRUB ( Linux Boot Loader ) and Windows Installation CD will work after that.
    You can re-install GRUB after successful Windows OS installation using SuperGRUB CD or USB.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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