0

I decided to make Dual-Boot. I have 120Gb SSD and 500Gb HDD. Windows 10 is in SSD and I allocated HHD in two 250Gb partitions. So I installed Linux in that 250Gb partition.

EasyBCD: EasyBDC tells me that it can't add new entry of boot option because of UEFI system.

BIOS boot option: If i want to go to linux I have manually change boot-able drive, in my case HDD. In GRUB 2 menu there is no Windows option.

So my question is how can I add Windows 10 to grub2 menu or how can I add Linux to Windows 10 efi boot?

1 Answers1

1

In linux, I use disk repair with the option "fix windows efi" files checked and it reinstated grub as my boot manager with Ubuntu and Windows as options to load.

edgarej
  • 99