1

I have a laptop with dual os windows 7 and ubuntu 13.03.

I wanted to uninstall ubuntu from it. So, I formatted partitions of ubuntu from windows Disk management and make that free space into a new volume.

After that I restarted my system, then it shows "error: no such partition.grub rescue>" Then I came to know that I need to reset MBR.

I tried everything like boot-repair tool, boot from windows 7 live-usb but it shows 'boot error' everytime. I need my windows back. please help me.

Thanks in advance for your kind assistance.

1 Answers1

0

I think you need to boot from an Ubuntu live cd/usb to fix that problem. You want to boot from the live USB (try Ubuntu without installing) and reinstall GRUB in the MBR. Some relevant instructions are here.

As a general rule: Use Windows tool to fix windows issues and Linux tools to fix linux issues. That will save you a lot of problems in the future.

P.S. Even though this approach should fix your problem I may have missed some important details, so do some research (and backup) before trying those things.

Karsus
  • 951