grub> ls
grub> ls (hd1,gpt3)/
grub> ls (hd1,gpt3)/boot/
grub> cat (hd1,gpt3)/etc/fstab




grub> set root=(hd1,gpt3)
grub> linux /boot/vmlinuz-6.18.50-generic root=/dev/sda
grub> initrd /boot/initrd.img-6.18.50-generic
grub> boot

起動する。