Translate

Search This Blog

Thursday 15 July 2010

How To Find Out If Your CPU Supports Hardware Virtualization (Intel VTx / AMD-v)

How To Find Out If Your CPU Supports Hardware Virtualization (Intel VTx / AMD-v): "
vt-x virtualization


Apparently you can only run Mac OSX in VirtualBox if your CPU supports hardware virtualization (VTx / AMD-v).



You can find out if your CPU supports this by running the following command in a terminal:
egrep '(vmx|svm)' /proc/cpuinfo






If the above command returns 'vmx' (Intel) or 'svm' (AMD) among the other results, then your CPU supports hardware acceleration. If not, see if you have an option in the BIOS to enable Hardware Virtualization (VTx / AMD-v). If there isn't any... you can't run Mac OSX in VirtualBox.




Read more about virtualization @ Wikipedia.




Many thanks to UbuntuLife for this tip!

© www.webupd8.org 2009-2010. | What's New on the World Wide Web



"

No comments:

Post a Comment