Linux一一开机故障

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xuanyin235/article/details/83211264

昨天分完磁盘以后,早上开机发现进入不了系统了:

终端显示:VMware 'Host SMBus controller not enabled!'

解决方法:http://abcdxyzk.github.io/blog/2015/05/29/debug-kdump-vm/https://www.centos.org/forums/viewtopic.php?t=67288

一、在终端下等待主机响应,按指令输入root账户密码,然后在终端利用vim修改文件

       sudo vim /etc/modprobe.d/blacklist.conf

二、在文件中利用vim指令新增一行如下内容(vim使用方法:http://witcheryne.iteye.com/blog/1148745

       blacklist i2c-piix4

三、最后输入reboot指令重启即可

       reboot

上述解决之后,重启发现还是进入不了,出现故障:[sda] Assuming drive cache: write through

解决方案参考文章:http://xiexiejiao.cn/linux/redhat7-2-centos7-2%E8%A7%A3%E5%86%B3sda-assuming-drive-cache-write-through.html

猜你喜欢

转载自blog.csdn.net/xuanyin235/article/details/83211264