# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.farizizwan.com/devops-and-devsecops/system-administration-linux/virtualization/kvm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
