Can't start VM (driver mismatches)
Posted: 19. Feb 2009, 12:57
Hi,
My Logfile:
uname:
modinfo:
start command:
EDIT: Oh, I've forgot the dmesg. After "modprobe vboxdrv":
Any ideas?
Greetings
My Logfile:
Code: Select all
piripiri190:~/.VirtualBox# cat Machines/Windows/Logs/VBox.log
00:00:00.078 VirtualBox 2.0.6 r39765 linux.x86 (Nov 21 2008 22:09:57) release log
00:00:00.078 Log opened 2009-02-19T09:55:11.229809000Z
00:00:00.078 OS Product: Linux
00:00:00.078 OS Release: 2.6.18-6-amd64
00:00:00.078 OS Version: #1 SMP Sat Dec 27 11:12:41 UTC 2008
00:00:00.078 Package type: LINUX_32BITS_DEBIAN_4_0
00:00:00.082 VRDP: TCP server listening on port 3389.
00:00:00.083 Support driver version mismatch: DriverVersion=too-old ClientVersion=0x90000
00:00:00.083 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={e3c6d4a1-a935-47ca-b16d-f9e9c496e53e} aComponent={Console} aText={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..
00:00:00.083 VBox status code: -1912 (VERR_VM_DRIVER_VERSION_MISMATCH)} aWarning=false, preserve=false
00:00:00.089 Power up failed (vrc=VERR_VM_DRIVER_VERSION_MISMATCH, hrc=NS_ERROR_FAILURE (0X80004005))
00:00:00.096 VRDP: TCP server closed.
piripiri190:~/.VirtualBox#
Code: Select all
piripiri190:~/.VirtualBox# uname -a
Linux piripiri190.******** 2.6.18-6-amd64 #1 SMP Sat Dec 27 11:12:41 UTC 2008 x86_64 GNU/Linux
Code: Select all
piripiri190:~/.VirtualBox# modinfo /lib/modules/2.6.18-6-amd64/misc/vboxdrv.ko
filename: /lib/modules/2.6.18-6-amd64/misc/vboxdrv.ko
author: Sun Microsystems, Inc.
description: VirtualBox Support Driver
license: GPL
version: 2.0.6 (0x00090000)
vermagic: 2.6.18-6-amd64 SMP mod_unload gcc-4.1
depends:
srcversion: F0E36FAF24C2CB2D5600483
parm: force_async_tsc:force the asynchronous TSC mode (int)
Code: Select all
piripiri190:~/.VirtualBox# VBoxVRDP -startvm "Windows"
VirtualBox Headless Interface 2.0.6
(C) 2008 Sun Microsystems, Inc.
All rights reserved
Listening on port 3389
Error: failed to start machine. Error message: 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)
Code: Select all
vboxdrv: Trying to deactivate the NMI watchdog permanently...
vboxdrv: Found 1 processor cores.
vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
vboxdrv: Successfully loaded version 2.0.6 (interface 0x00090000).
ioctl32(VBoxHeadless:8531): Unknown cmd fd(7) cmd(c0305601){00} arg(ffe14a24) on /dev/vboxdrv
Greetings