Link to home
Start Free TrialLog in
Avatar of Bitlab
BitlabFlag for United States of America

asked on

Dual boot of Ubuntu 16 on Acer E-15 E5-575G

Dear Experts.

My laptop is Acer E-15 E5-575G-76YK

After setting up BOOT password, disabling secure BOOT,
installing Ubuntu 64 bit from USB,
the computer still does not show up
GRUB menu, but
only shows up Windows Boot Manager menu if to
click F12 at boot time.

There were no error warnings after Ubuntu installation.

After installation, I rebooted from USB again and ran
boot-repair. Boot-repair reported an error, but not clear which one.
My SSHD is /dev/sda.
Windows is on sda3

Ubuntu on sda5 and 6.

It was a state of hybernate, but I fixed it by "shutdown /s /t 0".

Boot-repair log is attached.

Thank you.
problem-acer-boot-after-shutdown-s-t.txt
SOLUTION
Avatar of Gary Case
Gary Case
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bitlab

ASKER

Thank you, Experts.

"...Most likely you need to change the active partition on your system to the partition where you've installed Grub...."  this advice seems irrelevant because all 2 partitions on sda are marked active with asterisk

The main problem is that when setting:
   BootOrder: 0000,0001,0002,2001,2002,2003
from live CD and after rebooting, something erases an entry "0000" like this:
   BootOrder: 0001,0002,2001,2002,2003

See details of "erased" settings:

ubuntu@ubuntu:~$ sudo efibootmgr -v
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0001,0002,2001,2002,2003
Boot0000* ubuntu      HD(1,GPT,1ff15ea8-2515-4c5c-a793-921644dc83cb,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* Windows Boot Manager      HD(1,GPT,1ff15ea8-2515-4c5c-a793-921644dc83cb,0x800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0002* Linpus lite      HD(1,MBR,0x4294967271,0x2caa70,0x1280)/File(\EFI\Boot\grubx64.efi)RC
Boot0003* Unknown Device:       HD(1,GPT,1ff15ea8-2515-4c5c-a793-921644dc83cb,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0004* Unknown Device:       HD(1,GPT,1ff15ea8-2515-4c5c-a793-921644dc83cb,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0005* Unknown Device:       HD(1,GPT,1ff15ea8-2515-4c5c-a793-921644dc83cb,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0006* Unknown Device:       HD(1,GPT,1ff15ea8-2515-4c5c-a793-921644dc83cb,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0007* Unknown Device:       HD(1,GPT,1ff15ea8-2515-4c5c-a793-921644dc83cb,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot2001* EFI USB Device      RC
Boot2002* EFI DVD/CDROM      RC
Boot2003* EFI Network      RC
ubuntu@ubuntu:~$

On top of this, efibootmgr does not work properly
   ubuntu@ubuntu:~$ sudo efibootmgr -t 10  
   efibootmgr: Could not set Timeout: Invalid argument

It can be a vendor (Acer)  problem or broken version of
ubuntu@ubuntu:~$ sudo efibootmgr --version
version 0.12

I recall that version 0.24 is good.

The advice to install Windows first? ... I am not in position to spend $150 for Windows media ... just to find out that unknown problem is not resolved ....

Thank you.
Avatar of Bitlab

ASKER

PS. Sorry for the typo. I meant "... install Ubuntu first ..." not "... Windows first ... "
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bitlab

ASKER

Setting "trusted" entries in boot-firmware-utility is a final step which solves the problem.