帮助中心 >  技术知识库 >  云服务器 >  服务器教程 >  解决linux内核升级后不能重启系统的故障

解决linux内核升级后不能重启系统的故障

2019-08-21 20:32:52 8738

1.升级完后,重启系统,发现系统无法启动,具体原因是系统无法挂载文件系统。


2.在网上找了下资料,原因出在了initrd是旧版本mkinitrd生成的。

所以导致文件系统无法正常挂载

3.解决方法就是加入对旧版sysfs路径的支持,方法如下:

a.通过make menuconfig选中以下对应的选项

General setup -->

enable deprecated sysfs features to support old userspace tools

4.在这个前面加上* 是系统能支持。

5.然后我对内核文件进行了重新编译。

6.重启后成功加载文件系统,并使用了新的内核。


一下是系统报错内容,有些出入,可以参考:


Volume group "VolGroup00" not found

Unalbe to access resume device (/dev/VolGroup00/LogVol00)

mount: could not find filesystem '/dev/root'

setuproot:moving /dev failed: No such file or directory

setuproot:error mounting /proc: No such file or directory

setuproot:error mounting /sys: No such file or directory

switchroot: mount failed: No such file or directory

Kernel panic - not syncing:Attempted to kill init!


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: