0

I have a motherboard with UEFI (Gigabyte GA-B75M-D3H with latest UEFI). I installed Windows 10, then installed Ubuntu 17.04 with dual boot option.

Ubuntu would boot, but due to no overscan options working for my LCD TV, I went to boot Windows. Windows proceeded to try to repair itself, and failed; startup repair fixes nothing. I want to find out how to boot Windows without wiping the hard drive.

Zanna
  • 70,465

1 Answers1

-2

I think you need to install boot-repair. type these commands in the terminal to install boot-repair:

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair

now launch the boot-repair by typing "boot-repair" in the terminal, Then click the "Recommended repair" button. When repair is finished, reboot and check if you recovered access to your OSs. i hope it will work. because it worked for me.

Rajiv
  • 101
  • 1
  • 1
  • 8