Page 1 of 1

Convert the qcow2 image to raw

Posted: 2023 May 15, 23:50
by serveroffer
To convert qcow2 image to raw use command:

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