Sunday, January 6, 2019

How can I upgrade the Ubuntu LTS kernel to newer?


I just installed Ubuntu 12.04.2 64-bit on my desktop PC and I see the kernel in System Monitor is 3.5.0-23 but in Ubuntu 12.04.2 in my laptop the kernel is 3.2.0-38.


I have already tried to run the command sudo apt-get upgrade && sudo apt-get dist-upgrade on my laptop but it doesn't update the kernel.


How can I upgrade kernel for my laptop?



New deployments of 12.04.2 will be installed with an updated kernel and a new X windows stack.
For existing 12.04 deployments, users will need to opt-in to what is being called the LTS Hardware Enablement Stack. If you already have Ubuntu 12.04 installed with an earlier kernel stack, it is recommended that you keep this stack in place rather than switching to a later kernel; the newer kernel and X stacks are provided for enablement of hardware not supported by earlier kernels, and there is generally no reason to upgrade to a newer stack if your hardware is supported by the default kernel.


In order to upgrade to the 3.5 kernel on 12.04.2, you will need to run the following command(s):


For the new kernel:


sudo apt-get install linux-generic-lts-quantal

For the new X stack:


sudo apt-get install xserver-xorg-lts-quantal

WARNING: If you are using the xorg-edgers PPA, do not install the xserver-xorg-lts-quantal package as this will most likely result in breakage.


Reference: https://launchpad.net/~xorg-edgers/+archive/ppa


This is only recommended for x86 hardware installations.


See also:


No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...