This is newly Installed Artix Linux with Openrc.
I installed
qemu virtmanager libvirt-openrc
libvirtd is running
But Virt Manager is not showing Qemu/KVM
(https://imgur.com/yB31CYo.png)
user is added to following groups
libvirt video kvm input audio wheel
I tried to run from terminal but I could not get any error.
Did you load the KVM module, or reboot?
Yes I did reboot.
output:
(https://imgur.com/co0oA3x.png)
I installed gnome-boxes it is working fine.
I don't know what is wrong with my installation, I tried on Virtual Machine Kvm is detected by Virt Manager.
I will be reinstalling
Close this Topic
In case if someone need to install KVM on Artix Linux.
I just successfully installed KVM on my Artix Linux by installing packages below.
sudo pacman -S qemu virt-manager libvirt libvirt-openrc dnsmasq virt-viewer vde2 bridge-utils ebtables libguestfs openbsd-netcat
Note:* Some packages are available on the
Arch repository, so you can enable the Arch repository.
* The
ebtables is part of the "
iptables-nft", which will replace your
iptables package.
After you installed all packages, you can start the "
libvirtd" and "
dnsmasq" service.
rc-service dnsmasq start
rc-service libvirtd start
The "
dnsmasq" service by default will be running on port "
53". So if you have other application running on that port, you can change the port like "
5353" on the dnsmasq configuration "
/etc/dnsmasq.conf".
Good luck :D