How to convert OVA to VHDX
- Rename .OVA file to .7z
- Use winrar to extract .vmdk out of it
Read here and install qemu (extract zip file)
https://cloudbase.it/qemu-img-windows/
qemu-img convert "D:\VirtualBox\Open-disk001.vmdk" -O vhdx -o subformat=dynamic "D:\VirtualBox\Open.vhdx"