[SOLVED] Stuck at GRUB on boot
by zalmox from LinuxQuestions.org on (#6HEY3)
This seems to be a pretty common issue, but so far I haven't been able to figure it out. The bios is set up to UEFI, not Legacy. I used the same USB stick to install on another computer right before this and that computer is fine.
I installed Debian 12 from USB as a second OS along Win11. When I reboot, I'm stuck at "grub >".
I run those commands and the grub menu displays, allowing me to boot.
Code:set root=(hd0,gpt2)
set prefix=(hd0,gpt2)/boot/grub
insmod normal
normalThis allows me to boot. When I'm in Linux, I run
Code:grub-install /dev/sdaStill, at reboot I get again "grub >"
I attached a screenshot of grub.cfg I checked out /boot/grub/grub.cfg and there is a lot of stuff in there. Any ideas what to try next?
Attached Thumbnails
I installed Debian 12 from USB as a second OS along Win11. When I reboot, I'm stuck at "grub >".
I run those commands and the grub menu displays, allowing me to boot.
Code:set root=(hd0,gpt2)
set prefix=(hd0,gpt2)/boot/grub
insmod normal
normalThis allows me to boot. When I'm in Linux, I run
Code:grub-install /dev/sdaStill, at reboot I get again "grub >"
I attached a screenshot of grub.cfg I checked out /boot/grub/grub.cfg and there is a lot of stuff in there. Any ideas what to try next?
Attached Thumbnails