add `kvm-ok` diagnostics suggestion (#14912)

* add `kvm-ok` diagnostics suggestion

* Update desktop/linux/install.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Colin Kennedy 2022-06-10 07:02:47 -03:00 committed by GitHub
parent c36c415c11
commit c4517a0636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,12 @@ $ modprobe kvm_intel # Intel processors
$ modprobe kvm_amd # AMD processors
```
If the above commands fail, you can view the diagnostics by running:
```console
$ kvm-ok
```
To check if the KVM modules are enabled, run:
```console