Follow these instructions to successfully download the image from the official Palo Alto Networks portal.
sudo virt-install \
--name pa-vm \
--memory 4096 \
--vcpus 2 \
--disk path=/path/to/Pa-vm-kvm-10.1.0.qcow2,format=qcow2 \
--import \
--os-variant generic \
--network bridge=br0 \
--graphics vnc \
--noautoconsole
sudo virt-install
--name PaloAlto-VM
--memory 4096
--vcpus 2
--disk /var/lib/libvirt/images/Pa-vm-kvm-10.1.0.qcow2,device=disk,bus=virtio
--os-variant generic
--import
--network network=default,model=virtio
--graphics vnc,listen=0.0.0.0
--noautoconsole
Pa-vm-kvm-10.1.0.qcow2 Download
Warning: Do not download Pa-vm-kvm-10.1.0.qcow2 from torrent sites, random file hosts, or public forums. These files can contain malware, backdoors, or corrupted boot sectors. Always use official channels. Follow these instructions to successfully download the image
Filename: Pa-vm-kvm-10.1.0.qcow2
Format: QCOW2 (QEMU Copy-On-Write v2)
Purpose: Virtual machine disk image for running Palo Alto Networks VM-Series firewall on KVM-based hypervisors (e.g., Proxmox, oVirt, plain libvirt).
Version: PAN-OS 10.1.0 sudo virt-install --name PaloAlto-VM --memory 4096 --vcpus 2
After downloading the Pa-vm-kvm-10.1.0.qcow2 file, follow these steps to use it: