-2

I am running Windows 10 on a Cyberpower PC with a gigabyte MB Model # GA-78LMT-USB3. I want to keep it for now and have Ubuntu running along side it. But when I try to install it does not see Windows.

I have tried to partition my hard drive but I am nervous to install it into the new partition. My BIOS is in legacy mode.

1 Answers1

0

Choose something else/manual partition. Make a X GB free space partition and set root point to / then install ubuntu. After finishing the installation, follow boot repair to get windows 10 listed. Repairing boot: 1. open a terminal and paste and hist enter:

sudo add-apt-repository ppa:yannubuntu/boot-repair

2. then paste below commands:

sudo apt-get update

sudo apt-get install boot-repair

3. finally this command:

sudo boot-repair
  1. finally reboot and windows will be there in boot menu..