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?
unable to create a linux node on Eve-Pro-v5
Moderator: mike
-
- Posts: 5
- Joined: Tue Nov 02, 2021 9:07 am
unable to create a linux node on Eve-Pro-v5
You do not have the required permissions to view the files attached to this post.
-
- Posts: 5180
- Joined: Wed Mar 15, 2017 4:44 pm
- Location: London
- Contact:
Re: unable to create a linux node on Eve-Pro-v5
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