I use Ubuntu dual boot with Windows. I recently updated my BIOS from the Acer official website for increased performance, but after updating the BIOS, I am not able to boot Ubuntu. Earlier I used the Windows Boot Manager screen to boot to Ubuntu which appeared after I pressed F12 on my laptop. The boot screen does not show the option for Ubuntu.
I have encountered a similar problem. This worked for me.
Right click on windows icon and select
command prompt(admin)
.Run this from the command prompt:
bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
This will make Grub the default boot manager. Then in the Grub menu, you will find both Windows and Ubuntu.
advanced option
(which is just belowUbuntu
) in Grub menu. Then selectUbuntu(Recovery Mode)
. There you will findupdate grub
. Select it and pressenter
. It will fix the problem and then inGrub
menu there will beWindows boot loader
.http://myviewsonfoss.blogspot.in/2018/05/how-to-fix-grub.html
This happens because on updating BIOS, its preferences and settings changes to default i.e. mode gets set to Legacy mode instead of UEFI mode, also the order of UEFI is reset to put windows first and ubuntu later so just switching mode won't work, you will also have to change order. Follow these steps(f1 or f2 keys may differ on different laptops)
The following worked for me:
1) Enter BIOS.
2) Change startup priority so Ubuntu goes first (on top).
This is a similar solution to that from arnav. But I had no need to change other UEFI settings, only the boot priority.
Boot into Live Ubuntu flash drive. R. click desktop and Open Terminal.
Enter commands:
sudo add-apt-repository ppa:yannubuntu/boot-repair
thensudo apt-get update
thensudo apt-get install boot-repair
Once installed, run command:
boot-repair
and follow the instructions and wait for program to complete. You should get a message whether boot-repair was successful.If so, restart your computer, go into BIOS and check that Ubuntu exists as an HDD option, and ensure it's first boot option. Then save BIOS settings and restart computer.