Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
How to convert VirtualBox VDI image to Qemu-KVM .QCOW imageConvert the VirtualBox image to a raw image format using the following command:
Code:
VBoxManage clonehd "image.vdi" "image.img" --format RAW Code:
qemu-img convert -f raw image.img -O qcow2 image.qcow Code:
kvm -m 512 -usbdevice tablet -hda image.qcow |
Tags: cannot register, kvm, qemu, vboxmanage clonehd, virtualbox |
Thread Tools | |
Display Modes | |
|
|