天天看點

Ubuntu虛拟機開機時提示piix4_smbus: Host SMBus controller not enabled問題解決

在使用虛拟機過程中,開機時會在一個地方卡很長時間,經過一段時間摸索,和從google上借鑒别人的資料,發現了最簡單的一種辦法就是以下:

一、  如果你可以正常啟動的話:

          1,在終端視窗查明子產品的名字

                代碼:lsmod | grep i2c

           查詢結果為    :i2c_piix4

           2、使用root 權限編輯檔案

                 代碼: sudo  gedit   /etc/modprobe.d/blacklist.conf

                 在檔案中加入blacklist i2c-piix4   然後儲存

           3、reboot    

  二、如果你不能正常啟動系統:

            1、開機時安裝shift 鍵

             2、進入GNU GROB,選擇advanced options for ubuntu

             3、宰選澤 recovery mode

             4、繼續選擇 root  

             5、然後在終端中編輯檔案       sudo  gedit   /etc/modprobe.d/blacklist.conf     在檔案中加入blacklist i2c-piix 

             6、儲存,退出,重新開機