Results 1 to 10 of 21
Hi, i have windows xp and federo installed on my system on seperate partition and using grub loader for dual boot. Unfortunately am unable to boot the windows and it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-18-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 13
Unable to reinstall Windows XP
Hi, i have windows xp and federo installed on my system on seperate partition and using grub loader for dual boot. Unfortunately am unable to boot the windows and it hangs with the blue screen and with safe mode it stops at mup.sys and doesnt proceed further.
I tried booting with a windows xp CD but it looks like it is unable to recognize the disk even if i say boot with a CD in BIOS settings. Does anybody knows how to make the CD recognizable so that i can go into the windows repair mode.
- 11-18-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Hello and welcome!
Some machines have trouble reading the Windows CD when GRUB resides on the MBR. If you clear the MBR, your disk will probably be able to work again, but you'll need to restore GRUB after installing Windows if you want to continue using it as your bootloader.oz
- 11-18-2010 #3Just Joined!
- Join Date
- Nov 2010
- Posts
- 13
hi ozar, thanks for the update. How can i clear the MBR? I am unable to get to the command prompt. All i can do at the moment is to login to my federo linux. I am fine with even loosing linux and GRUB.
- 11-18-2010 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
To clear the MBR only, leaving partition table intact, go to a terminal in Linux, su to root, then run the following command:
...changing the sda in the command to the appropriate device for your own MBR.Code:dd if=/dev/zero of=/dev/sda bs=446 count=1
If you use sudo, don't forget to add it to your command.
You can also do this using a Linux liveCD, in which case you won't need to worry about gaining root access.
Note that it's always a good idea to have a system backup in place before you start manipulating partitions and master boot records.oz
- 11-18-2010 #5Just Joined!
- Join Date
- Nov 2010
- Posts
- 13
hi Oz, what do you mean by,
changing the sda in the command to the appropriate device for your own MBR
Is it the partition where linux is installed. I actually had done partition long time back on my PC and not sure on which drive it stays. How do i know what exactly do i need to replace sda with?
- 11-18-2010 #6Just Joined!
- Join Date
- Nov 2010
- Posts
- 13
Oz, also do let me know once i run these commands what are the next steps that needs to be followed to make my windows bootable CD recognizable. Also, when i run this command as it is impacting Master Boot Record does it have any side effects. I am fine as long as my windows runs at the moment.
I have some critical data on my hard disk so i dont want to format and loose the stuff and wanted to repair my windows so that i can have the data intact. Appreciate your help on this.Last edited by VinayKS; 11-18-2010 at 10:55 PM.
- 11-18-2010 #7
- 11-19-2010 #8Just Joined!
- Join Date
- Nov 2010
- Posts
- 13
hi, I dont have a linux live CD. At the moment i just have windows xp CD. Is there any alternate way.
- 11-19-2010 #9
The command given by ozar can only be executed in a linux terminal.
Hope you can find a way to boot in your linux partition first. Or get hold of a live cd from somebody or a usb that can boot linux.dd if=/dev/zero of=/dev/sda bs=446 count=1
If I'm not wrong, I think that would be a prerequisite.
nujinini
Linux User #489667
- 11-19-2010 #10Just Joined!
- Join Date
- Nov 2010
- Posts
- 13
Hi, I can login to Linux and open an terminal.
But Ozar was suggesting to replace sda with a appropriate device for my MBR. But am not sure what is that device name?
Can i just run this command and once i run it what are the next steps to make my windows bootable CD recognizable so that i can fix my windows xp?


Reply With Quote

