Hi folks,

Problem solved as follow:

$ cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
...
...
insmod /lib/modules/2.6.32-22-generic/updates/dkms/vboxnetflt.ko
...
- end -


Now the kernel has been upgraded to 2.6.32.23-generic.  Therefore it can't work.

Change above line as:
insmod /lib/modules/2.6.32-23-generic/updates/dkms/vboxnetflt.ko


Reboot

Then all VMs revive.  Thanks


B.R.
Stephen L





----- Original Message ----
From: Stephen Liu <[email protected]>
To: Community mailing list of VirtualBox users 
<[email protected]>
Sent: Mon, July 5, 2010 11:38:17 PM
Subject: Re: [VBox-users] VM can't start after kernel upgrade

----- Original Message ----

From: Bob Wickline <[email protected]>
To: Community mailing list of VirtualBox users 
<[email protected]>
Cc: Community mailing list of VirtualBox users 
<[email protected]>
Sent: Mon, July 5, 2010 10:30:52 PM
Subject: Re: [VBox-users] VM can't start after kernel upgrade

> Run:

> /etc/init.d/vboxdrv setup

> like it says and it will be all good.


Sorry, no, I tried.


$ sudo /etc/init.d/vboxdrv setup
...
....
* Starting VirtualBox kernel module                                      
* modprobe vboxnetflt failed. Please use 'dmesg' to find out why


Failed


$ dmesg | grep vboxnetflt
[   16.711464] vboxnetflt: disagrees about version of symbol module_layout


$ apt-cache policy dkms
dkms:
  Installed: 2.1.1.2-2fakesync1
  Candidate: 2.1.1.2-2fakesync1
  Version table:
*** 2.1.1.2-2fakesync1 0
        500 http://hk.archive.ubuntu.com/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status


$ ls -l /lib/modules/2.6.32-23-generic/updates/dkms/
total 2212
-rw-r--r-- 1 root root 1879824 2010-07-05 22:54 vboxdrv.ko
-rw-r--r-- 1 root root  261184 2010-07-01 07:41 vboxguest.ko
-rw-r--r-- 1 root root   12976 2010-07-05 22:54 vboxnetadp.ko
-rw-r--r-- 1 root root   28712 2010-07-05 22:54 vboxnetflt.ko
-rw-r--r-- 1 root root   62856 2010-07-01 07:43 vboxvfs.ko
-rw-r--r-- 1 root root    6752 2010-07-01 07:42 vboxvideo.ko


B.R.
Stephen L




--  Sent from my iPod Touch


On Jul 5, 2010, at 8:41, Stephen Liu <[email protected]> wrote:

> Hi folks,
> 
> host - Ubuntu 10.04 64 bit
> 
> After upgrade the kernel to "Linux ubuntu910 2.6.32-23-generic", all VMs 
> can't be started if selecting:-
> 
> On Settings:
> -> Network
> Attached to: Bridged Adapter
> Name: br0
> 
> with following warning popup:-
> Failed to open/create the internal network 'HostInterfaceNetworking-br0' 
> (VERR_SUPDRV_COMPONENT_NOT_FOUND)
> 
> Failed to attach the network LUN
> (VERR_SUPDRV_COMPONENT_NOT_FOUND)
> 
> One of the kernel modules was not successfully loaded. Make sure that no 
> kernel modules from an older version of VirtualBox exist. Then try to 
> recompile and reload the kernel modules by executing '/etc/init.d/vboxdrv 
> setup' as root (VERR_SUPDRV_COMPONENT_NOT_FOUND).
> 
> 
> If selecting;
> Attached to : NAT
> 
> then all VMs can be started.  Please help.  TIA
> 
> 
> B.R.
> Stephen L
> 
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> VBox-users-community mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/vbox-users-community

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community




------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community




------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community

Reply via email to