Friday, December 17, 2010

Verifying Virtualization Extensions

- Enable virtualization extensions in BIOS
- Issue one of the following commands to check cpu flags:

grep -E 'svmvmx' /proc/cpuinfo
or
cat /proc/cpuinfo grep vmx svm

if the command outputs, the virtualization extensions are enabled. If there is no output your system may not have the virtualization extensions or the correct BIOS setting enabled.
References:

0 Comments:

Post a Comment

<< Home