PDA

View Full Version : [ubuntu] kernel appropriate for cpu



johnhartel
July 13th, 2014, 06:55 PM
wifi shopped then screen went blank. resterted and would not do anything so tried to install ubuntu 14.04 got a msg this kernel requires the following feattures not present on the cpu
pae
unable to boot - please use a kernel appropriate for your cpu
then tried ubutu 12 and 10 and linux lite 1.06 get the same message

grahammechanical
July 13th, 2014, 07:32 PM
Do you think that it would help us to help you if you gave us the specifications of the hardware? How old is this machine? I can only guess that the CPU is so old that it does not have what is called PAE (Physical Address Extension). It is a modification to the CPU architecture to allow a 32 bit CPU to address more than 4GB of memory.

If this is the case, then you most certainly need a 32 bit version of Linux and a distribution that has a NON-PAE Linux kernel. Ubuntu 32 bit no longer comes with a NON-PAE kernel. It could be that your hardware is so old that it will not run a modern version of Ubuntu. There most certainly could be problems with the graphic adapter being under powered.

But all this is less than guess work because you provide so little information about your machine.

http://en.wikipedia.org/wiki/Physical_Address_Extension

https://help.ubuntu.com/community/EnablingPAE


The ISO image will fail to boot ("This kernel requires the following features not present on the CPU: pae.") If a few lines above this text there is a warning "WARNING: PAE disabled. Use parameter 'forcepae' to enable at your own risk!", then you can boot by pressing tab at the boot screen and appending the kernel parameter "forcepae" after the "-- ".

https://help.ubuntu.com/community/PAE

Regards.