Not created virtual machine
erenali opened this issue · 3 comments
Hi,
I installed Ravada on ubuntu 22.04.2 LTS (virtual machine on ESXİ). I followed installation document step by step and I logged with admin user on web gui as localhost:8001 link.
I putted the ISO file (Win 10 and ubuntu 20.04) and downloaded ISO file for Mint 20.2 from gui.
And I'm seeing all ISO file inside the /var/lib/libvirt/images directory.
But when I tried to create new machine, I take an error like this "libvirt error code: 67, message: unsupported configuration: Emulator '/usr/bin/kvm-spice' does not support virt type 'kvm' ".
I tried Windows machine, Ubuntu machine and Mint machine but the result is same.
It looks like your Virtual Machine lacks KVM support. It is something you have to configure in the ESXI VM settings. In other environments it is called "nesting". This allows creating virtual machines inside a virtual machine.
You can check it is working typing this in the console: kvm-ok
.
Hope this helps
Your scenario seems this:
More information about:
https://ravada.readthedocs.io/en/latest/docs/INSTALL_devel.html#possible-development-scenarios-where-to-deploy
https://fabianlee.org/2021/11/18/kvm-deploying-a-nested-version-of-vmware-esxi-7-0-on-kvm/
Thanks for your reply. I will check vmware configuration for KVM support.