📎 AI Summary:
A user installed Ubuntu alongside Windows 10 and later attempted to remove Ubuntu using Boot Repair, which caused Windows not to boot properly. Another user advises fixing the Windows boot sector by booting into recovery media and running specific commands (`bootrec /FixMBR`, `/Fixboot`, and `/RebuildBCD`) to restore Windows functionality. The overall sentiment suggests a common troubleshooting process for resolving boot issues after dual-boot modifications.

Aravind93

New Member
Joined
Dec 4, 2018
Messages
1
Thread Author #1
Hello ,

I had installed Ubuntu Alongside Windows 10.
Now I wanted to remove it .In the process , I used ECD Boot repair and now windows is not booting .

It goes into this screen right after booting .

What should I do now?
 

Solution
You'll just need to fix your boot sector. Boot into a Windows recovery media or Windows install disc and go into the recovery console > command prompt and run the following

bootrec /FixMBR
bootrec /Fixboot
bootrec /RebuildBCD

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
You'll just need to fix your boot sector. Boot into a Windows recovery media or Windows install disc and go into the recovery console > command prompt and run the following

bootrec /FixMBR
bootrec /Fixboot
bootrec /RebuildBCD
 

Solution