1

I had windows 10 trial version in my pc. I removed it and installed ubuntu (It is not a dual-boot). I did not have any problem with it for almost 2 months. But today suddenly when I am turning my PC on, I am getting this: Wondows Recovery Error in Ubuntu:

enter image description here

I am able to start it by pressing ESC and overriding to run Ubuntu, but even after saving, it is not getting saved. If anyone else have faced this issue, or know how to fix it, kindly help. I am new to ubuntu.

user68186
  • 33,360

1 Answers1

0

I just ran into this while installing Ubuntu on one of those mini pc's that come with Windows installed.

Before doing any of the following, make sure you have good backups, because a mistake can render your system unbootable.

Open a terminal and become superuser with sudo su, entering your password when prompted.

Browse to /boot/efi. Now you are looking for a folder called Microsoft in one of the subfolders here. In mine it was called EFI so the folder is /boot/efi/EFI/Microsoft

Delete this folder, then update grub with an update-grub command.

Then reboot.

Organic Marble
  • 23,641
  • 15
  • 70
  • 122