egrep ‘(vmx|svm)’ /proc/cpuinfo
this will show AMD or Intel VT support if available
update: http://www.howtogeek.com/howto/linux/linux-tip-how-to-tell-if-your-processor-supports-vt/
the error:
Alert: Could Not Start Vps, Reason: Error: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?:
for intel
# grep --color vmx /proc/cpuinfo
for amd
grep --color svm /proc/cpuinfo
finally
cat /sys/hypervisor/properties/capabilities
No comments:
Post a Comment