Page 1 of 1

First boot configuration does not starts

Posted: Wed Aug 23, 2023 8:43 am
by gusa93
Hello,
I have installed Ubuntu server on Hyper-V VM and EVE-NG too with the command
wget -O – https://www.eve-ng.net/focal/install-eve.sh | bash -i
All is right, but after rebooting the system, the first boot config does not start automatically.
Is there a command to start it manually?
Thanks

Ubuntu 16.04.7 LTS eve-ng tty1
uname -a
Linux eve-ng 4.4.0-186-generic #216-Ubuntu SMP Wed Jul 1 05:34:05 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
EVE-NG Community ed.

Re: First boot configuration does not starts

Posted: Mon Sep 04, 2023 1:10 pm
by hassanizhar
It seems like you are experiencing an issue with EVE-NG not automatically starting after a system reboot on your Ubuntu Server running on Hyper-V VM. To manually start the EVE-NG service, you can use the following command:

bash
Copy code
sudo systemctl start eve-ng
This command will start the EVE-NG service immediately. If you want to ensure that EVE-NG starts automatically upon boot, you should also enable the service:

bash
Copy code
sudo systemctl enable eve-ng
This will set up EVE-NG to start automatically at boot time.

After running these commands, you should have EVE-NG up and running. If you encounter any issues or errors during the startup process, you can check the system logs for more information by using the journalctl command:

bash
Copy code
journalctl -xe
This will display the system logs and any error messages that may help you diagnose and resolve any issues with EVE-NG startup.

Re: First boot configuration does not starts

Posted: Tue Oct 31, 2023 4:43 am
by micaes
Yes, there is a command to start the EVE-NG first boot config manually. It is:

Code: Select all

sudo systemctl start eve-ng
You can run this command from the terminal window on your EVE-NG VM.

If you want to make EVE-NG start automatically at boot, you can run the following command:geometry dash lite

Code: Select all

sudo systemctl enable eve-ng
This will create a symlink to the EVE-NG systemd service file in the /etc/systemd/system/multi-user.target.wants/ directory. This will cause EVE-NG to start automatically when the system boots.

Here are the steps on how to start EVE-NG manually and enable it to start automatically at boot:

Open a terminal window on your EVE-NG VM.
Run the following command to start EVE-NG manually:

Code: Select all

sudo systemctl start eve-ng
Run the following command to enable EVE-NG to start automatically at boot:

Code: Select all

sudo systemctl enable eve-ng
Verify that EVE-NG is enabled to start automatically at boot by running the following command:
systemctl list-enabled
You should see the following output:

Code: Select all

UNIT FILE                                   STATE   MODE
eve-ng.service                                enabled enabled
Reboot your EVE-NG VM.
EVE-NG should now start automatically when the system boots.

Re: First boot configuration does not starts

Posted: Tue Oct 31, 2023 9:47 am
by rusty725
hyper-v is not supported, only vmware , bare metal or google cloud are supported.