create new vm with qcow2

  1. H

    Use qcow2 in zvol for VM

    I tried to install Sophos FW in a Proxmox VE environment. But if I do pvesm list Data/vm-100-disk-0 I got an error. What have I done so far! qemu-img convert -f qcow2 -O raw /path/to/image.qcow2 /path/to/image.raw dd if=Primary-DISK.raw of=/dev/zvol/Data/vm-100-disk-0 The vm-100-disk-0 was...
  2. B

    Create a vm from qcow2

    I have tried searching on YouTube, forums, and Google, but I couldn't find a clear solution for my issue. I have a kvm.tgz file that I extracted, resulting in two qcow2 files named disk1.qcow2 and disk2.qcow2 in my Proxmox root directory. My goal is to create a VM and attach these hard disks...