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?
Asked
Active
Viewed 720 times
1
1 Answers
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
sudo fdisk -l
in terminal to your question. – Delorean Jun 30 '16 at 17:32