-
Before you perform a backup for a Linux source VM that runs Red Hat, verify that required Hyper-V drivers are installed on the source VM. Those drivers must be present on the source VM backup in order to boot the VM after conversion.
-
Enable Changed Block Tracking (CBT) for the source VM.
-
Take a snapshot of the source VM.
-
Run the following command to modify the boot image:
sudo dracut -f -v -N
-
Run the following command to verify that Hyper-V drivers are present in the boot image:
lsinitrd | grep hv
-
Verify that no dracut conf files (for example, /usr/lib/dracut/dracut.conf.d/01-dist.conf) contain the following line:
hostonly="yes"
-
Run a new backup to use for the conversion.
-