blob: 053b176a73881498183b545b88bb62cb09fcbd53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
=============================================================================
VirtualBox was installed.
You need to load the vboxdrv kernel module and a mounted /proc filesystem.
% mount -t procfs proc /proc
% kldload vboxdrv
You also have to add all users to your vboxusers group in order to use vbox.
% pw groupmod vboxusers -m jerry
Running VirtualBox as non-root user may fail with a fatal error
NS_ERROR_FACTORY_NOT_REGISTERED. In this case delete /tmp/.vbox-*-ipc file.
Please report any problems to emulation@. Thanks!
=============================================================================
|