ubuntu:kvm:check_hardware_virtualization_support
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:kvm:check_hardware_virtualization_support [2020/07/15 09:30] – external edit 127.0.0.1 | ubuntu:kvm:check_hardware_virtualization_support [2023/06/18 21:20] (current) – peter | ||
---|---|---|---|
Line 2: | Line 2: | ||
KVM requires either Intel processor with **VT-x** (virtualization technology extension) or AMD processor with **AMD-V** (AMD4 Virtualization extension). | KVM requires either Intel processor with **VT-x** (virtualization technology extension) or AMD processor with **AMD-V** (AMD4 Virtualization extension). | ||
- | |||
- | Issue the following command: | ||
<code bash> | <code bash> | ||
Line 15: | Line 13: | ||
</ | </ | ||
- | Your CPU is able to run KVM virtual machines, as **vmx** is shown. | + | <WRAP info> |
+ | **NOTE: | ||
+ | |||
+ | * **svm** stands for Secure Virtual Machine. | ||
+ | * AMD virtualization extension support. | ||
+ | |||
+ | * **vmx** stands for Virtual Machine Extensions. | ||
+ | * (Intel) Processor support for virtualization. | ||
+ | |||
+ | </ | ||
+ | |||
---- | ---- | ||
Line 25: | Line 34: | ||
</ | </ | ||
- | If this returns more than zero then Virtualization is supported. | + | 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. | ||
+ | </ | ||
- | 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.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1