
Originally Posted by
kouchris
i also getting bash:
/etc/init.d/vboxdrv: No such file or directory
using the command
any ideas?
Try tabbing out the vboxdrv portion of 'sudo /etc/init.d/vboxdrv' and see if it has been moved... I say this because I found that I had a file called '/etc/init.d/vboxdrv.dpkg-bak'. I executed
Code:
laptop:~$ sudo cp /etc/init.d/vboxdrv.dpkg-bak /etc/init.d/vboxdrv
laptop:~$ sudo /etc/init.d/vboxdrv setup
* Stopping VirtualBox kernel module * done.
* Removing old VirtualBox netadp kernel module * done.
* Removing old VirtualBox netflt kernel module * done.
* Removing old VirtualBox kernel module * done.
* Recompiling VirtualBox kernel module * done.
* Starting VirtualBox kernel module * done.
I seem to be good now.
Rhino