Using vSphere client I am trying to import a VM that was exported from VirtualBox.
I exported an .ova
file from VirtualBox, I then used VMVware OVF Tool to modify the file .ova
and create the following three files;
- myVm.mf
- myVm.ovf
- myVm.vmdk
When importing initially I received the following error message;
Unsupported hardware family “virtualbox-2.2”.
However I was able to resolve this by editing the .ovf
file and generating a new Sha key using File Checksum Integrity Verifier.
Now when I try to import the VM the message I receive is;
"Failed to deploy OVF package: file myVm.vmdk fails integrity check and may have been corrupted during transfer"
Any ideas why, or what I can do to resolve the issue?