problem with upgrade to VirtualBox 2

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Muts
Posts: 39
Joined: 20. Jul 2008, 16:55
Contact:

problem with upgrade to VirtualBox 2

Post by Muts »

Hi all!

I uninstalled VirtualBox 1.6.6 from my kubuntu 7.10 system, and installed the correct .deb of VirtualBox 2.0.0, but if I try to start my virtual install of win XP I get this error:

Code: Select all

The VirtualBox support driver which is running is from a different version of VirtualBox. You can correct this by stopping all running instances of VirtualBox and reinstalling the software..
VBox status code: -1912 (VERR_VM_DRIVER_VERSION_MISMATCH).

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Console
Interface: IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}
I know perfectly fine what it means, but how do I fix it?
(I tried a reinstall, but that's completely pointless since installed deb packages are the same each time you try it again.)

I guess the VirtualBox kernel module is still the 1.6.6 version, but can I manually upgrade it?

I first thought I simply needed to reboot, so that the newer kernel module would get loaded but that's not the case. :(
dependency hell? => /bin/there/done/that
janmartin3
Posts: 22
Joined: 4. Sep 2008, 11:11
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu
Location: Germany

Post by janmartin3 »

Or you could simply update the Guest Additions from 1.6.6 to 2.0.0??
Muts
Posts: 39
Joined: 20. Jul 2008, 16:55
Contact:

Post by Muts »

I do not think this has anything to do with the guest additions. These only work when the guest OS is booted up to the point where various drivers and services are started. I get the error immediately when I try to run the virtual machine, even before the 'fake' bios starts running, so the guest additions are in no way active or contributing to the problem. I would also think the guests are able to boot with older guest additions, otherwise the additions would need to be removed before one can upgrade VirtualBox itself.

The problem I have is the software that is needed on the host system, on linux this is a kernel module that provides various functions to the VirtualBox program. (At least this is the way that Vmware does it, it must be the same with VirtualBox.)

Thanks for thinking along though. :)
dependency hell? => /bin/there/done/that
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Post by TerryE »

Did you reboot Ubuntu after the install?
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
Muts
Posts: 39
Joined: 20. Jul 2008, 16:55
Contact:

Post by Muts »

I tried that, but it did not help.

I mentioned this in my first post, but I was not very clear in my writing. :)
dependency hell? => /bin/there/done/that
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

I upgraded to 2.0 today too, and I saw some residual config left from 1.6.6 in my package manager. The only way to remove that, was uninstall 2.0, install 1.6.6 again and purge remove it. After that, I installed 2.0 again and it works like a charm. Be sure to clear your DKMS tree too before installing 2.0 after the full removal of 1.6.6.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Muts
Posts: 39
Joined: 20. Jul 2008, 16:55
Contact:

Post by Muts »

Indeed, that helped. Thanks a lot!

Would this be a bug with the deb packaging system? Or is VirtualBox responsible?

I guess more people might encounter this.
dependency hell? => /bin/there/done/that
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

I think both. First VB because it doesn't update the kernel module properly, second the install system of the distro for not clearing the files correctly.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply