[SOLVED] KVM/QEMU installation ARTIX OpenRC Gnome problem 24 February 2021, 17:27:19 Hello,I am new to OpenRC and I try to install KVM/QEMU with virtualmanager. I installed Gnome version of ARTIX:https://iso.artixlinux.org/testing-isos.phpI try to follow the instruction for installation with SystemD from:https://www.fosslinux.com/2484/how-to-install-virtual-machine-manager-kvm-in-manjaro-and-arch-linux.htmOf course I have to use equivalent instructions for OpenRC:so I used:sudo rc-update add /bin/libvirtd defaultIt says that I installed libvirtd successfuly,but I cannot see it after I type:rc-status -aI have an error when I start Virtual Machine Manger about libvirtd.1. How it should be done correctly?2. Is there instruction for installing KVM/QEMU for OpenRC somewhere? Last Edit: 27 February 2021, 19:38:42 by nous
Re: KVM/QEMU installation ARTIX OpenRC Gnome problem Reply #1 – 24 February 2021, 21:16:34 I installed Artix Gnome in a Virtualbox vm recently, it was quite easy, although I had to enable virtualisation in my BIOS menu before it would work.
Re: KVM/QEMU installation ARTIX OpenRC Gnome problem Reply #2 – 24 February 2021, 21:42:51 KVM works perfectly on Artix, as does Virtualbox.Did you install pkg libvirt-openrc ?For pointers on openrc on Artix pls check https://wiki.artixlinux.org/Main/OpenRC 1 Likes
Re: KVM/QEMU installation ARTIX OpenRC Gnome problem Reply #3 – 25 February 2021, 12:48:29 pacman -S libvirt-openrcand restart helped.Thanx
Re: KVM/QEMU installation ARTIX OpenRC Gnome problem Reply #4 – 25 February 2021, 13:19:49 It looks like it is working but I still have links to (ls -l /etc/runlevels/default) libvirt -> /bin/libvirtdI can see that now there exists file at location /etc/init.d/libvirtdShould I relink it or it doesn't matter?