I'm stuck with grub at command line on boot.
I can boot into Windows 11 or Ubuntu 22.04 by typing exit
every time to load the grub menu, however, I would like to fix this.
Perhaps worth noting I have 3 x 1 TB SATA SSDs in my system and am happy to share any required results.
I have tried the following fix on a Ubuntu 22.04 Live USB (didn't change anything though):
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Lastly, while going through some solutions I thought it might be worth it to give you the output from running an ls
on the command line that pops up on boot.
The output of running an ls
is as below:
(proc) (hd0) (hd0,gpt2) (hd0,gpt1) (hd1) (hd1,gpt3) (hd1,gpt2) (hd1,gpt1) (hd2) (hd2,gpt5) (hd2,gpt4) (hd2,gpt3) (hd2,gpt2) (hd2,gpt1)
Here's the report summary from boot-repair
Thank you in advance!