免费注册 查看新帖 |

Chinaunix

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

如何让grub使用新内核?求助~~~~~~~~~~~~~~~~ [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-12-20 13:31 |只看该作者 |倒序浏览
我重编译了RH9的2.4.20-8内核。如何才能让grub使用这个新内核?

论坛徽章:
33
荣誉会员
日期:2011-11-23 16:44:17天秤座
日期:2014-08-26 16:18:20天秤座
日期:2014-08-29 10:12:18丑牛
日期:2014-08-29 16:06:45丑牛
日期:2014-09-03 10:28:58射手座
日期:2014-09-03 16:01:17寅虎
日期:2014-09-11 14:24:21天蝎座
日期:2014-09-17 08:33:55IT运维版块每日发帖之星
日期:2016-04-17 06:23:27操作系统版块每日发帖之星
日期:2016-04-18 06:20:00IT运维版块每日发帖之星
日期:2016-04-24 06:20:0015-16赛季CBA联赛之天津
日期:2016-05-06 12:46:59
2 [报告]
发表于 2004-12-20 13:47 |只看该作者

如何让grub使用新内核?求助~~~~~~~~~~~~~~~~

make install

论坛徽章:
0
3 [报告]
发表于 2004-12-20 13:51 |只看该作者

如何让grub使用新内核?求助~~~~~~~~~~~~~~~~

我是2.4内核,不是2.6内核.也可以吗?是不是在/usr/src/linux/目录下:
#make install

论坛徽章:
33
荣誉会员
日期:2011-11-23 16:44:17天秤座
日期:2014-08-26 16:18:20天秤座
日期:2014-08-29 10:12:18丑牛
日期:2014-08-29 16:06:45丑牛
日期:2014-09-03 10:28:58射手座
日期:2014-09-03 16:01:17寅虎
日期:2014-09-11 14:24:21天蝎座
日期:2014-09-17 08:33:55IT运维版块每日发帖之星
日期:2016-04-17 06:23:27操作系统版块每日发帖之星
日期:2016-04-18 06:20:00IT运维版块每日发帖之星
日期:2016-04-24 06:20:0015-16赛季CBA联赛之天津
日期:2016-05-06 12:46:59
4 [报告]
发表于 2004-12-20 13:57 |只看该作者

如何让grub使用新内核?求助~~~~~~~~~~~~~~~~

论坛徽章:
0
5 [报告]
发表于 2004-12-20 14:09 |只看该作者

如何让grub使用新内核?求助~~~~~~~~~~~~~~~~

我执行了#make install
多了个启动选项:2.4.20-8custom
可是还是停到了:
......
VFS:Cannot open root device "LABEL=/" or 00:00
Pleace append a correct "root=" boot option
Kernel panic : VFS :Unable to mount root fs on 00:00

大哥我在线等^_^

论坛徽章:
0
6 [报告]
发表于 2004-12-20 14:19 |只看该作者

如何让grub使用新内核?求助~~~~~~~~~~~~~~~~

把你的grub.conf中这个内核的启动条目中的root=LABEL=/给去掉。
祝你好运了。

论坛徽章:
0
7 [报告]
发表于 2004-12-20 15:08 |只看该作者

如何让grub使用新内核?求助~~~~~~~~~~~~~~~~

原grub.conf文件
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,1)
#          kernel /boot/vmlinuz-version ro root=/dev/hda2
#          initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8custom)
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.20-8custom ro root=LABEL=/
        initrd /boot/initrd-2.4.20-8custom.img
title Red Hat Linux (2.4.20-
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
        initrd /boot/initrd-2.4.20-8.img
title DOS
        rootnoverify (hd0,0)
        chainloader +1
现在的grub.conf文件
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,1)
#          kernel /boot/vmlinuz-version ro root=/dev/hda2
#          initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8custom)
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.20-8custom
        initrd /boot/initrd-2.4.20-8custom.img
title Red Hat Linux (2.4.20-
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.20-8
                initrd /boot/initrd-2.4.20-8.img
title DOS
        rootnoverify (hd0,0)
        chainloader +1
结果还是出错
......
mount: error 6 mounting ext3
pivotroot: pivot_root /sysroot,/sysroot/initrd/ failed:2
umount /initrd /proc failed:2
Freeing unused kernel memeorg:132K freed
kernel panic:NO init found, Trg passing init=option to kernel.

论坛徽章:
0
8 [报告]
发表于 2004-12-20 15:30 |只看该作者

如何让grub使用新内核?求助~~~~~~~~~~~~~~~~

去掉拉.还是不行啊,帮忙看看啊~~~~~~~~~~~~~~~~~~

论坛徽章:
0
9 [报告]
发表于 2004-12-20 15:50 |只看该作者

如何让grub使用新内核?求助~~~~~~~~~~~~~~~~

建议看看别人的,照着做就ok了

论坛徽章:
0
10 [报告]
发表于 2004-12-20 15:50 |只看该作者

如何让grub使用新内核?求助~~~~~~~~~~~~~~~~

不知道哪个内核是你自己编译的,假设2.4.20-8custom是你自己编译的内核吧,启动选项如下:
title Red Hat Linux (2.4.20-8custom)
root (hd0,1)
kernel /boot/vmlinuz-2.4.20-8custom ro
initrd /boot/initrd-2.4.20-8custom.img
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP