20th March 2017, 13:04
(20th March 2017, 12:51)benit Wrote: I assume that there is no "converter" that can convert a vmplayer virtual machine to a virtual box machine, right?
Virtualbox's VBoxManage knows how to convert vmdk (VMWare's format) to vdi (Virtualbox's format). The command is quite straightforward:
Code:
vboxmanage clonehd --format VDI filename.vmdk filename.vdi
Of course, before starting the conversion make sure the VMWare machine is shut down completely. Then after this, just create a similar virtual machine in Virtualbox and instead of creating a new virtual disk, use the existing VDI file. That's it