1、piix4_smbus 0000:00:007.3: Host SMBus controller not enabled
报错原因
“The PIIX4 (properly known as the 82371AB) is an Intel chip with a lot of functionality. Among other things, it implements the PCI bus. One of its minor functions is implementing a System Management Bus. This is a true SMBus - you can not access it on I2C levels. The good news is that it natively understands SMBus commands and you do not have to worry about timing problems. The bad news is that non-SMBus devices connected to it can confuse it…”
从内核的说明文档来看,这个 piix4 实际上是 Intel 82371AB 南桥芯片,多功能总线控制器,而在 VMware 里面并没有这个真实的芯片组,但在启动时最会尝试载入这个驱动模块,所以会报错,对系统安装没有任何影响,等待一会还是可以正常进入系统。但如果你看着不爽想移除掉的话,也是可以的:
vi /etc/modprobe.d/blacklist.conf
#加入以下两行
#intel piix4 driver
blacklist i2c_piix4
转载自 修复安装于VMware上的CentOS启动时出现 piix4_smbus Host SMBus controller not enabled 的错误 | Win Notes
2、Bluetooth hci0 unexpected cc 0x0c12
不影响安装,在意话关了电脑蓝牙就行
3、默认NAT模式不能上网
打开虚拟网络编辑器
选择自己wifi对应的网卡
参考