日期:2014-05-16  浏览次数:20687 次

linux编译的内核不能启动,是怎么回事,请高手指教!
重启内核后显示下面一段代码:
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
------解决方案--------------------
是boot下的启动所要选的config-*,使用前最好备份。