Just tried restoring a Debian 10 image from my UrBackup and it sort of worked. What didn’t work is Grub wasn’t restored and I had to do the following commands;
Boot system rescue cd
: mount /dev/sda1 /mnt
: mount -o bind /proc /mnt/proc
: mount -o bind /dev /mnt/dev
: mount -o bind /dev/pts /mnt/dev/pts
: mount -o bind /sys /mnt/sys
: chroot /mnt
: grub-install /dev/sda
: exit
: shutdown -h now
Removed the CDROM from the VM
Booted and it worked!