1

Background Information:

I have installed Ubuntu 16.04 LTS along side my windows 10. When I restart my Asus laptop, the computer does not ask me which operating system I would like to use. It automatically starts with windows 10.

Question:

Is there a command line I can use or change something to be able to choose which operating system I want to use ?

I tried googling this issue, but it was not helpful.

Agent 0
  • 123
  • My guess is that you did not install grub in the correct part of hard disk. chroot to your ubuntu, reinstall the grub. – Ravexina Apr 12 '17 at 20:49
  • Yes that is why, is there any way I can install grub specifically ? – Agent 0 Apr 12 '17 at 20:51
  • Look at this question. – Ravexina Apr 12 '17 at 20:54
  • I took a look at the grub information you posted before, it didn't fix it. I was wondering if it matters that there are two mounts. I am not sure if I am using the right definition or not. What I mean is that there are like two disks for my ubuntu, one is 54 GB, and one is 104GB. Is this a problem ? – Agent 0 Apr 12 '17 at 21:15

1 Answers1

0

This was answered here for Windows 8. It is the same with Windows 10.

Go into Windows 10 and launch Command Prompt as Administrator. Then, enter this command:

bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi

If that doesn't work, then follow the steps in the original answer.

Ookinder
  • 103