> For the complete documentation index, see [llms.txt](https://learn.farizizwan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.farizizwan.com/devops-and-devsecops/system-administration-linux/virtualization/kvm.md).

# KVM

**Verify KVM extension**

```
grep –E ‘svm|vmx’ /proc/cpuinfo
```

If you receive no output then it’s likely that virtualization extensions are not enabled in your BIOS and you will need to take steps to rectify this before moving forward with the KVM installation.<br>

**How to check if KVM is enabled & active**

Check if KVM module has been loaded&#x20;

`$ lsmod | grep kvm`

Using [virt-host-validate](https://libvirt.org/manpages/virt-host-validate.html)

`$ sudo virt-host-validate`\ <br>
