is it possible to turn a kvm virtual machine into a qubes vm?
I have a qcow2 file and the xml, and would like to run it as a qubes standalone.
is it possible to turn a kvm virtual machine into a qubes vm?
I have a qcow2 file and the xml, and would like to run it as a qubes standalone.
Not sure about the xml, but you should be able to convert the .qcow2
file to .raw
with qemu-img
and import it in dom0. Here’s a part of the documentation that explains the process for .vmdk
files, skip to the qemu-img command and replace .vmdk
with .qcow2
.
Yes it is easy to do.
I did it in the past, even physical machines to virtual just using qemu-img once creating the virtual.
Doesn’t matter what the machine is, if it’s a drive, it will convert it.