View Full Version : [ubuntu] Kernal Updates
FZR_Rider
September 14th, 2009, 11:19 PM
Does anyone know how to update the kernal in Ubuntu Server 9.04? I've tried apt-get update and then apt-get upgrade. It definitely updates some packages, but I'm still running on the .11 kernal. Is the latest kernal for the server edition the same as the desktop edition? Thank you!!
windependence
September 15th, 2009, 04:36 AM
First find out what kernel you are running:
sudo uname -r
Then, find the available kernel images:
sudo apt-cache search kernel-image
Now, install the image you want to upgrade to:
sudo apt-get install kernel-image-x.x.x-xx
Good luck!
-Tim
sherl0k
September 15th, 2009, 08:32 AM
After you upgrade the kernel you need to reboot, unless you're using ksplice. If you never reboot after upgrading the kernel, the upgraded version won't take effect.
confusedstingray
September 15th, 2009, 10:53 AM
i don't know if this is any help but here is the lastest kernel
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.31/
FZR_Rider
September 15th, 2009, 10:34 PM
I finally got my kernel updated!! Thanks to everybody for their help!!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.