VirtualBox 启动出错

Kvm、VMware、Virtualbox、Xen、Qemu 等
回复
Qoo_cong
帖子: 36
注册时间: 2006-04-09 22:27

VirtualBox 启动出错

#1

帖子 Qoo_cong » 2007-04-26 18:08

代码: 全选

VirtualBox kernel driver not accessible, permission problem. Make sure that the current user has write permissions to [color=red]/dev/vboxdrv[/color] by adding him to the vboxusers groups. Don't forget to logout to take the change effect.
VBox status code: -1909 (VERR_VM_DRIVER_NOT_ACCESSIBLE).


Result Code: 
0x80004005
Component: 
Console
Interface: 
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
ubantu
帖子: 154
注册时间: 2007-03-01 22:54

#2

帖子 ubantu » 2007-04-26 19:59

试试这个

sudo usermod -G vboxusers -a username
头像
adqin
帖子: 1417
注册时间: 2007-01-24 22:07
来自: http://adqin.cn
联系:

#3

帖子 adqin » 2007-04-26 21:06

笨的办法:重新安装VirtualBox,原因是你的内核升级了。
也可以看这里:
http://ubuntucookbook.com/recipes/virtu ... ation.html
Qoo_cong
帖子: 36
注册时间: 2006-04-09 22:27

#4

帖子 Qoo_cong » 2007-04-26 21:40

还不行。。。。
头像
ubuntu701
帖子: 197
注册时间: 2006-10-22 17:45

#5

帖子 ubuntu701 » 2007-04-28 16:21

求解!!!
头像
avauntage
帖子: 570
注册时间: 2005-09-22 10:15
来自: 北京

#6

帖子 avauntage » 2007-04-30 9:21

代码: 全选

sudo usermod -G vboxusers -a username
把username换成你自己的用户名。之后要注销重新登录一次。
空手把锄头,步行骑水牛;人在桥上过,人流水不流。
头像
狸猫
帖子: 122
注册时间: 2007-01-14 23:06

#7

帖子 狸猫 » 2007-05-08 9:59

我试了试,关键好像不是在于使用命令还是在“系统”-“系统管理”-“用户和组”里添加,而是在于不应该是注销,而是重启。

我试着注销并重新登录了两次,都不管用。但重启之后再试就没有此问题了。
i1888
帖子: 3
注册时间: 2007-05-11 10:38

#8

帖子 i1888 » 2007-05-11 15:01

看清楚提示:Make sure that the current user has write permissions to /dev/vboxdrv by adding him to the vboxusers group

所以你要确定两点事情:
1. 用户在vboxusers 组里
2. 权限

和 重装 重启 没关系
amaotion
帖子: 115
注册时间: 2007-06-20 10:27
联系:

#9

帖子 amaotion » 2007-07-10 22:43

i1888 写了:看清楚提示:Make sure that the current user has write permissions to /dev/vboxdrv by adding him to the vboxusers group

所以你要确定两点事情:
1. 用户在vboxusers 组里
2. 权限

和 重装 重启 没关系
高手总是说得太简单。
能不能解释下“权限”是什么意思?
我的用户已经在vboxusers组中,但是权限是什么意思?
owwbu
帖子: 614
注册时间: 2006-11-15 14:14

#10

帖子 owwbu » 2007-07-11 12:33

我的做法是把/dev/vboxdrv的权限改成777.
回复