Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 68137  / 2 Years ago, sat, june 25, 2022, 7:27:32

Today after I installed Ubuntu 16.04 via USB on my pre-installed Windows 8 machine, I was required to restart my computer. After doing so I wasn't offered to select an OS, so after searching the internet, I came across Boot-Repair which I ran using the Try Ubuntu option in my Ubuntu installation USB.


Following the boot repair I got a message saying,



If your computer directly reboots into Windows, try to change the boot order in your BIOS. If your BIOS does not allow to change the boot order, change the default boot entry of your Windows bootloader. For example, you can boot into Windows then type the following in an admin command prompt:


bcdedit /set {bootmgr} path EFIubuntushimx64.efi


After I rebooted my PC, I am receiving the following error message for about 3 seconds, after which it boots automatically into Windows 8, without letting me access Ubuntu.


Error received while booting after manufacturer's logo, before grub:


Failed to open EFIBOOTgrubx64.efi - Not Found  
Failed to load image EFIBOOTgrubx64.efi: Not Found
start_image() returned Not Found

So I tried the other solution of typing that command in the cmd, to which my surprise, worked, and I am now prompted a window (grub) to choose my OS each time I turn on my PC, but unfortunately, I still receive an error each time, that lasts about 3s, after which I can choose my OS (both are working just fine) and work normally.


Do you have any suggestions to get rid of the error message each time I boot my PC?


More From » 16.04

 Answers
2

Finally managed to solve it.



For the rest, open the terminal



$ sudo bash
$ cd /boot/efi/EFI
$ sudo cp -p ubuntu/grubx64.efi Boot
$ sudo touch ubuntu/grubx64.efi.gbr


After that, I stopped seeing the error message and grub showed up normally (it did before, too, just after seeing that error message for 3s).


[#11512] Monday, June 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
humbire

Total Points: 55
Total Questions: 93
Total Answers: 113

Location: Oman
Member since Fri, Dec 23, 2022
1 Year ago
;