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 RAWCode:
qemu-img convert -f raw image.img -O qcow2 image.qcowCode:
kvm -m 512 -usbdevice tablet -hda image.qcow |
| All times are GMT -6. The time now is 02:11 PM. |