First boot configuration does not starts

Moderator: mike

Post Reply
gusa93
Posts: 1
Joined: Wed Aug 23, 2023 8:23 am

First boot configuration does not starts

Post by gusa93 » Wed Aug 23, 2023 8:43 am

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.

hassanizhar
Posts: 5
Joined: Wed Feb 08, 2023 11:46 am

Re: First boot configuration does not starts

Post by hassanizhar » Mon Sep 04, 2023 1:10 pm

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.
I write about anything that might interest me, from short blogs to highly informative, fact-heavy articles. I’m always looking to use my passion to create exciting marketing opportunities, as well as bring value to others through my work.

micaes
Posts: 1
Joined: Tue Oct 31, 2023 4:39 am

Re: First boot configuration does not starts

Post by micaes » Tue Oct 31, 2023 4:43 am

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.

rusty725
Posts: 146
Joined: Thu Mar 29, 2018 4:19 pm

Re: First boot configuration does not starts

Post by rusty725 » Tue Oct 31, 2023 9:47 am

hyper-v is not supported, only vmware , bare metal or google cloud are supported.

Post Reply