I recently installed Linux Gecko alongside with already install Ubuntu. After the installation the computer is automatically booted with Linux Ubuntu without giving me the option to select the other distro. I cannot open BIOS menu to change the boot order, so I cannot access to the other distro. The issue with opening BIOS is that when I hold down F2 (my BIOS key) the screen stuck at initial "ACER" logo. Without pressing F2 it starts up normally with Ubuntu. Please find the steps I did for installing Gecko with dual booting below:
- Started the computer with bootable USB plugged in, but it didn't work.
- Opened BIOS menu by pressing F2 key (it was working at this stage) and put USB to the top of boot order
- Installed Gecko with dual booting alongside with Ubuntu. The installation went successful and I was able to use Gecko
- Restarted the computer and entered BIOS menu. It was also working at this stage. I restored the initial boot order (i.e. before my changes in step 2). So I put USB to the bottom again Gecko to 2nd place after Ubuntu.
- Plugged out USB and restarted the computer again.
After the 5th step, the issue I mentioned above started to show up. Now I cannot boot from USB as well, because I cannot access to BIOS, so can't change the boot order.
How should I switch to the installed Gecko distro now? I can also consider uninstalling Ubuntu completely, but don't know how to do it properly.
c
didn't open grub prompt for me. While searching alternative way of doing that I found this answer. By making the changes mentioned there in my grub config file, I can now see dropdown for selecting Ubuntu/Gecko at startup! Although I don't know exactly which conf caused that. I guess it is settingGRUB_TIMEOUT
to positive number. Opening BIOS is still an issue. I cannot open it. – Elgin Cahangirov Sep 08 '23 at 20:41/etc/default/grub
from your leading bootmanager (should be from gecko) and runsudo update-grub
after that. @ElginCahangirov – nobody Sep 08 '23 at 21:05fwsetup
in the grub prompt? – rando Sep 08 '23 at 21:46sudo systemctl reboot --firmware-setup
– oldfred Sep 09 '23 at 02:36