This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.
This tutorial should work with the latest version of Ubuntu Linux (10.04 LTS, 10.10, 11.04) and most distributions based on these versions of Ubuntu Linux like Mint.
The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS, if you have these installed and up-to-date.
Installation Guide
- Download the kernel headers package;
linux-headers-2.6.38-020638_2.6.38-020638.201103151303_all.deb - And the appropriate package for your system
I386: linux-headers-2.6.38-020638-generic_2.6.38-020638.201103151303_i386.deb
AMD64: linux-headers-2.6.38-020638-generic_2.6.38-020638.201103151303_amd64.deb - And the accompanying compiled kernel;
I386: linux-image-2.6.38-020638-generic_2.6.38-020638.201103151303_i386.deb
AMD64: linux-image-2.6.38-020638-generic_2.6.38-020638.201103151303_amd64.deb - Install the files in the same order (else it won`t work!)
- In the terminal run:
sudo update-grub
- Reboot and select the kernel from the bootloader menu
If it`s not there check all steps (and of course errors)
The source? www.kernel.org
Thanks for good guide.
Though I didn’t get this kernel working in my Asus laptop, I get erro message when booting “Invalid PBLK length [7]”. Problem with acpi maybe?
I suggest looking at https://wiki.ubuntu.com/DebuggingACPI, starting with:
Try booting with the “acpi=off” kernel parameter
This will disable ACPI support. If the error is the same with acpi enabled and disabled, this may not be an ACPI issue.
And would you do me a favor, and fill in your real email address next time 🙂
Hi Ramon!
I have done your instructions since updating from 2.6.35 to 2.6.37 to enable compiz in my Sandy Bridge Maverick. It worked flawlessy! Thanks a bunch! 😀 Now I’m updating to 2.6.38-1! Any idea how to remove the old kernel? Since now my GRUB boot screen is full of kernel versions LOL.
Thanks.
Okky
using apt-get
and searching and manually deleting
i can recommend to leave atleast one older kernel on your system (as fallback)
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.38.1-natty/
So, how do you install these packages and still have proprietary graphics drivers (ATI fglrx in my case)? Mine fail with the 2.6.38 Kernel.
You have to run the latest ATI gfx drivers also
and hope those two work together
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.38.2-natty/
Just so you are aware…
“The requested URL /~kernel-ppa/mainline/v2.6.38.2-natty/ was not found on this server.”
I know
it`s just a matter of time before it goes online
probabily this morning
don`t worry
although it won`t fix your ATI problem
Danke am bestens für deine Arebeit Ramoonus!
Ich wünsche dir viel Erfolg!
Paolo
danke schon
todays surprise
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc1-natty/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc2-natty/
Incomplete!
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc3-natty/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.38.3-natty/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc4-natty/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc4-oneiric/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.38.4-natty/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc5-oneiric/
updated yesterday
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc5-oneiric/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.38.5-natty/
Hello. Do you have 2.6.38.x.-generic-pae?
no, sorry
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc6-oneiric/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.38.6-natty/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc7-oneiric/
2.6.39 guide is now online
http://www.ramoonus.nl/2011/05/linux-kernel-2-6-39-installation-guide-for-ubuntu-linux/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.38.7-natty/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.38.8-natty/
Thank you so much!!