GRUB Loading
Welcome to GRUB!
error: no such device: <GUID>.
Entering rescue mode...
grub rescue> ls
(hd0), (hd0,msdos2) (hd0,msdos1)
grub rescue> set
prefix=(hd0,msdos1)/grub
root=hd0,msdos1
grub rescue> ls /boot
error: file not found.
grub rescue> insmod linux
error: file not found.
grub rescue> insmod normal
error: file not found.
grub rescue> normal
Unkown command 'normal'
grub rescue> boot
Unkown command 'boot'
I've tried using a Debian Live CD in rescue mode but it can not mount any partition.
Questions:
- How can I recover from this and eventually boot into the system without losing the data?
- Can I make a backup without booting at all and recover the data from it later?