實驗系統: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、保存后重啟即可