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 |
All times are GMT -6. The time now is 07:10 PM. |