SRCDS Steam group


Upgrade kernel
#1
Hey Guys,

I was seeing if anyone had a good tut or link to show how to upgrade the kernel from 2.4 to 2.6 in CentOS 3.3?

Thanks
Reply
#2
hehe... good question. I just tried to do that and had to reload my OS.

I tried these links... I almost got it to work, but ran into some problems.

You may wish to look at this: http://www.charlescurley.com/yum/upgrading.html
http://www.crucialparadigm.com/resources/tutorials/server-administration/centos/upgrading-replacing-centos-3.3-3.4-to-centos-4.php

Be warned that I'm having problems with skipping lag under CentOS 4.0

Here is my "call for help" on another site:
http://layer0.layeredtech.com/showthread.php?t=991
Reply
#3
Or just go and download the linux verison that has that updated kernel. I mean, its linux, it free, go download it !
Reply
#4
You can probably upgrade the kernel the same way that would normally be done.

1. get the lastest stable kernel source.
2. unpack the source to /usr/src
3. cd /usr/src and create a symlink to the source
Code:
ln -sf linux-<replace with latest kernel version here> linux
4. run make menuconfig weed out the devices you don't have, and add devices you do have.
5. make sure your /boot partition is mounted if its on a separate partition, and run make && make modules_install install
6. edit your grub.conf or lilo.conf
(remember to keep a backup of your kernel)
7. reboot and select new kernel.
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)