当前位置: 技术问答>linux和unix
linux编译的内核不能启动,是怎么回事,请高手指教!
来源: 互联网 发布时间:2017-02-15
本文导语: 重启内核后显示下面一段代码: No volume groups found volume group "voLGroup00" not found unable to access resume device (/dev/voIGroup00/logvol01) mount could not find filesystem '/dev/root' setuproot: moving /dev failed: No suchfile or directory s...
重启内核后显示下面一段代码:
No volume groups found
volume group "voLGroup00" not found
unable to access resume device (/dev/voIGroup00/logvol01)
mount could not find filesystem '/dev/root'
setuproot: moving /dev failed: No suchfile or directory
setuproot: error mounting /proc: No suchfile or directory
setuproot: error mounting /sys: No suchfile or directory
switchroot:mount failed: No suchfile or directory
kernel panic--not syncing:attempted to kill init!
这个该怎么办?我编译了几个内核,启动都是这种情况。
No volume groups found
volume group "voLGroup00" not found
unable to access resume device (/dev/voIGroup00/logvol01)
mount could not find filesystem '/dev/root'
setuproot: moving /dev failed: No suchfile or directory
setuproot: error mounting /proc: No suchfile or directory
setuproot: error mounting /sys: No suchfile or directory
switchroot:mount failed: No suchfile or directory
kernel panic--not syncing:attempted to kill init!
这个该怎么办?我编译了几个内核,启动都是这种情况。
|
新内核对旧版的lvm支持默认没打开
试着重新编译加
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
试着重新编译加
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
|
是boot下的启动所要选的config-*,使用前最好备份。