Powered by Blogger.

Wednesday, August 7, 2013

Virtualbox: VERR_SUPDRV_COMPONENT_NOT_FOUND

No comments :
The main error message was:
failed to open/create the internal network and verr_supdrv_component_not_found
I googled and came up with a fix:
insmod /lib/modules/`uname -r`/extramodules/vboxnetflt.ko.gz
insmod /lib/modules/`uname -r`/extramodules/vboxnetadp.ko.gz
or command line :
modprobe vboxnetflt

No comments :

Post a Comment