当前位置: 技术问答>linux和unix
无法启动新建立的内核>>>>
来源: 互联网 发布时间:2015-05-14
本文导语: 在/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=/...
在/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.
不知道是怎么一回事情,大虾救我啊!
所以在更改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.
不知道是怎么一回事情,大虾救我啊!
|
55,偶也是这样的,而且我们这里也有很多有这种问题,请大虾赐教啊
|
重新编译一次吧,我原来也出现过这种问题的
|
gz!