0

I've just installed Ubuntu 16.04 alongside Windows 10. After I completed the installation of Ubuntu and restarted, Windows boots as usual ... just as if Ubuntu wasn't installed at all.
I've tried the boot-repair method to reinstall GRUB, but it didn't work ! What should I do ?


The hard drive is formatted with GPT partition table - the computer is running in UEFI mode.
cl-netbox
  • 31,491

2 Answers2

0

You have to disable Windows fast boot and hibernate.
Open command prompt as administrator and execute:

powercfg /h off  

Then open Windows Control Panel -> Power Settings.
Enable show hidden settings and disable fast startup.

Shutdown the computer completely - do not reboot.
Boot into BIOS and select Ubuntu as the default OS.
Now you can select what to boot from GRUB menu.

cl-netbox
  • 31,491
0

1.Go to the bios(usually by pressing f2 immediately after pushing the power button).

2.Go to the boot menu and set the boot mode to "UEFI OS & CSM OS".

Also disable secureboot/fastboot if it is enabled.

ShuaibKunji
  • 453
  • 2
  • 8
  • 21