Pa-vm-kvm-10.1.0.qcow2 _verified_ Official
Do not attempt to convert this file to VMDK (VMware) or VHDX (Hyper-V) unless absolutely necessary. The kvm tag in the filename suggests the kernel and disk drivers are compiled against virtio , which may fail to boot on non-KVM platforms.
The pa-vm-kvm-10.1.0.qcow2 image appears to be a pre-built virtual machine image for KVM. Here are some key features: pa-vm-kvm-10.1.0.qcow2
sudo virt-install \ --name PA-VM-101 \ --vcpus 2 \ --memory 4096 \ --disk path=/var/lib/libvirt/images/pavm101.qcow2,format=qcow2 \ --import \ --os-variant generic \ --network network=default,model=virtio \ --graphics vnc \ --noautoconsole Do not attempt to convert this file to