3

I've installed Ubuntu 16.04 LTS along side with Windows 10 (I shrinked my Disk using Windows Disk Management) on my Acer laptop (ES1-531-C13G), but when I restart/reboot my system no menu (Grub screen) appears from where I can select the operating system that I want to boot with, but instead, system takes me into Windows 10 everytime. I've tried several things from internet including :

  • Ran bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi from windows command prompt.
  • Reset Bootorder i.e. first Ubuntu then Windows from Ubuntu terminal (after successful Ubuntu installation) etc, but nothing works for me so far. Please guide me !
Umar
  • 101

2 Answers2

7

@oldfred thanks very much for your support, links you shared really help me out. Following are the steps of the solution that works for me.

Press F2 to enter into BIOS and do following:

  • Set supervisor password from Security menu option.

  • Set BootMode to 'UEFI' from Boot menu option.

  • Enable SecureBoot from Boot menu option.

  • From Security menu option - Select 'UEFI file as trusted for
    executing' press Enter then 'HDD0' appears press Enter then 'EFI'
    appears press Enter then select 'ubuntu' option from the list (only
    listed if you have ubuntu installed already) press Enter then choose 'shimx64.efi' (In my case it's the third entry) press Enter give it a name and press Enter.

  • Go back to Boot menu option and under Boot priority goto
    'ubuntu' item in the list and press F6 until it become top most item in the list. Repeat same for 'Windows Boot manager' until it becomes second top most item in the list.

  • Press F10 to save changes and exit.

Umar
  • 101
1

someone posted this:

The trick was to manually copy the ubuntu Boot directory in place of the \EFI\Boot Directory, and rename shimx64.efi to \EFI\Boot\bootx64.efi (not \EFI\Microsoft\Boot\bootmgfw.efi )

Boot-Repairs fix is the rename of bootmgfw.efi, which has to be redone if Windows updates its files. And then can only boot Windows from grub menu.

Some other options:

Alternative to Boot-Repairs rename of shim. Some systems work better to register grub/shim from inside Windows - for those that keep resetting Windows as default

Grub not showing on startup for Windows 8.1 Ubuntu 13.10 Dual boot

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

https://coderwall.com/p/vfyqkg

Some install rEFInd which seems to be another workaround.

http://www.rodsbooks.com/refind/index.html

http://www.rodsbooks.com/refind/secureboot.html

Sinscary
  • 1,415