Code: Select all
root@porteus:~# /etc/init.d/vboxdrv setup
bash: /etc/init.d/vboxdrv: No such file or directory
Looking in /etc/init.d, there is a script called rc.virtualbox. Activating that script would not set vboxdrv. However, within that file there was the /sbin/modprobe vboxdrv command.
Code: Select all
root@porteus:~# /sbin/modprobe vboxdrv
root@porteus:~#