Skip to content

Instantly share code, notes, and snippets.

@linuxbender
Created May 28, 2011 23:59
Show Gist options
  • Select an option

  • Save linuxbender/997357 to your computer and use it in GitHub Desktop.

Select an option

Save linuxbender/997357 to your computer and use it in GitHub Desktop.
Convert Image from VMWare (vmdk) to VirtualBox (vdi)
# Convert vmdk image to vdi image
+ example kdenlive demo image
VBoxManage clonehd --format vdi kdenlive-x64-20090612.vmdk kdenlive.vdi
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone hard disk created in
format 'vdi'. UUID: 16b93434-ad55-465d-ad2a-77dab75c9223
# htop iotop atop pciutils
# vmware tools and setup
+ /etc/make.conf
INPUT_DEVICES="virtualbox evdev"
VIDEO_CARDS="virtualbox"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment