So I uninstalled Ubuntu by creating another disc and running Ubuntu on that disc and following the steps to install OS uninstaller and remove it. That didn't take long, but now when I start my computer I get bootmgr error and I don't know how to fix it. I searched for solution online but I don't have any of the Windows discs and I can't get onto windows to create one.
Asked
Active
Viewed 133 times
0
1 Answers
0
You need a Windows disk and open recovery mode and fix the mbr using BootRec.exe Check this link for more detailed info.. Run the /FixMBR and /FixBoot options.:
http://support.microsoft.com/kb/927392
You need the disc to repair the MBR, but if you don't have a disk, another way around is to install Ubuntu again on its partition, it will install GRUB, then boot into Windows, use EasyBCD to fix the MBR and other problems, then delete the Ubuntu partition using Partition Manager.
If you don't want to use EasyBCD, you can make a recovery disk or USB drive from within Windows.
Links:
EasyBCD: http://www.softpedia.com/get/System/OS-Enhancements/EasyBCD.shtml

Basant Singh
- 101
- 3
-
I don't have the installation disc I don't have any discs I would need to create on some how but how. – Brad Oct 30 '13 at 10:29
-
sudo update-grub
. That should solve the problem. – Braiam Oct 31 '13 at 01:05