快速业务通道

CentOS5.5下升级内核到2.6.38

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-30

1.下载内核

cd /usr/src/kernel
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.8.tar.bz2
tar jxvf linux-2.6.38.8.tar.gz
cd linux-2.6.38.8

2.下载热点内核标准配置文件

wget http://vbets.googlecode.com/files/config
mv config .config

3.编译内核
make menuconfig
选中Load an Alternate Configuration File ,然后选择刚下载的.config

另外,要特别选中:
1)、通过make menuconfig选中以下对应的选项
General setup –>
[*] enable deprecated sysfs features to support old userspace tools

make bzImage
make modules
make modules_install
make install

4.解压修改内核

cp /boot/initrd-2.6.38.8/img /tmp
cd /tmp/
mkdir newinitrd
cd newinitrd/
zcat ../initrd-2.6.38.8.img |cpio -i
rm -rf /tmp/initrd-2.6.38.8.img
vi init

找到这2行一样的,去掉1行
echo “Loading dm-region-hash.ko module”
insmod /lib/dm-region-hash.ko
echo “Loading dm-region-hash.ko module”
insmod /lib/dm-region-hash.ko

5.从新打包内核

find .|cpio -c -o > ../initrd
cd ../
gzip -9 < initrd > initrd-2.6.38.8.img
rm -rf /boot/initrd-2.6.38.8.img
cp initrd-2.6.38.8.img /boot
rm -rf /cd /usr/src/linux-2.6.38.8.tar.gz
rm -rf /cd /usr/src/linux-2.6.38.8
6.设置从新内核启动

vi /boot/grub/grub.conf
把default=1改为default=0

7.重新启动系统

reboot

转载请注明: 转载自http://www.elain.org

本文链接地址:CentOS5.5下升级内核到2.6.38

本文出自 “elain的技术博客” 博客,请务必保留此出处http://elain.blog.51cto.com/3339379/636418

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号