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

沒有留言:

張貼留言