Virtual box won't open

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
garda

Re: Virtual box won't open

Post by garda »

So what is the procedure to reset the kernel module as root?
The error message tells you the answer:
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing

'/etc/init.d/vboxdrv setup'

as root.
That translates into execute this command in Terminal:

Code: Select all

sudo /etc/init.d/vboxdrv setup
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
altair4
Level 20
Level 20
Posts: 11454
Joined: Tue Feb 03, 2009 10:27 am

Re: Virtual box won't open

Post by altair4 »

The above should take care of it but just double check to make sure you're allowed to use it:

Menu > Administration > Users and Groups > Unlock > Your_user_name > Properties > User Privileges > click "Use Virtualbox" (if it is not already checked )
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
LaneLester
Level 2
Level 2
Posts: 63
Joined: Thu Mar 15, 2007 3:41 pm

Re: Virtual box won't open

Post by LaneLester »

Maybe the above will do the trick, but my solution was to uninstall the version in the official repository and get the Sun version. Add this to sources.list to get it:
deb http://download.virtualbox.org/virtualbox/debian/ intrepid non-free

Lane
garda

Re: Virtual box won't open

Post by garda »

Administrative operations must be carried out as root. Add sudo before modprobe.
Locked

Return to “Software & Applications”