ubuntu:kvm:check_hardware_virtualization_support
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:kvm:check_hardware_virtualization_support [2019/11/30 12:57] – created peter | ubuntu:kvm:check_hardware_virtualization_support [2023/06/18 21:20] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - KVM - Check Hardware Virtualization Support ====== | ====== Ubuntu - KVM - Check Hardware Virtualization Support ====== | ||
- | Issue the following command: | + | KVM requires either Intel processor with **VT-x** (virtualization technology extension) or AMD processor with **AMD-V** (AMD4 Virtualization extension). |
<code bash> | <code bash> | ||
Line 10: | Line 10: | ||
< | < | ||
- | flags | + | flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush |
</ | </ | ||
- | Your CPU is able to run KVM virtual machines. | + | <WRAP info> |
+ | **NOTE: | ||
+ | |||
+ | * **svm** stands for Secure Virtual Machine. | ||
+ | * AMD virtualization extension support. | ||
+ | |||
+ | * **vmx** stands for Virtual Machine Extensions. | ||
+ | * (Intel) Processor support for virtualization. | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Check using count ===== | ||
+ | |||
+ | <code bash> | ||
+ | egrep -c ' | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | 24 | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * If the output is zero it could be that Virtualization is not enabled in the BIOS. | ||
+ | * In this case, restart the machine and go to the BIOS settings and enable Virtualization. | ||
+ | </ | ||
ubuntu/kvm/check_hardware_virtualization_support.1575118641.txt.gz · Last modified: 2020/07/15 09:30 (external edit)