Versions this guide is based on:
EVE Image Name | Downloaded Filename | Version | vCPUs | vRAM |
---|---|---|---|---|
asav-941-200 |
asav941-200.qcow2 |
9.4.1.200 | 1 | 2048 |
asav-952-204 |
asav952-204.qcow2 |
9.5.2.200 | 1 | 2048 |
Other versions should also be supported following bellow's procedure.
Upload the downloaded image to the EVE root directory using for example FileZilla or WinSCP. Then login as root using SSH protocol.
Create the folder for HDD image and move it:
mkdir -p /opt/unetlab/addons/qemu/asav-941-200
mv asav941-200.qcow2 /opt/unetlab/addons/qemu/asav-941-200/virtioa.qcow2
Run following commands to enable telnet access instead of vnc:
apt-get update
apt-get install libguestfs-tools
cd /opt/unetlab/addons/qemu/asav-941-200/ guestfish -a virtioa.qcow2 run
Wait till your ASAv loads and you will see similar:
Continue with following commands to enable telnet access instead of vnc:
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
Clean and fix permissions:
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions