VirtualBox错误分析与解决方案
把自己亲身经经过的错误 排除方法分享一下给大家。希望可以帮到大家。VirtualBOX是LINUX下的一个虚拟机软件。运行 占用资源小,安装方便:
安装方法:
sodu apt-get install virtualbox
但错误也多,以下是其中的二个错误 。也是最常见到的错误,
错误1:VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
错误2:The VirtualBox kernel driver is not accessible to the current user. Make sure that the user has write permissions for /dev/vboxdrv by adding them to the vboxusers groups. You will need to logout for the change to take effect..
VBox status code: -1909 (VERR_VM_DRIVER_NOT_ACCESSIBLE).
返回 代码:
0x80004005
组件:
Console
界面:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
解决办法:
modprobe vboxdrv && chmod 666 /dev/vboxdrv
FOR liam 只听过没有用过 VBOX不错用着用LINUX的推介用一下,
它有个最大的靓点就是可以与LINUX无缝连接,
其实是VBOX的一个全展模式,什么是无缝连接。看下图就明白了
晕怎么不能插图啊。 这个软件见老师用过,据说启动WINDOWS的速度比较快。。。而且还可以无缝连接。。。
页:
[1]