On 28/11/2022 23:52, David wrote:
Can you confirm that you are entering commands at the prompt that looks like: grub rescue> That identifies the GRUB rescue shell, which is different to the normal GRUB shell. The first command that I would use is a bare 'set' with no arguments. grub rescue> set which will show GRUB's initial configuration that it uses when it first fails to read the disk. Can you show us that output?
boot=(hd0,msdos2) cmdpath=(hd0) prefix=(hd0,msdos2)/boot/grub root=mduuid/2c411ef962....... Tab autocompletion doesnt seem to workls gives (hd0) (hd0,msdos2) (hd0,msdos1) (hd1) (hd1,msdos2) (hd1,msdos1) (md/1) (md/0)
ls (hd0,msdos2)/boot gives file not found but ls (md/1)/boot shows the kernels and initrd images
Thanks