系统:CentOS 7.0 X64
报错现象:
此问题包含了两个错误:
错误1:
piix4_smbus host smbus controller not enabled
修改办法:
[root@localhost ~]# lsmod | grep i2c i2c_piix4 22106 0 i2c_core 40325 2 drm,i2c_piix4 [root@localhost ~]# vi /etc/modprobe.d/blacklist.conf #新增一行 blacklist i2c_piix4 [root@localhost ~]# reboot
错误2:
end_request IO error dev fd0 sector 0
开机按F2进入BIOS,把软驱禁掉,如下图
转载于:https://blog.51cto.com/huangfuff/1610309