You are not logged in.
Pages: 1
Topic closed
It's fairly easy to enable it in VirtualBox. But whenever I start the xp, VirtualBox gives me:
Failed to start the virtual machine XP.
Failed to open/create the internal network 'HostInterfaceNetworking-eth0' (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).
My VirtualBox version is Version 3.1.4. And this is the first time I try it, so there should be no "older version" exists in my computer...
(I am trying to use it to connet to the vpn server in my department, the default NAT connection won't do it, that's why I need the bridged adapter).
I will really appreciate if anyone can help.
Last edited by horsecool (2010-04-06 16:40:39)
Offline
One of the kernel modules was not successfully loaded.
Did you load the vbox modules ? In your /etc/rc.conf you shouls have in the MODULES line:
MODULES=(... vboxdrv vboxnetflt)
Also, in case of doubt, to rebuild the modules, execute on the command line:
vbox_build_module
Mektub
Follow me on twitter: https://twitter.com/johnbina
Offline
Check that vboxnetflt is loaded if you have already put it in your modules line in rc.conf
lsmod | grep vbox
If not load it manually:
insmod /lib/modules/2.6.32-ARCH/misc/vboxnetflt.ko
You can put this in your /etc/rc.local for a more permanent solution.
Offline
it works like a charm after I loaded the vboxnetflt module. Thanks a lot!!
Offline
I know this is the old post, but I had the same problem.
Here is what you have to do if you use Kernel 4.1:
sudo insmod /lib/modules/4.1.6-1-ARCH/extramodules/vboxnetflt.ko.gz
Offline
I know this is the old post
Then please don't necrobump solved topics. You have been here long enough to know the rules.
https://wiki.archlinux.org/index.php/Fo … bumping.22
Closing.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1
Topic closed