I recently bought an Acer Swift 3 ultrabook pre-loaded with Windows 10, which I wiped out to install Ubuntu 16.04.1 in single-boot. In my case installs are generally a breeze, but not this time. Long story short, I ended up with a «No Bootable Device» message on boot. I fixed the problem with Boot-Repair. The ultrabook now works perfectly.
After the repair, however, I kept getting at boot time a blue window with this message : « Default Boot Device Missing or Boot failed. Insert recovery media and hit any key ». Hitting a key would lead me to a Boot Manager with only one entry: 1- Windows boot manager. Selecting it would then get me to Grub, with the usual Ubuntu option.
I search the net, found the post Bootable device not found after clean install of Ubuntu 14.04 UEFI on Acer, modified the BIOS-settings as instructed («Select an UEFI file as trusted for executing» and so on), to no avail. The blue rectangle just won't go away at boot. The only change is that there is now a Ubuntu entry in the Windows Boot manager.
Secure Boot is enabled.
The boot priority order is:
- EFI File Boot 0 : Ubuntu
- Windows Boot Manager
- HDD : HF S256G39TND-N210A
By the way, when I modified the BIOS-Settings in the Security tab, I found three .efi files in HDDO - EFI - ubuntu. I selected the first one (as suggested), and left the other two untouched: grubx64.efi
and MokManager.efi
.
I could of course reinstall Ubuntu from scratch, but since I've already installed a whole bunch of applications, I’d rather find a workaround.
The output of sudo efibootmgr -v
is:
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0001,0000,0002,2001,2002,2003
Boot0000* Windows Boot Manager HD(1,GPT,f7b03efc-87a7-467e-af43-862381b9c710,0x800,0x100000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0001* ubuntu PciRoot(0x0)/Pci(0x17,0x0)/Sata(1,0,0)/HD(1,GPT,f7b03efc-87a7-467e-af43-862381b9c710,0x800,0x100000)/File(\EFI\ubuntu\fwupx64.efi)A01 ..
Boot0002* Unknown Device: HD(1,GPT,f7b03efc-87a7-467e-af43-862381b9c710,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
sudo efibootmgr -v
in a Terminal window in Ubuntu. You should then either edit your question to cut-and-paste the output there, adding four spaces to the start of each line; or post the output to a pastebin site and post the URL to your document here. – Rod Smith Nov 25 '16 at 20:57