VBoxManage
can't directly convert vdi to qcow2, so there is two options :
- With
VBoxManage
convert vdi to raw and withqemu-img
convert raw to qcow2 - With
qemu-img
convert vdi to qcow2
Notes : vdi are compressed and raw images are not so you will need to leave enough disk space for entire uncompressed disk. qcow2 images are compressed too and automaticaly sized.
Method with intermediate#
- Make sure the VirtualBox VM is shutdown
- Convert the vdi to a raw disk images
- Convert the raw to qcow2 disk images
Direct method#
qemu-img
support VDI, so it can be convert directly: