Fgtvm64kvmv723fbuild1262fortinetoutkvmqcow2
KVM is the open-source virtualization stack integrated into Linux kernels. It is widely used in:
QCow2 is the native disk format for QEMU/KVM. Advantages include:
Fortinet provides .qcow2 images so administrators can directly import and deploy FortiGate VMs on KVM without conversion.
virt-install \
--name fortigate-v723 \
--ram 4096 \
--vcpus 2 \
--disk path=/var/lib/libvirt/images/fgtvm64kvmv723fbuild1262fortinetoutkvmqcow2,format=qcow2 \
--import \
--os-variant generic \
--network network=default \
--network network=fgt-mgmt-net \
--graphics vnc
Let’s tokenize the given string methodically: fgtvm64kvmv723fbuild1262fortinetoutkvmqcow2
| Token | Meaning | Technical Significance |
|-------|---------|------------------------|
| fgtvm64 | FortiGate Virtual Machine, 64-bit | Indicates architecture and product type |
| kvm | Kernel-based Virtual Machine | Target hypervisor (Linux-native) |
| v723 | Version 7.2.3 | Major FortiOS release |
| fbuild1262 | Firmware build 1262 | Specific build number for v7.2.3 |
| fortinet | Vendor | Fortinet Inc. |
| out | Output or export artifact | Often used in CI/CD pipelines |
| kvmqcow2 | KVM + QCOW2 disk format | QEMU Copy-On-Write v2 |
Thus, the full meaning is:
FortiGate 64-bit VM for KVM, version 7.2.3 build 1262, from Fortinet, output in KVM-compatible QCOW2 format. KVM is the open-source virtualization stack integrated into
This naming convention is typical of Fortinet’s official VM image distribution files.
FortiGate VM on KVM can act as an SD-WAN branch gateway on standard x86 servers, reducing hardware costs.
FortiGate VMs require a license unless in “evaluation mode” (typically 15 days). The license is tied to the VM UUID. For production, you must purchase a FortiGate VM license (based on throughput or features). The .qcow2 image itself is freely downloadable from Fortinet’s support portal with a valid contract. QCow2 is the native disk format for QEMU/KVM
Version 7.2.3 (build 1262) is a maintenance release from Fortinet. Key improvements over earlier 7.2.x:
Build 1262 specifically addressed:
Always verify build checksums from Fortinet Support Portal.

