I seem to run into this problem every time I update Ubuntu, but here's the deal. When I updated form Gutsy to Hardy, virtualbox started giving me the usual error, but then I installed the version 1.6 of virtualbox and everything worked fine. Later on, I decided to change from the vanilla Hardy install to Ubuntu Studio 8.04, and once again, virtualbox is broken and isn't working. I've tried removing and reinstalling 1.6, but when it tries to compile the kernel during setup, it still fails. Here's the error i'm getting:
Code: Select all
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}
So, of course I try running the /etc/init.d/vboxdrc setup as root, and this is what it says:
Code: Select all
* Stopping VirtualBox kernel module * done.
* Recompiling VirtualBox kernel module
* Look at /var/log/vbox-install.log to find out what went wrong
Here are the contents of the log file:
Code: Select all
/etc/init.d/vboxdrv: 311: /opt/VirtualBox-1.4.0/src/build_in_tmp: not found
I have already tried the solution listed for the person who was having problems with virtualbox breaking every time he rebooted, and that did nothing. Any ideas how I can get this fixed?[/code]