Page 1 of 1

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

Posted: Wed Oct 19, 2022 9:52 am
by avhakim
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?

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

Posted: Wed Oct 19, 2022 9:45 pm
by Uldis (UD)
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