Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save liwsakilive/63f50af41a5b00d236a02ae44d2987fb to your computer and use it in GitHub Desktop.
Save liwsakilive/63f50af41a5b00d236a02ae44d2987fb to your computer and use it in GitHub Desktop.
Convert p2v vmware vmdk to kvm
#Convert vmware image to raw format image file
qemu-img convert -f vmdk -p -O raw machine.name.vmdk /opt/machine-name.img
#DD image into logical volume
dd if=machine-name.img of=/dev/vg_vmstore/lv_001-prod-machine-name-win001
#Use create virtual machine with existing disk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment