Created
May 28, 2011 23:59
-
-
Save linuxbender/997357 to your computer and use it in GitHub Desktop.
Convert Image from VMWare (vmdk) to VirtualBox (vdi)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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