Page 1 of 1
Installing to VMware from ISO - NO EVE
Posted: Tue Sep 05, 2017 6:53 pm
by alyhov
Hi, I installed EVE by video guide (including check CDROM is still connected and will be connected after restart). After I press Finished (Ubuntu stage) my VM rebooted and I see login for Ubuntu - not for EVE! I was trying different types of installation and downloaded ISO from both mirrors, but with the same result. Why EVE doesn't install? Can I install EVE by manual?
Re: Installing to VMware from ISO - NO EVE
Posted: Tue Sep 05, 2017 7:28 pm
by ramindia
alyhov wrote: ↑Tue Sep 05, 2017 6:53 pm
Hi, I installed EVE by video guide (including check CDROM is still connected and will be connected after restart). After I press Finished (Ubuntu stage) my VM rebooted and I see login for Ubuntu - not for EVE! I was trying different types of installation and downloaded ISO from both mirrors, but with the same result. Why EVE doesn't install? Can I install EVE by manual?
ISO Works fine, Can you share the screen shot to understand what was the issue
If you want you can download OVA and install.
R!
Re: Installing to VMware from ISO - NO EVE
Posted: Tue Sep 05, 2017 9:56 pm
by Uldis (UD)
Internet is must for EVE install from ISO
Re: Installing to VMware from ISO - NO EVE
Posted: Tue Sep 26, 2017 11:11 am
by alyhov
I found the reason. At home everything is ok. So at work I selected proxy to install EVE-NG, but this mechanism doesn't work for me. Anyway with proxy configuration EVE-NG doesn't downloading from internet and doesn't show any errors about it.
Re: Installing to VMware from ISO - NO EVE
Posted: Tue Sep 26, 2017 2:06 pm
by ecze
Right proxy issue is know and still not fixed....
E.
Re: Installing to VMware from ISO - NO EVE
Posted: Tue Sep 26, 2017 2:20 pm
by ecze
Work around:
Install.
On first reboot,
login on cli
copy /etc/eve-setup.sh to /root
edit /root/eve-setup.sh and add at the begin of the file:
export http_proxy=http://<yourproxyip>:<port>/
before line : wget -O -
http://www.eve-ng.net/repo/eczema@ecze.com.gpg.key | sudo apt-key add -
then from /root
launch: ./eve-setup.sh
E.