免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 7830 | 回复: 16
打印 上一主题 下一主题

求助:RedHat AS 4 U3 升级 2.6.20内核问题!(已解决) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-03-09 13:55 |只看该作者 |倒序浏览
我的系统是RedHat AS 4 U3  ,内核是2.6.9-34,我在http://kernel.org/pub/linux/kernel/v2.6/下载linux-2.6.20.tar.gz内核包

我的大致操作是:

1. 把下载的包复制到/usr/src目录下,并解压,建立链接文件
   ln -s linux-2.6.20 linux   (在/usr/src目录下)

2. 配置和编译内核
   make menuconfig
   我的选项是:
  Device Drivers  --->;Network device support  --->Ethernet (10 or 100Mbit)  ---><*>  AMD PCnet32 PCI support
   File system--->(以下9个选项是关于ext2和ext3文件系统配置,全部选上)
           Second extended fs support
           Ext2 extended attributes
           Ext2 POSIX Access Control Lists
           Ext2 Security Labels
           Ext3 journalling file system support
           Ext3 extended attributes
           Ext3 POSIX Access Control Lists
           Ext3 Security Labels
           JBB (ext3) debugging support
     File system--->DOS/FAT/NT Filesystems  --->选上“NTFS file system support
其它都是默认选项,没有改变

3. make bzImage,make modules,make modules_install,make install
   以上操作没有报错

4. # cp  /usr/src/linux-2.6.20/arch/i386/boot/bzImage   /boot/vmlinuz-2.6.120   
# cp  /usr/src/linux-2.6.20/System.map   /boot/System.map-2.6.20   
# cd  /boot  (进入boot目录)
# rm –rf  System.map  (删除原来的连接)     
# ln –s System.map-2.6.18  System.map   (重新建立连接)

5 . 修改grub.conf文件
  我的配置是:
   # grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/cciss/c0d0p2
#          initrd /initrd-version.img
#boot=/dev/cciss/c0d0
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux AS (2.6.20)
        root (hd0,0)
        kernel /vmlinuz-2.6.20 ro root=LABEL=/dev/cciss/c0d0p2 rhgb quiet
        initrd /initrd-2.6.20.img
title Red Hat Enterprise Linux AS (2.6.9-34.ELsmp)
        root (hd0,0)
        kernel /vmlinuz-2.6.9-34.ELsmp ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.9-34.ELsmp.img
title Red Hat Enterprise Linux AS-up (2.6.9-34.EL)
        root (hd0,0)
        kernel /vmlinuz-2.6.9-34.EL ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.9-34.EL.img

(/dev/cciss/c0d0p2是我的/分区)

6 . 重启系统,选择2.6.20内核,报错,见下图

[ 本帖最后由 zhangjian7879 于 2007-3-14 17:06 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2007-03-09 13:58 |只看该作者
图是用手机拍,不和怎么好,请见谅!!!

IMAGE_205.jpg (30.25 KB, 下载次数: 55)

IMAGE_205.jpg

IMAGE_206.jpg (26.46 KB, 下载次数: 51)

IMAGE_206.jpg

论坛徽章:
0
3 [报告]
发表于 2007-03-09 14:12 |只看该作者
忘了说,我的服务器是HP ProLiant DL380 G5

论坛徽章:
0
4 [报告]
发表于 2007-03-10 11:29 |只看该作者
把root=??
改为
root=/dev/sdaN
n是你的root分区

论坛徽章:
0
5 [报告]
发表于 2007-03-12 09:29 |只看该作者
你up内核前要先关了SElinux
这是我成功make的.config,你可以改下
http://linux.chinaunix.net/bbs/attachment.php?aid=176989

论坛徽章:
0
6 [报告]
发表于 2007-03-12 09:52 |只看该作者
原帖由 wheel 于 2007-3-12 09:29 发表于 5楼  
你up内核前要先关了SElinux
这是我成功make的.config,你可以改下
http://linux.chinaunix.net/bbs/attachment.php?aid=176989


请问什么是SElinux?怎么关闭?谢谢!!

论坛徽章:
0
7 [报告]
发表于 2007-03-12 10:05 |只看该作者
原帖由 longtem 于 2007-3-10 11:29 发表于 4楼  
把root=??
改为
root=/dev/sdaN
n是你的root分区


我系统df -h 命令出来的信息是:

Filesystem            容量  已用 可用 已用% 挂载点
/dev/cciss/c0d0p2      20G  4.6G   15G  25% /
/dev/cciss/c0d0p1      99M   17M   77M  18% /boot
/dev/cciss/c0d0p9     207G   93M  196G   1% /data
none                  2.0G     0  2.0G   0% /dev/shm
/dev/cciss/c0d0p7     9.9G   55M  9.3G   1% /home
/dev/cciss/c0d0p3     9.9G   55M  9.3G   1% /opt
/dev/cciss/c0d0p6     9.9G   55M  9.3G   1% /tmp
/dev/cciss/c0d0p5     9.9G   55M  9.3G   1% /usr/local

没有你说的/dev/sda这类分区,现在服务器的硬盘都不是以前传统的scsi硬盘了。

论坛徽章:
0
8 [报告]
发表于 2007-03-12 16:10 |只看该作者
/etc/selinux/config


SELINUX=disabled

SELINUXTYPE=targeted

[[i] 本帖最后由 wheel 于 2007-3-16 11:39 编辑 [/i]]

论坛徽章:
0
9 [报告]
发表于 2007-03-12 17:18 |只看该作者
很正常,我用的就是hp 以前在 2.6.16上就栽了,怎么也修不好,你退回2.6.18吧 肯定就没问题了,具体原因不明

论坛徽章:
0
10 [报告]
发表于 2007-03-12 18:20 |只看该作者
请搂主在编译的时候关闭SElinux选项,我以前也出现过这样的问题。用这个方法已解决。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP