0

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.

1 Answers1

1

What you did is remove Ubuntu without resetting your MBR. To fix this, you need to follow these instructions:

  1. Reboot into a Windows CD
  2. Choose Repair
  3. Choose Command Prompt
  4. Type bootrec /fixmbr and hit Enter
  5. Type bootrec /fiboot and hit Enter
  6. Reboot. Your computer should now boot into Windows XP.
  7. Profit!

If you want a full guide on how uninstall Ubuntu, see this website.

Dillmo
  • 2,000