Install KVM – CentOS 9

Preparing Your System
sudo yum update

egrep -c ‘(vmx|svm)’ /proc/cpuinfo

result should be non-zero

Installing kvm tools

sudo yum install qemu-kvm libvirt python3-libvirt libguestfs-tools virt-install

sudo systemctl start libvirtd

sudo systemctl enable libvirtd

Configuring SELinux for KVM

getenforce

Integrating KVM with Cockpit for Web-based Management

sudo yum install cockpit cockpit-machines
sudo systemctl enable --now cockpit.socket

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *