User Tools

Site Tools


ubuntu:kvm:check_hardware_virtualization_support

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:kvm:check_hardware_virtualization_support [2020/07/15 09:30] – external edit 127.0.0.1ubuntu: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:
 </code> </code>
  
-Your CPU is able to run KVM virtual machines, as **vmx** is shown.+<WRAP info> 
 +**NOTE:**  The CPU is able to run KVM virtual machines, as either **svm** or **vmx** is shown. 
 + 
 +  * **svm** stands for Secure Virtual Machine. 
 +    * AMD virtualization extension support. 
 + 
 +  * **vmx** stands for Virtual Machine Extensions. 
 +    * (Intel) Processor support for virtualization. 
 + 
 +</WRAP> 
 + 
  
 ---- ----
Line 25: Line 34:
 </code> </code>
  
-If this returns more than zero then Virtualization is supported.+returns: 
 + 
 +<code bash> 
 +24 
 +</code> 
 + 
 +<WRAP info> 
 +**NOTE:**  If this returns more than zero then Virtualization is supported. 
 + 
 +  * 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. 
 +</WRAP>
  
-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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki