Can not install WindowsXP after uninstalling Fedora Core Test 3

AI Thread Summary
The discussion revolves around issues faced after uninstalling Fedora, which resulted in the inability to install Windows XP alongside Windows ME/98. The user encountered a "No Operating System" prompt after rebooting, despite attempts to fix the Master Boot Record (MBR) and boot sector using Windows recovery tools. It was noted that Windows ME does not typically support dual installations with XP, complicating the recovery process. Suggestions included reaching out to Microsoft for support if a valid copy of XP is owned. A proposed solution involved using a Fedora Core 1 boot CD to access rescue mode, execute commands to restore the MBR, and reinstall GRUB, which ultimately resolved the issue. Additionally, a program from Maxtor was mentioned as effective in fixing the hard drive problems.
Saint
Messages
437
Reaction score
0
Why?
I used to installing dual boot system of Windows ME and XP.
After uninstalling Fedora, I can only install Windows ME/98, but can not install XP, after reboot, the system prompts me "No Operationg System".

Fedora had done something on my hard drive, I used windows recovery console to FIXBOOT and FIXMBR, but the problem still unsolved.

Anyone can help me to bring my hard drive back to original condition ?
 
Computer science news on Phys.org
Have you used your two free incidents per MS purchase with Microsoft? I had a similar serious problem a while back with Partition Magic - I lost all three operating systems. After Partition Magic Tech support gave up, I spent about a full day on the phone with MS tech support; no charge. It was applied to my original purchases of XP and Win2000.
 
what can you help me to solve this problem?
 
I'm definitely not the best choice. If no one else can help here I may be able to offer a few suggestions.

If you have a valid copy of XP you should be able to get support through Microsoft.
 
ME is one of the only OSes that do not allow you to install XP dually.

This isn't a progressive post, but I'm pretty sure it's impossibly unless you deleted ME from your system.
 
No, I installed ME and XP together before, no problem.
No I need help to restore my HDD back to original factory setting.
 
somebody suggested this solution for me
http://www.linuxquestions.org/questions/showthread.php?s=&postid=1049360#post1049360
 
My way of sorting out the MBR mess:


boot from Fedora Core 1 (not 2) boot CD into linux rescue mode

chroot /mnt/sysimage

sfdisk -d /dev/hda | sfdisk --no-reread -H255 /dev/hda

reboot

boot from Fedora Core 1 boot CD again

chroot /mnt/sysimage

grub-install

reboot
 
No problem now after I used maxtor's program to fix it.
 
  • #10
I would have typed this in dos:

fdisk /mbr
 
Back
Top