1

After installing Ubuntu on my system, I can't access my Windows 10 OS. The system boots Ubuntu without providing a choice to boot into Windows. Is there a way I can have both or must I uninstall Ubuntu in order to access Windows?

amc
  • 7,142
Babadea
  • 11

1 Answers1

0

You can overwrite grub2 by repairing Windows bootloader from Windows 10 install DVD.
Open Command Line on Windows and type bootsect /nt60 sys /mbr
This will write Windows bootloader on MBR.

Then from Windows you can remove Ubuntu (and swap/home) partition.

Ven3k
  • 71