Skip to content

Instantly share code, notes, and snippets.

@AnkushMalik
Last active January 14, 2018 19:43
Show Gist options
  • Save AnkushMalik/33e482b0a0c2081cc25a1e36b2e77f93 to your computer and use it in GitHub Desktop.
Save AnkushMalik/33e482b0a0c2081cc25a1e36b2e77f93 to your computer and use it in GitHub Desktop.
vagrant initialization error :- /sbin/rcvboxdrv : command not found

It would not be a matter if we can run this recommended command to recompile VirtualBox kernel modules :

sudo /sbin/rcvboxdrv setup

but it failed, with the msg :

/sbin/rcvboxdrv: command not found

after researching a lot on web, i found a workaround:

sudo /usr/lib/virtualbox/vboxdrv.sh setup

Stopping VirtualBox kernel modules [ OK ] Recompiling VirtualBox kernel modules [ OK ] Starting VirtualBox kernel modules [ OK ]

that's it. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment