If you are new to WebUpd8, do not forget to subscribe: 
Subscribe To Web Upd8 RSS Feed!
Subscribe to our YouTube channel!
Follow WebUpd8 on Twitter!
Andrew on Last.fm
Like us on Facebook!
Follow us on Google Buzz!





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!