Hi: I have an old, non-PAE Thinkpad that I installed Lubuntu 14.04 on using the forcePAE workaround. When I upgraded it to 16.04, it works well but won’t upgrade the kernel beyond 3.13.0.9 to the 4.4 series, which download but don’t install, because it’s non-PAE. Question: is there a way I can do a forcePAE install of a downloaded 4.4 kernel, say in synaptic, or am I stuck with having to do a complete reinstall of 16.04 with forcePAE, as I’ve been able to do with other non-PAE systems
———————————————————————————–
I suggest that you set the boot option forcepae in a persistent way. See the following link
Grub2/Setup
GRUB_CMDLINE_LINUX
Entries on this line are added to the end of the ‘linux’ command line (GRUB legacy’s “kernel” line) for both normal and recovery modes. It is used to pass options to the kernel.
So edit
Code:
GRUB_CMDLINE_LINUX=forcepae
into the file /etc/default/grub (and save it)
and run
and reboot. Then you will be able to install new kernels.
Source: Force PAE Issue with Upgrade from Lubuntu 14.04 to 16.04