Setup QEMU and KVM in Void Linux
Post Details
File_name: Setup QEMU and KVM in Void Linux
Description: In this you will learn how to setup QEMU/KVM and manage them using virt-manager in Void Linux
Date: Aug 17, 2023
Word_Count: 54
Description: In this you will learn how to setup QEMU/KVM and manage them using virt-manager in Void Linux
Date: Aug 17, 2023
Word_Count: 54
Here are the steps on how to set this up:
- First, become superuser
1su
- Update
1xbps-install -Suy
- Now install all the required packages
1xbps-install dbus qemu libvirtd virt-manager bridge-utils iptables2
- Now link and enable the services
1ln -sf /etc/sv/dbus/ /var/service/
2ln -sf /etc/sv/libvirtd/ /var/service/
3ln -sf /etc/sv/virtlockd/ /var/service/
4ln -sf /etc/sv/virtlogd/ /var/service/
- Done, Reboot