QEMU/KVM on ThinkPad X230T Laptop with Dual-boot: Difference between revisions

From WikiMLT
m (Spas moved page QEMU/KVM on Kali Linux 2022 to QEMU/KVM on Kali Linux 2022 at ThinkPad X230T without leaving a redirect)
mNo edit summary
Line 1: Line 1:
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Virtual_Machines}}</noinclude>
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Virtual_Machines}}</noinclude>
=== Test the Virtualisation Capabilities of the System ===
Check weather the system supports virtualisation. The following command must return at least <code>1</code>:
{{collapse/begin}}
<syntaxhighlight lang="shell" line="1">
egrep -c '(vmx|svm)' /proc/cpuinfo
</syntaxhighlight>





Revision as of 11:16, 12 August 2022

Test the Vir­tu­al­i­sa­tion Ca­pa­bil­i­ties of the Sys­tem

Check weath­er the sys­tem sup­ports vir­tu­al­i­sa­tion. The fol­low­ing com­mand must re­turn at least 1:

egrep -c '(vmx|svm)' /proc/cpuinfo