{"id":349,"date":"2020-09-02T10:31:30","date_gmt":"2020-09-02T08:31:30","guid":{"rendered":"http:\/\/www.myblog.nguenkam.com\/?p=349"},"modified":"2020-09-02T10:33:37","modified_gmt":"2020-09-02T08:33:37","slug":"bugs-vt-x-is-not-available-but-is-enabled-in-bios","status":"publish","type":"post","link":"https:\/\/nguenkam.com\/blog\/index.php\/2020\/09\/02\/bugs-vt-x-is-not-available-but-is-enabled-in-bios\/","title":{"rendered":"Bugs: VT-x is not available, but is enabled in BIOS"},"content":{"rendered":"\n<p>Recently I started having an issue with VT-x on my Windows 10 running on HP ThinkPad. I was using Oracle VirtualBox to run some VMs on it before and VT-x was enabled in BIOS and was working fine.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color\">I started getting&nbsp;<code>VT-x is not available<\/code>&nbsp;error every time I was trying to start any of my VMs.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>That started happening after I installed Docker on my machine<\/p><\/blockquote>\n\n\n\n<p>so I tried uninstalling it and rebooting. Didn&#8217;t help.<\/p>\n\n\n\n<p>I checked BIOS settings and it says VT-x is enabled .<\/p>\n\n\n\n<p>There were no hardware changes and the only software change was installing\/uninstalling Docker.<\/p>\n\n\n\n<p class=\"has-vivid-red-color has-text-color\">There are three common culprits for this type of error:<\/p>\n\n\n\n<ul><li>VT-x is not enabled in the BIOS<\/li><li>The CPU doesn&#8217;t support VT-x<\/li><li>Hyper-V virtualization is enabled in Windows<\/li><\/ul>\n\n\n\n<p>There are three common culprits for the type of error the user is seeing:<\/p>\n\n\n\n<ul><li>VT-x is not enabled in the BIOS<\/li><li>The CPU doesn&#8217;t support VT-x<\/li><li>Hyper-V virtualization is enabled in Windows<\/li><\/ul>\n\n\n\n<p>So, we are going to check each of these points and fix it. <\/p>\n\n\n\n<p>Afterwards, reboot the PC and try VirtualBox again. It should  then work fine. I hope \ud83d\ude42  <\/p>\n\n\n\n<h5 class=\"has-vivid-cyan-blue-color has-text-color\"><strong>How to check if Intel Virtualization is enabled without going to BIOS in Windows 10<\/strong><\/h5>\n\n\n\n<p>Right-click Start &gt; Run &gt;&nbsp;<em>msinfo32<\/em><\/p>\n\n\n\n<p>The first page shows whether virtualization is enabled in BIOS (firmware).<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"474\" height=\"127\" src=\"https:\/\/www.myblog.nguenkam.com\/wp-content\/uploads\/2020\/09\/vtx-enabled.jpg\" alt=\"\" class=\"wp-image-351\" srcset=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2020\/09\/vtx-enabled.jpg 474w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2020\/09\/vtx-enabled-300x80.jpg 300w\" sizes=\"(max-width: 474px) 100vw, 474px\" \/><\/figure>\n\n\n\n<h5><span class=\"has-inline-color has-vivid-cyan-blue-color\">How to check if the CPU support VT-x<\/span><\/h5>\n\n\n\n<p><strong><br> Easiest option- Check your Task Manager<\/strong><\/p>\n\n\n\n<p>If you have Windows 10 or Windows 8 operating system, the easiest way to check is by opening up Task Manager-&gt;Performance Tab. You should see Virtualization as shown in the below screenshot. If it is enabled, it means that your CPU supports Virtualization and is currently enabled in BIOS. <\/p>\n\n\n\n<p>If it shows disabled, you need to enable it in BIOS.  After that, If you still  don\u2019t see virtualization, it means that your CPU does not support virtualization.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"833\" height=\"740\" src=\"https:\/\/www.myblog.nguenkam.com\/wp-content\/uploads\/2020\/09\/vtx-cpu-enabled.jpg\" alt=\"\" class=\"wp-image-352\" srcset=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2020\/09\/vtx-cpu-enabled.jpg 833w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2020\/09\/vtx-cpu-enabled-300x267.jpg 300w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2020\/09\/vtx-cpu-enabled-768x682.jpg 768w\" sizes=\"(max-width: 833px) 100vw, 833px\" \/><\/figure>\n\n\n\n<h5 class=\"has-vivid-cyan-blue-color has-text-color\"><strong>How to disable Hyper-V virtualization<\/strong> in window (with GUI)<\/h5>\n\n\n\n<p>Right-click Start &gt; Run &gt;&nbsp;OptionalFeatures.exe<\/p>\n\n\n\n<p class=\"has-black-color has-text-color\">You should see a list of Windows features as shown in the below screenshot. Look for &#8220;Hyper-V&#8221; and uncheck it. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"695\" height=\"611\" src=\"https:\/\/www.myblog.nguenkam.com\/wp-content\/uploads\/2020\/09\/hyper-v-window-1.png\" alt=\"\" class=\"wp-image-356\" srcset=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2020\/09\/hyper-v-window-1.png 695w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2020\/09\/hyper-v-window-1-300x264.png 300w\" sizes=\"(max-width: 695px) 100vw, 695px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>But sometime, <strong>disable Hyper-V virtualization<\/strong>, that way ist not enough, and we need  to make instead the following step:<\/p>\n\n\n\n<p>open a command prompt as administrator and run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>dism.exe \/Online \/Disable-Feature:Microsoft-Hyper-V<\/code><\/pre>\n\n\n\n<p>Afterwards, reboot the PC and try VirtualBox again. It should work perfect now.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently I started having an issue with VT-x on my Windows 10 running on HP ThinkPad. I was using Oracle VirtualBox to run some VMs on it before and VT-x was enabled in BIOS and was working fine. I started getting&nbsp;VT-x is not available&nbsp;error every time I was trying to start any of my VMs. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[72,73],"tags":[76,74,75,77],"_links":{"self":[{"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/349"}],"collection":[{"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=349"}],"version-history":[{"count":5,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/349\/revisions"}],"predecessor-version":[{"id":358,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/349\/revisions\/358"}],"wp:attachment":[{"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=349"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=349"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}