unable to create a linux node on Eve-Pro-v5

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
avhakim
Posts: 5
Joined: Tue Nov 02, 2021 9:07 am

unable to create a linux node on Eve-Pro-v5

Post by avhakim » Wed Oct 19, 2022 9:52 am

Hello,
i'm trying to create a Linux image on Eve-ng-Pro v5.0.1-20.
i'm following the guide in the "How to" section.
when I do it for the first time, it's working and the Linux installation is started and working as expected.
then I shutdown the node, and proceed with the guide to commit the image for further use on Eve
once I removed the cdrom.iso and the image is committed I try to create new nodes but it's not booting - the Linux is stuck (see attached image).

any ideas?
You do not have the required permissions to view the files attached to this post.

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

Re: unable to create a linux node on Eve-Pro-v5

Post by Uldis (UD) » Wed Oct 19, 2022 9:45 pm

In the Linux template qemu options must be added "-cpu host"

Code: Select all

-machine type=pc,accel=kvm -vga std -usbdevice tablet -boot order=cd -cpu host

Post Reply