- LINUX虚拟机启动出错解决
- 发布时间:2008-07-29 17:20:14 浏览数:6762 发布者:musiccoffe 设置字体【大 中 小】
提示: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).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
解决方案:edit /etc/group manually.
sudo cp /etc/group /etc/group.bak
gksu gedit /etc/group