Results 1 to 3 of 3
How do i update the existing kernel 2.18.XX to 2.20.XX ?
is that any effect after upgrade the kernel version?...
- 09-28-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
centos 5 kernel version
How do i update the existing kernel 2.18.XX to 2.20.XX ?
is that any effect after upgrade the kernel version?
- 09-28-2008 #2Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
hello,
please check these links
Linux Newbie Guide: Kernel Upgrade
upgrade your Linux kernelRegards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!
- 09-28-2008 #3
For centOS, i would actualy recomend using YUM to manage kernel upgrades.
$ yum info kernel
will show all versions available, then as root just type
# yum install kernel-2.20.XX
or whatever version you want. If the version you want isn't listed with the first command, you may have to compile your own using the guides davidanand posted, but yum is alot easier, and less error prone.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote