Skip to main content

KVM on Ubuntu

Here is KVM Main Page

Check hardware support

egrep -c '(svm|vmx)' /proc/cpuinfo
egrep -c '(svm|vmx)' /proc/cpuinfo

sudo apt install -y cpu-checker
sudo kvm-ok
kvm-ok

Install KVM packages

sudo apt install -y qemu-kvm

sudo systemctl status libvirtd
sudo systemctl status libvirtd

sudo systemctl enable libvirtd
sudo systemctl enable libvirtd

sudo virsh list --all
sudo virsh list --al

Popular posts from this blog

Linux command: ssh-keygen - Generate SSH Keys

ssh-keygen — authentication key generation, management and conversion

Powershell: Install-WindowsFeature AD-Domain-Services

Install-WindowsFeature AD-Domain-Services Powershell: Install-WindowsFeature AD-Domain-Services Check if AD-Domain-Services is installed Powershell: Check if AD-Domain-Services is installed

Google Pixel Chromebook: Notes

The Chromebook Pixel is a laptop at the high end of Google's Chromebook family of machines, which all come preinstalled with Chrome OS operating system.