RebornOS (2021.02.06) | 2021-02-06 20:01 |
RebornOS-ARM (Release Candidate 1) | 2020-06-24 12:48 |
RebornOS FIRE (5.8-1.3) | 2021-01-18 01:05 |
RebornOS LTS (2021.02.13) | 2021-02-14 08:58 |
RebornOS-MAC (2021.02.14) | 2021-02-14 21:57 |
If you are using GNOME and have Gnome Boxes installed, you have the necessary Virt-manager dependencies.
Gnome Boxes installs with:
sudo pacman -S gnome-boxes ebtables bridge-utils netcat radvd dmidecode ceph qemu-block-gluster qemu-arch-extra qemu-block-iscsi qemu-block-rbd qemu-block-gluster
Virt-manager installs with:
sudo pacman -S virt-manager edk2-ovmf
edk2-ovmf is the one who provides UEFI support.
Activation of Virt-Manager is done with:
sudo systemctl enable --now libvirtd.service
Virt-manager dependencies are installed with (remember that if we have GNOME and we also have Gnome Boxes installed, this step is not needed):
sudo pacman -S qemu radvd dmidecode ceph qemu-block-gluster netcat bridge-utils ebtables
Then, your user must belong to the following groups:
libvirt kvm
How do I add my user to these groups? Being <user> the name of my user, we can do it from the terminal with:
sudo gpasswd -a <usuario> libvirt sudo gpasswd -a <usuario> kvm
Reboot the system and it is ready to use.
[PageInfo]
LastUpdate: 2021-01-22 10:18:19, ModifiedBy: rafael-uy
[License]
GNU Free Documentation License
[Permissions]
view:all, edit:doc editors, delete/config:doc editors