Page 1 of 1

Can't Add additional Cisco Images to EVE

Posted: Fri Mar 15, 2019 8:50 pm
by lxpottle
Server Info:
Bare metal with EVE ubuntu 16.04 ISO
Intel Core i7-3770 with 4 cpu cores
16GB RAM
1TB SSD
1 GB interface

I successfully installed EVE with a CSR1000v qcow2 image which works as expected. I followed the instructions from the install VIRL HowTo. However, when I install (vios_l2-adventerprisek9-m.03.2017.qcow2) into (/opt/unetlab/addons/qemu/vios_l2-adventerprisek9-m.03.2017) by following the same procedure; the Cisco vIOS L2 selection remains greyed out in the add object node list and is not selectable. I have tried to reinstall and reboot but to no avail. I have also checked the error.log and it shows no errors. Yes, I have renamed the file and fixed permissions.

Need suggestions!

Re: Can't Add additional Cisco Images to EVE

Posted: Fri Mar 15, 2019 9:34 pm
by Uldis (UD)
you made wrong foldername for your vios !!!!!!!!!!
image foldernames are very very sensitive...
your foldername starts with:
/opt/unetlab/addons/qemu/vios_l2-adventerprisek9-m.03.2017

but must be
/opt/unetlab/addons/qemu/viosl2-adventerprisek9-m.03.2017

Your foldername has underscore _ which must not be there

Makes sense a lot !!!

Please follow exactly all names:
in this table are all foldernames how it must start!!!
and no CAP letters !!!
https://www.eve-ng.net/documentation/images-table

Re: Can't Add additional Cisco Images to EVE

Posted: Sat Mar 16, 2019 12:04 am
by lxpottle
I had a feeling it was going to be something obvious. :x
Thank you!