分页: 1 / 1

帮我看看编译内核不能起动的问题

发表于 : 2009-03-23 12:49
bierdaci
不知道为什么我这台机器装ubunut老是死机,没办法就装上老的fedora4 ,但是因为是 nv的主板,网卡声卡驱动都不支持,就下了个2.6.28的内核编译 下,于是出现下面的问题

Createing root device
Mounting root filesystem
mount: error 6 mounting ext3
Switching to new root
ERROR opening /dev/console!!!!: 2
error dup2'ing fd of 0 to 0
error dup2'ing fd of 0 to 1
error dup2'ing fd of 0 to 2
unmounting old /proc
unmounting old /sys
switchroot: mount failed: 22
init used greatest stack depth: 2292 bytes left
Kernel panic - not syncing: Attempted to kill init!

有明白帮我看下吧,谢谢

Re: 帮我看看编译内核不能起动的问题

发表于 : 2009-03-30 19:59
mech
有没有看看2.6.28需要什么样的编译环境?

Re: 帮我看看编译内核不能起动的问题

发表于 : 2009-03-30 20:09
kelen
仔细检查文件系统选项, 选定你用的文件系统.
Pseudo filesystems必须的选上,这个提供了对/proc文件系统的支持,没有它也没法开机!