Skip to content

Instantly share code, notes, and snippets.

@k3karthic
Last active October 2, 2025 17:50
Show Gist options
  • Save k3karthic/1ad1ce20c8248f2f553a73fd1b57d00d to your computer and use it in GitHub Desktop.
Save k3karthic/1ad1ce20c8248f2f553a73fd1b57d00d to your computer and use it in GitHub Desktop.
Fedora Silverblue - VM

References

Step 1 : Install dependencies

sudo rpm-ostree install virt-manager qemu-kvm libvirt-daemon-kvm virt-top virt-install virt-viewer libvirt-daemon-config-network

Step 2 : Reboot

Step 3 : Verify kvm loaded

kkumaran@fedora:~$ lsmod | grep kvm
kvm_amd               258048  0
kvm                  1495040  1 kvm_amd
irqbypass              16384  1 kvm

Step 4 : Start and Enable libvirt

sudo systemctl enable --now libvirtd

Step 5 : Update user group

sudo usermod -a -G libvirt $(whoami)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment