2016年9月7日 星期三

在這裡提到 修正了 Ubuntu 16.04 的 Kernel 安裝 http://moonraise201008.blogspot.tw/2016/09/ubuntu-16.html

如果你要啟動 Virtual Box 的 VM 可能會出現以下訊息
Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

'/sbin/vboxconfig'

as root.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.

你可以嘗試執行 ,
sudo /sbin/vboxconfig

它會報錯 , 告訴你短少安裝了 linux-headers-4.4.0-36-lowlatency

因此根據說明執行以下指令
sudo apt-get install linux-headers-4.4.0-36-lowlatency

然後重新執行
sudo /sbin/vboxconfig

如此就可以啟動 Virtual Box 的 VM
Ubuntu 16.04

發生要安裝軟體或是更新時出現以下錯誤訊息(類似的訊息) 之類的

linux-image-4.4.0-36-generic is not configured yet.


(我因為採取了網路上的某篇作法 , 去修正 , 結果導致重開機之後會 hang 住 , 無法正常開機 ,
 所以關機重開 , 可以進到 Ubuntu 的開機選單 , 請選到 Ubuntu Advanced 選項

它會顯示多個選項  ,
然後選到  Ubuntu , with Linux 4.4.0-34-generic 進入開機程序
      不要選 Ubuntu , with Linux 4.4.0-36-generic (因為就是這個不正常 , 才要修)


之後解決方式: 重新安裝相對應的套件
sudo apt-get install --reinstall  linux-image-4.4.0-36-generic linux-image-4.4.0-36-lowlatency

請重新開機之後 , 確認可以正常開機 (這樣就修正 linux-image-4.4.0-36-generic 的問題 )