I tried to delete an Ubuntu Partition and now I cant access either of my Operating Systems. I have tried Several different commands and none of them worked. I always got the unknown Filesystem error with every attempt.
Asked
Active
Viewed 133 times
0
-
What is your other OS? – Mitch Jun 30 '13 at 11:57
-
When you say I cannot access "either" of my OS's, does that mean you still have 2 left because you were triple booting or did you have only Windows and Ubuntu? If only Windows Dillmo's answer will fix your problem. If you were triple booting or were using Apple's OS, then you need to clarify your question.... – TrailRider Jun 30 '13 at 14:33
1 Answers
1
What you did is remove Ubuntu without resetting your MBR. To fix this, you need to follow these instructions:
- Reboot into a Windows CD
- Choose Repair
- Choose Command Prompt
- Type
bootrec /fixmbr
and hit Enter - Type
bootrec /fiboot
and hit Enter - Reboot. Your computer should now boot into Windows XP.
- Profit!
If you want a full guide on how uninstall Ubuntu, see this website.

Dillmo
- 1,985
- 3
- 18
- 34