pull down to refresh
Ah sorry. I think VDI is a format for virtualbox. I have no experience with Virtual machine manager and KVM yet. I think it has better performance but I chose virtualbox because it normally works without problems and it is easy.
reply
Thanks @quark I did a search and found this command to run
qemu-img -O vdi /dev/sda /path/to/image.vdidoesn't work and should actually be
qemu-img convert -O vdi /dev/sda /path/to/image.vdisource: https://superuser.com/questions/1383079/clone-physical-disk-to-vdi-virtual-disk-virtualbox
Should I convert after the .vdi to .iso or I should be able to import the .vdi directly in the default Virtual Machine on Linux? I'm using Virtual Machine Manager, not Virtual Box