Page 1 of 1

windows XP on Ubuntu hardy

Posted: 27. May 2008, 18:11
by Take0n
Hello

I don't know what I did to get this problem but I am not able to open the guest OS windows xp. Everytime I try to start the OS I get an error:

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}
I enter sudo /etc/init.d/vboxdrv setup in terminal (I also tried to run it through root terminal) but I get this:

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
I then runt gedit /var/log/vbox-install.log

and there is only one line in saying this:

Code: Select all

/etc/init.d/vboxdrv: 311: /usr/lib/virtualbox/src/build_in_tmp: not found
Could anyone help me please I am stuck :\
I am running Sun xVM VirtualBox (graphical interface) version 1.6.0 on Ubuntu 8.04. My guest OS is Windows XP Professional.

SOLVED

Posted: 27. May 2008, 18:26
by Take0n
I reonfigured virtualbox and now it seems to work!

Code: Select all

sudo dpkg-reconfigure virtualbox
Sorry for posting a new topic that soon. I should look around in this forum a bit more :)

Posted: 28. May 2008, 03:48
by AdamPee
I had a similar (if not the same) problem, but a reconfigure hasn't done it for me. I uninstalled and reinstalled it and the output looks something like this (including trying to install the modules and run the app.)


adam@adam-laptop:~$ sudo apt-get install virtualbox
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting virtualbox-ose instead of virtualbox
The following extra packages will be installed:
libaudio2 libqt3-mt libxalan110 libxerces27 virtualbox-ose
Suggested packages:
nas libqt3-mt-mysql libqt3-mt-odbc libqt3-mt-psql xalan bridge-utils
virtualbox-ose-source
The following NEW packages will be installed:
libaudio2 libqt3-mt libxalan110 libxerces27 virtualbox-ose
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/13.0MB of archives.
After this operation, 43.5MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package libaudio2.
(Reading database ... 111225 files and directories currently installed.)
Unpacking libaudio2 (from .../libaudio2_1.9.1-1_amd64.deb) ...
Selecting previously deselected package libqt3-mt.
Unpacking libqt3-mt (from .../libqt3-mt_3%3a3.3.8-b-0ubuntu3_amd64.deb) ...
Selecting previously deselected package libxerces27.
Unpacking libxerces27 (from .../libxerces27_2.7.0-5_amd64.deb) ...
Selecting previously deselected package libxalan110.
Unpacking libxalan110 (from .../libxalan110_1.10-3.1_amd64.deb) ...
Selecting previously deselected package virtualbox-ose.
Unpacking virtualbox-ose (from .../virtualbox-ose_1.5.6-dfsg-6ubuntu1_amd64.deb) ...
Setting up libaudio2 (1.9.1-1) ...

Setting up libqt3-mt (3:3.3.8-b-0ubuntu3) ...

Setting up libxerces27 (2.7.0-5) ...

Setting up libxalan110 (1.10-3.1) ...

Setting up virtualbox-ose (1.5.6-dfsg-6ubuntu1) ...
* Starting VirtualBox host networking... [ OK ]
* Starting VirtualBox kernel module vboxdrv
* No suitable module for running kernel found.

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
adam@adam-laptop:~$ sudo apt-get install virtualbox-ose-modules-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
virtualbox-ose-modules-generic
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/4328B of archives.
After this operation, 32.8kB of additional disk space will be used.
Selecting previously deselected package virtualbox-ose-modules-generic.
(Reading database ... 111832 files and directories currently installed.)
Unpacking virtualbox-ose-modules-generic (from .../virtualbox-ose-modules-generic_24_amd64.deb) ...
Setting up virtualbox-ose-modules-generic (24) ...
adam@adam-laptop:~$ sudo dpkg-reconfigure virtualbox-ose-modules-generic
adam@adam-laptop:~$ sudo dpkg-reconfigure virtualbox
Package `virtualbox' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: virtualbox is not installed
adam@adam-laptop:~$ virtualbox
WARNING: The character device /dev/vboxdrv does not exist.
Please install the virtualbox-ose-modules package for your kernel,
which is likely virtualbox-ose-modules-generic.
Any ideas?[/quote]