VirtualBox无法启动系统,求解
Tofloor
poster avatar
lodan
deepin
2016-03-09 06:56
Author
  1. Kernel driver not installed (rc=-1908)

  2. The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please install virtualbox-dkms package and load the kernel module by executing

  3. 'modprobe vboxdrv'

  4. 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.

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


https://bbs.deepin.org/user/4296
Reply Favorite View the author
All Replies
lodan
deepin
2016-03-09 06:57
#1
  1. The virtual machine 'win10' has terminated unexpectedly during startup with exit code 1 (0x1).


  2. 返回 代码:
  3. NS_ERROR_FAILURE (0x80004005)
  4. 组件:
  5. MachineWrap
  6. 界面:
  7. IMachine {f30138d4-e5ea-4b3a-8858-a059de4c93fd}
Copy the Code
Reply View the author
yzca
deepin
2016-03-09 07:34
#2
Please install virtualbox-dkms package
第二段写得很清楚
Reply View the author
lodan
deepin
2016-03-09 17:53
#3
https://bbs.deepin.org/post/37873
Please install virtualbox-dkms package
第二段写得很清楚

试过的。
virtualbox-dkms is already the newest version (5.0.12-dfsg-2).
Reply View the author
cxbii
deepin
2016-03-09 06:56
#4
是不是升级内核了?
Reply View the author
lodan
deepin
2016-03-09 18:07
#5
已解决
  1. sudo usermod -G vboxusers -a root
  2. sudo apt-get install linux-headers-`uname -r`
  3. sudo apt-get install virtualbox-dkms
  4. sudo dpkg-reconfigure virtualbox-dkms
  5. sudo modprobe vboxdrv
Copy the Code

之后就正常了。
Reply View the author
lodan
deepin
2016-03-09 18:08
#6
https://bbs.deepin.org/post/37873
是不是升级内核了?

昨天更新系统了。
现在解决了。
Reply View the author
cxbii
deepin
2016-03-09 18:18
#7
https://bbs.deepin.org/post/37873
昨天更新系统了。
现在解决了。



我居然中奖了
Reply View the author
lodan
deepin
2016-03-09 19:05
#8

无奈cpu不支持VT-x ,虚拟机装不了64位系统
Reply View the author
oocool
deepin
2016-03-09 19:20
#9
我正想发帖呢。我还没解决
Reply View the author
oocool
deepin
2016-03-09 19:27
#10
其他的之前都做过,好像是这一行起作用了。
sudo dpkg-reconfigure virtualbox-dkms
Reply View the author
cxbii
deepin
2016-03-09 19:31
#11
https://bbs.deepin.org/post/37873
无奈cpu不支持VT-x ,虚拟机装不了64位系统



那这个是无法解决的。。
Reply View the author