Page 1 of 1

Hi all members

Posted: Thu Aug 07, 2025 5:00 am
by pvtien@istt.com.vn
I have a problem when I create a new Linux Images as the steps mentioned.
-------------------------------------------------------------------------
You can choose any of Linux image from the pack below and simply upload into EVE.

Download your preferred image from this link:
Download link for ready to use Linux Images Here

2. Download your desirable image

3. Using WinSCP or FileZilla SSH (TCP 22) to your EVE and upload downloaded image to the location: /opt/unetlab/addons/qemu/

4. Using Putty or other telnet client, CLI SSH (TCP 22) to your EVE and go to location:

cd /opt/unetlab/addons/qemu/
5. Unzip your uploaded image file, make sure you are using right name of uploaded image. Example for ubuntu desktop image below.

tar xzvf linux-ubuntu-desktop-16.04.4.tar.gz
6. Remove raw zipped image file from EVE

rm -f linux-ubuntu-desktop-16.04.4.tar.gz
7. Fix permissions

/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
6. Repeat this procedure for each downloaded image, expecting right image name in commands
---------------------------------------------------------------------------------
And then I start EVE and add Linux Image but when I start it, It can not run.
Pls, give me methods to fix this

Re: Hi all members

Posted: Thu Aug 07, 2025 7:00 am
by rusty725
show output of ```kvm-ok``` command from Eve terminal.