I was goofing around with ms-config and changed to "normal boot". Ought not done that! Now when I select Windows 10 from the dual boot GRUB menu it says "No Boot loader" or some sorts. Tried to repair from CD via command prompt with bootrec /rebuild, bootrec /fixmbr, bootrec /fixboot. Of course, this didn't work, I assume because the system is an UEFI. So, is there a way to fix this?
Asked
Active
Viewed 484 times
1 Answers
1
You can use Boot Repair. It will regenerate your GRUB and boot installation for both Ubuntu and Windows 10.
1- You can install and run it from Ubuntu:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt install --assume-yes boot-repair
boot-repair
2- Or you can create a live USB: https://help.ubuntu.com/community/Boot-Repair
Hope this helps.
Likid
- 126