当前位置: 技术问答>linux和unix
求救!!编译内核后,加载时出错。
来源: 互联网 发布时间:2015-08-26
本文导语: 内核加载到一半就错了。(我编译的内核版本是2.6.9) 出错信息如下: pivotroot:pivot_root(/sysroot,/sysroot/initrd)failed:2 unmount /initrd/proc failed:2 freeing unused kernel memory:236k freed kernel panic-not syn...
内核加载到一半就错了。(我编译的内核版本是2.6.9)
出错信息如下:
pivotroot:pivot_root(/sysroot,/sysroot/initrd)failed:2
unmount /initrd/proc failed:2
freeing unused kernel memory:236k freed
kernel panic-not syncing: No init found.Try passing init=option to kernel
谢谢!
~
出错信息如下:
pivotroot:pivot_root(/sysroot,/sysroot/initrd)failed:2
unmount /initrd/proc failed:2
freeing unused kernel memory:236k freed
kernel panic-not syncing: No init found.Try passing init=option to kernel
谢谢!
~
|
你有两种选择:
1.将filesystem ext3直接在内核中支持
2.将filesystem ext3编译成模块.你需要ramdisk中initrd的支持.内核可以为你创建一个虚拟的环境
1.将filesystem ext3直接在内核中支持
2.将filesystem ext3编译成模块.你需要ramdisk中initrd的支持.内核可以为你创建一个虚拟的环境
|
用的是lilo还是grub?把conf贴出来看看。