linuxmei 发表于 2005-10-11 12:27:13

内核引导不了

我想做一个LVS,配置和编译内核的工作都已完成,只不过在编译时在
make modules_install那一步出现了错误的提示,好像根本就没有进行任何动作,请问这是怎么回事,在make dep那一步也有一点小问题,说是现在不必要做这个,我想这个应该不是大问题,我用的是GRUB,做了make mrproper,make menuconfig ,make bzImage,make modules,make make modules_install,depmod -a,new-kernel-pkg --install --mkinitrd
--depmod 2.6.11-LVS后,并没有在grub.conf中出现新的内容,我又执行了make install,才在这个文件中出现新的内容,我把/etc/grub.conf中的root=LABEL=/改成root=/dev/hda2了,(hda2是我的根分区),reboot后,在GRUB界面下选择新内核启动,出现了下面的问题:
Red Hat nash version 4.2.15 starting
mount:error 19 mounting ext3
ERROR opening /dev/console!!!!:2
error dup2'ing fd of 0 to 0
error dup2'ing fd of 1 to 1
error dup2'ing fd of 2 to 2
switchroot:mount failed:22
Kernel panic -not syncing:Attempted to kill init!
请大侠指导这是什么错误,以及是由什么原因引起的,应该怎么改正,请具体一一详细指教,小弟急用,先谢了!!

linuxmei 发表于 2005-10-11 23:03:09

怎么没人回答呀,请版主过来看一下好吗,小弟真的很急用,先谢了!!

good02xaut 发表于 2005-10-17 15:35:09

那是/dev目录下发生的错误。
linux2.6.*内核,/dev目录下的设备是动态生成的,而且布局也和2.4有很大变化。
修改inittab文件,“single user”模式登陆
然后Login

到/dev下你就明白了,根本没有tty1,tty2。。。,所以Init3或5会失败
页: [1]
查看完整版本: 内核引导不了