So a couple days ago I installed Ubuntu 22.04 on my hp2000. Prior to that I installed Debian, then realized I needed Ubuntu (trying to set up Home Assistant for a home automation project). Anyway, the install seemed to be successful, but when I shutdown and restarted my computer I get stuck at the "GNU GRUB version 2.06-3~deb11u2" screen. I've spent quite a few hours over the last 2 days trying to resolve this, but as a newbie I'm feeling a bit overwhelmed with all the information and "help" articles. Most recently I came across Stuck at GRUB command line but it seems a bit antiquated for my situation. Anyroad, any advice you all might offer would be much appreciated.
Attached is an image that will hopefully shed some light on what I've learned so far.Image of grub screen
Able to access Boot Manager using escape + F9. Boot manager image
sudo efibootmgr
from your installation media in "try without installing"-mode. Take a look atman efibootmgr
and thi question. – mook765 Oct 30 '22 at 13:07efibootmgr -v
-output. – mook765 Oct 30 '22 at 14:21efibootmgr
to adjust boot-order when you're logged in. You can also useefibootmgr
to remove not working entries, see https://askubuntu.com/a/63613/590937 andman efibootmgr
– mook765 Oct 30 '22 at 16:25find /home/jon -name "Downloads" -type d
– Jon Nov 02 '22 at 14:04