May I ask what initial image do you use to boot from? I chose the minimal Armbian image (as I know it from the HC1) but do have difficulties that the Sata port survives a warm reboot. I always have to unplug / plug the power cable in order to make the sata port working properly on my device.
Thread
[How to] Migrate/Restore OMV Settings to Another System with omv-regen
UTILITY TO BACKUP AND RESTORE OMV CONFIGURATION
omv-regen
Copy and paste the following line into a terminal and run it as root or with sudo.
wget -O - https://raw.githubusercontent.com/xhente/omv-regen/master/omv-regen.sh | bash
…
omv-regen
Copy and paste the following line into a terminal and run it as root or with sudo.wget -O - https://raw.githubusercontent.com/xhente/omv-regen/master/omv-regen.sh | bash
- STEP 1. Create a backup of the original system with omv-regen.
- STEP 2. Do a fresh installation of OMV on the disk you want and connect the original data drives.
- STEP 3. Use omv-regen to regenerate the original system configuration on the new system.
…