Problem Statement:
?
#1
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
'/etc/init.d/vboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
?
#2
Failed to open a session for the virtual machine “Windows XP”.
The virtual machine ‘Windows XP’ has terminated unexpectedly during startup with exit code 1.
(Running a virtual machine on VirtualBox the two dialogues would say that)
?
The cause — as the VirtualBox page states it:
Ubuntu/Debian users might want to install the dkms package to ensure that the VirtualBox host kernel modules ( vboxdrv , vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next apt-get upgrade .
?
The Fix:
The dkms package can be installed through the Synaptic Package manager or through the following command:
sudo apt-get install dkms
?
Running `virtualbox` in the terminal says almost the same thing…
$ virtualbox WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (3.5.0-18-generic) or it failed to load. Please recompile the kernel module and install it by sudo /etc/init.d/vboxdrv setup You will not be able to start VMs until this problem is fixed.
?
# You have heard the man! $ sudo /etc/init.d/vboxdrv setup * Stopping VirtualBox kernel modules [ OK ] * Uninstalling old VirtualBox DKMS kernel modules [ OK ] * Trying to register the VirtualBox kernel modules using DKMS Error! Your kernel headers for kernel 3.5.0-18-generic cannot be found. Please install the linux-headers-3.5.0-18-generic package, or use the --kernelsourcedir option to tell DKMS where it's located * Failed, trying without DKMS * Recompiling VirtualBox kernel modules * Look at /var/log/vbox-install.log to find out what went wrong
?
# Downloading the Linux Headers now $ sudo apt-get install linux-headers-3.5.0-18-generic
?
# Running it again $ sudo /etc/init.d/vboxdrv setup * Stopping VirtualBox kernel modules [ OK ] * Uninstalling old VirtualBox DKMS kernel modules [ OK ] * Trying to register the VirtualBox kernel modules using DKMS [ OK ] * Starting VirtualBox kernel modules [ OK ]
?
All good!
?
from: http://nikunjlahoti.com/2012/11/09/virtualbox-on-ubuntu-12-10/
?
?
?
?
更多文章、技術交流、商務合作、聯系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
