How to detect if VT-X has been turned on in the BIOS?

3

3

I know I can check is VT-X is supported by a processor by egrep '(vmx|svm)' /proc/cpuinfo. But even if it's supported, it can be turned off in the BIOS. How can I detect if it's turned on or off?

Petr Pudlák

Posted 2013-03-17T09:13:59.703

Reputation: 2 197

Answers

4

I found answers to your questions here and here. Whether they are applicable or not depends on your linux installation.

Pincopallino

Posted 2013-03-17T09:13:59.703

Reputation: 947

0

A very unenviable way to check (without going into the BIOS) would be to install/open Virtualbox hypervisor, and try installing a 64-bit Linux VM and see if the settings allow you to enable VT-X. Installation of VM in virtualbox is the only context where I've encountered the need to enable VT-X/AMD-V.

PKM

Posted 2013-03-17T09:13:59.703

Reputation: 493