To import a Linux image from the community pack, the directory name has already been set for you. For a Kali Linux image, you might find a folder named kali-linux-2019.3 in the archive. This is the exact name to use.
: The virtual disk file inside the folder must be named correctly, typically virtioa.qcow2 or hda.qcow2 . 3. Upload and Deploy
mkdir iosv-15.6.2
Access the Customer Support Portal (CSP) to download PAN-OS KVM/QEMU Base Images ( .qcow2 ). eve-ng qemu images download
This is the most reliable method. For example, if you have a Cisco account , you can download images like vIOS or ASAv directly from the Cisco Software Central .
Open-source projects like pfSense or Ubuntu offer free QEMU-ready images.
Download the FortiGate VM image (KVM version) from the Fortinet support site: navigate to Support -> Firmware Download -> FortiGate -> select version -> KVM . The file will be in .qcow2 format. To import a Linux image from the community
: You can create your own Linux or Windows images using standard ISO files within the EVE-NG environment. 2. Image Compatibility
If you downloaded a standard installer ISO (like Windows or Ubuntu), you must convert it into a Qemu disk format. SSH into your EVE-NG server using PuTTY or Terminal.
Create a new folder matching the cookbook requirements. For a FortiGate version 7.2.0, you would name the folder: fortinet-FGT-v7.2.0 Upload your downloaded QCOW2 file inside this folder. : The virtual disk file inside the folder
Sign up for a Cisco Modeling Labs (CML) subscription. CML provides legal access to the latest Cisco virtual images (IOSv, IOSv-L2, ASAv, NX-OSv, XRv) which you can easily export into EVE-NG.
Mastering the acquisition and installation of QEMU images is a fundamental skill for any EVE-NG user. The process is not difficult but it is . Carefully naming your folders according to EVE-NG's required prefixes, correctly naming the disk file virtioa.qcow2 , and always fixing permissions with the unl_wrapper script will eliminate 99% of the issues you encounter.
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
Create a guest account on the Arista website to freely download their vEOS (Virtual Extensible Operating System) Lab editions.
You can download vEOS images directly from Arista’s support page. Alternatively, a Python-based downloader script automates the process and can install the image directly into EVE-NG: