I am posting this Howto due to currently available instructions on the Internet don't focus the user's attention on installation packages "ovmf" and "virt-viewer" on the most recent release Manjaro KDE . Skipping mentioned packages causes issues with Remote Viewer ( Cockpit Console ) and the ability to deploy KVM guests in UEFI mode
$ sudo pacman -S virt-manager qemu vde2 ebtables dnsmasq \
bridge-utils openbsd-netcat virt-viewer ovmf
$ sudo systemctl enable --now libvirtd.service
$ sudo vi /etc/libvirt/libvirtd.conf
Uncomment
#unix_sock_group = "libvirt"
#unix_sock_ro_perms = "0777"
#unix_sock_ro_perms = "0777"
$ sudo systemctl restart libvirtd.service
No comments:
Post a Comment