加载ubuntu的时候卡在‘SMBus Host Controller not enabled'错误

Posted howielu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了加载ubuntu的时候卡在‘SMBus Host Controller not enabled'错误相关的知识,希望对你有一定的参考价值。

实验系统:ubuntu-16.04.6-server-amd64

我在VMware安装完这个系统后进入发现卡在了’SMBus Host Controller not enabled‘里,后来查过网络发现,需要禁止i2c_piix4驱动的加载,禁止需要编辑blacklist.conf:

 

方法如下:

1、在ubuntu开机时进入grub启动选项

2、选择Advanced options for Ubuntu

3、进入Ubuntu的恢复模式(recovery mode)

4、在Recovery Menu中选择root进入root shell

5、输入:mount -o remount,rw / (注:“,”号两边不加空格)

6、编辑blacklist.conf (路径:/etc/modprobe.d/blacklist.conf)(命令:vi /etc/modprobe.d/blacklist.conf)

(!注意:在编辑文本前,请确定自己是否会使用vi,ubuntu的vi与centos、Redhat的vi有很多不同,若之前没用过ubuntu的vi,请在网上查询ubuntu的vi的使用方法)

7、在blacklist.conf的最后一行加上:blacklist intel_powerclamp

8、保存后重启即可

以上是关于加载ubuntu的时候卡在‘SMBus Host Controller not enabled'错误的主要内容,如果未能解决你的问题,请参考以下文章

VMWARE里启动kylin16.0时出现'SMBus Host Controller not enabled'(还未进入系统)

SMBus Host Controller not enabled!

针对piix4_smbus ****host smbus controller not enabled的解决方法

VMware虚拟机安装Redhat7提示piix4_smbus:Host SMBus错误解决办法

linux SMbus错误

ubuntu卡在登陆界面循环登陆如何解决?