Page 1 of 1

Virtual Box error -please help solve

Posted: 28. Apr 2008, 03:07
by Sytze
I have installed Windows XP on Virtual box but receive a error once i click "Start".

VBox status code: -1909 (VERR_VM_DRIVER_NOT_ACCESSIBLE).

I really want to use virtual box so please help!

Try this

Posted: 28. Apr 2008, 06:04
by totototo
sudo chmod 666 /dev/vboxdrv

Posted: 28. Apr 2008, 13:35
by Sytze
Thank you sooooo much!

Posted: 28. Apr 2008, 14:47
by Sasquatch
Add your user to the vboxusers group.

Code: Select all

sudo usermod -G vboxusers -a [yourusername]
Or do it graphical.

thanks a lot

Posted: 27. May 2008, 00:32
by edgar_ali
thanks a lot