Skip to content

Instantly share code, notes, and snippets.

@DavidPage-BAH
Last active October 16, 2018 15:51
Show Gist options
  • Select an option

  • Save DavidPage-BAH/b144cb82d2bfdff5f5c26c29f7c81340 to your computer and use it in GitHub Desktop.

Select an option

Save DavidPage-BAH/b144cb82d2bfdff5f5c26c29f7c81340 to your computer and use it in GitHub Desktop.
kvm to esxi

Export image

$ sudo qemu-img convert -p -i DiskImage.img -O vmdk DiskImage.vmdk

Use vmkfstools to provision vmdk

$ vmkfstools -i /vmfs/volumes/nfs1/DiskImage.vmdk -d thin /vmfs/volumes/datastore1/MyServer/DiskImage.vmdk

NOTE: If disk error try editing vmdk file

Replace: ddb.adapterType from ide to lsilogic (or other mechanisms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment