今天发现虚拟机两台机断电后启动失败,报了这几个错
centos7
启动报错 Assuming drive cache:write through 和 SMBus Host Controller not enabled !
还有个报错failed to start crash recopnvery kernel arming
结论:是磁盘分区挂载错误
编辑/etc/fstab文件,将相关挂载的行注释,保存配置文件,使用reboot命令重启系统,系统成功启动
今天发现虚拟机两台机断电后启动失败,报了这几个错
centos7
启动报错 Assuming drive cache:write through 和 SMBus Host Controller not enabled !
还有个报错failed to start crash recopnvery kernel arming
结论:是磁盘分区挂载错误
编辑/etc/fstab文件,将相关挂载的行注释,保存配置文件,使用reboot命令重启系统,系统成功启动
发布评论