How to Convert VirtualBox VM to VMware VM

  1. Make sure you do not have any snapshots on your virtual machine; if you do, delete them.
  2. Open cmd
  3. Cd C:\Program Files\Oracle\VirtualBox
  4. vboxmanage clonehd “C:\Users\guy.naftaly \.VirtualBox\HardDisks\HAProxy2.vdi” VMHAProxy2.vmdk -format VMDK -variant standard -type normal –remember
  5. When the command finishes, you will have your new VMware hard disk on the same location as your original Virtualbox hard disk.

Attaching New VMware Hard Disk to New Virtual Machine

  1. Upload the vmdk file to your destination data store.
  2. Open VMware Vsphare client and connect to your destination ESXI server.
  3. Create new VM and chose existing HD and add the vmdk that you created.

How to Convert a VirtualBox VM into a VMware VM.