How do I list my devices in GRUB?

There is your howto:

https://www.linux.com/learn/how-rescue-non-booting-grub-2-Linux

or here:

https://askubuntu.com/questions/38082/how-do-i-manually-boot-from-the-grub-prompt-after-do-release-upgrade

In short:

grub> set pager=1
grub> ls
(hd0) (hd0,msdos2) (hd0,msdos1)
grub> ls (hd0,1)/
lost+found/ bin/ boot/ cdrom/ dev/ etc/ home/  lib/
lib64/ media/ mnt/ opt/ proc/ root/ run/ sbin/ 
srv/ sys/ tmp/ usr/ var/ vmlinuz vmlinuz.old 
initrd.img initrd.img.old

This is just example, you have to modify it to your situation. You have examples in linked howtos.


The grub ls -l command will show all devices and partitions with their UUID-s.

thanks to

Tags:

Kernel

Boot

Grub