Convert the qcow2 image to raw
Posted: 2023 May 15, 23:50
To convert qcow2 image to raw use command:
If qemu-img command is not found, you need to install qemu-utils (Debian/Ubuntu):
Code: Select all
qemu-img convert VmImage.qcow2 -O raw VmImage.raw
If qemu-img command is not found, you need to install qemu-utils (Debian/Ubuntu):
Code: Select all
apt-get install qemu-utils