Is there an EVE-NG PRO bare metal ISO that works

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
ericzm
Posts: 4
Joined: Mon Sep 25, 2017 8:43 pm

Is there an EVE-NG PRO bare metal ISO that works

Post by ericzm » Fri Oct 16, 2020 12:56 am

Followed the cookbook bare metal install and this is as far as I get. Is there an updated iso image that works?

root@lab1:/etc# apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.

root@lab1:/etc# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@lab1:/etc# apt install eve-ng-dockers
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package eve-ng-dockers
root@lab1:/etc#

Uldis (UD)
Posts: 5083
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Is there an EVE-NG PRO bare metal ISO that works

Post by Uldis (UD) » Sat Oct 17, 2020 12:01 pm

Of course you can't do it because you had completed first phase of ISO install which is Ubuntu only.
Even it is showing eve-ng hostname.
It happens because during first Ubuntu phase install and stpe to phase 2 EVE install your network didnt bring up fast to catch Internet and start resolve DNS.

Solution:
do on your current install

Code: Select all

apt update
and then

Code: Select all

cd /etc/
./eve-setup.sh
This will force EVE install. Second Phase EVE installation

Post Reply