I'm trying to restore a working installation using a ddfull backup made with the backup plugin. I'm restoring it to a different usb drive that's the exact model and size. The restoration works but when I try to boot from it grub fails, gives me "error: invalid arch-independent ELF magic" and shows the grub rescue prompt. Do I need to do something else besides restoring the ddfull image with dd in order to make this work? This is the command I used: `sudo dd if=/path/to/backup-omv-2024-01-07_03-00-01.ddfull of=/dev/sdb bs=4M status=progress` the drive shows all the partitions and everything seems fine. I did not do anything else besides restoring it using the dd command though, do I still need to use one of the other files created by the backup plugin?
Nvm, tried restoring the image again and now omv booted successfully however for some reason the docker service doesn't want to start. Trying to restart it fails too.