yabozj 发表于 2003-11-12 22:00:26

编译好2.4.22内核以后,无法起动>>>

在/boot下面我建立有bzImage2_4_22和2_4_22.img两个文件了
所以在更改grub.conf到如下的内容:
#boot=/dev/hda7
default=0
timeout=10
splashimage=(hd0,6)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
        root (hd0,6)
        kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
        initrd /initrd-2.4.18-14.img
title Red Hat Linux (NEW)
        root (hd0,6)
        kernel /bzImage2_4_22 ro root=/dev/hda7
        initrd /2_4_22.img
title DOS
        rootnoverify (hd0,0)
        chainloader +1
但是原来的内核可以起动,
新的内核启动到一半的时候提示:
warning: unable to open an inital console.
kernel panic: No init found.Try pasing init = option to kernel.
不知道是怎么一回事情,大虾救我啊!

Dragonfly 发表于 2003-11-18 00:37:44

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=38644
页: [1]
查看完整版本: 编译好2.4.22内核以后,无法起动>>>