Kernel 2.6.20

Asked by Shane

How can I get and install the new 2.6.20 Linux kernel for Ubuntu 6.10. Is it even possible?

Thanks in advance

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Roberto Rosario
Solved:
Last query:
Last reply:
Revision history for this message
Best Roberto Rosario (roberto-rosario-gonzalez) said :
#1

The kernel 2.6.20 is available under Feisty Fawn, which means is will be declared stable once Feisty leaves beta status. So far I don't think it has been backported. In the mean time you can add this line to /etc/apt/sources.list:

deb http://archive.ubuntu.com/ubuntu/ feisty main restricted

then do an apt-get update
apt-get install linux-386 linux-image-386 or
apt-get install linux-generic linux-image-generic

don't remove you old kernels to recover in case of boot failure with 2.6.20.
Once everything works OK, you can remove the line from /etc/apt/sources.list and keep using 6.10 with the upgraded kernel or upgrade your entire Ubuntu to Feisty.

Revision history for this message
Shane (nightfader) said :
#2

User confirmed that the request is solved.