piwik

dimecres, 16 de gener del 2013

Enable PAE support for the CentOS virtual image, on VirtualBox

When trying to dun a CentOS image in my VirtualBox, I got the following error.

This kernel requires the following features not present on the CPU:
PAE
Unable to boot - please use a kernel appropiate for your CPU.

Due to the new kernel version of CenOS 6, we are required to have PAE support enabled in the actual virtual machine. To proceed with this we just need to run the following console command, which sets to On mode PAE support for the current machine.

VBoxManage modifyvm SlackVM2 --pae on
Info taken from: http://slackblogs.blogspot.cz/2011/06/pae-support-on-virtualbox.html

Cap comentari:

Publica un comentari a l'entrada