QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1755|回复: 1

redhat 2.4.20-8 到 2.6.12内核升级问题

[复制链接]
发表于 2005-10-12 14:18:38 | 显示全部楼层 |阅读模式
我现在的操作系统是redhat,2.4.20-8的内核,想升级到2.6.12.内核编译安装都顺利完成.grub.conf文件内容如下:
default=1
timeout=10
splashimage=(hd0,5)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.6.12)
        root (hd0,5)
        kernel /boot/vmlinuz-2.6.12 ro root=LABEL=/ vga=0x0314
        initrd /boot/initrd-2.6.12.img
title Red Hat Linux (2.4.20-
        root (hd0,5)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/ vga=0x0314
        initrd /boot/initrd-2.4.20-8.img
title DOS
        rootnoverify (hd0,0)
        chainloader +1

系统启动时,选择2.6.12回车,屏幕变黑,什么反应也没有了.连内核启动日志都没有.
gcc配置如下:
[root@baoyun root]# gcc -v
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: /root/projects/crosstool/src/gcc-3.4.3/configure --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --enable-languages=c,c++,java
Thread model: posix
gcc version 3.4.3

各位大虾,帮忙想想办法
发表于 2005-11-3 14:35:08 | 显示全部楼层
你把这行  kernel /boot/vmlinuz-2.6.12 ro root=LABEL=/ vga=0x0314

改成  kernel /boot/vmlinuz-2.6.12 ro root=你的根目录所在的设备路径

可用 #df  查看你的根目录 "/" 所在的分区
比如我的是:
[root@psr modules]# df
文件系统               1K-块        已用     可用 已用% 挂载点
/dev/hda9              5692404   4334348   1068888  81% /
/dev/hda8               101057     15216     80624  16% /boot
none                     62492         0     62492   0% /dev/shm

那我的就是 root=/dev/hda9
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 04:38 , Processed in 0.080438 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表