0

I installed Ubuntu 18.04 along with Windows 8.1 and after 3 to 4 times, it worked properly. But after it starts, it directly boots to the Windows boot manager then Windows.

It does not show the bootloader to choose any other OS!

Any help please?

1 Answers1

0

restart your computer, and before it switches to Windows, press the button that opens the BIOS options, then go to the boot tab and set Ubuntu to be on the top of the boot list, then save and exit..
Once Ubuntu starts, install the grub using :

sudo add-apt-repository ppa:eugenesan/ppa
sudo apt-get update
sudo apt-get install grub2 -y
sudo update-grub2

This should solve your problem, as it solved mine.

singrium
  • 6,880