You are not logged in.

#1 2010-04-06 01:53:50

horsecool
Member
Registered: 2008-12-22
Posts: 55

[solved] VirtualBox(Arch host, XP guest): Bridged Adapter

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

#2 2010-04-06 03:53:22

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: [solved] VirtualBox(Arch host, XP guest): Bridged Adapter

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

#3 2010-04-06 14:55:41

stryder
Member
Registered: 2009-02-28
Posts: 500

Re: [solved] VirtualBox(Arch host, XP guest): Bridged Adapter

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.

http://bbs.archlinux.org/viewtopic.php?id=85990

Offline

#4 2010-04-06 16:39:23

horsecool
Member
Registered: 2008-12-22
Posts: 55

Re: [solved] VirtualBox(Arch host, XP guest): Bridged Adapter

it works like a charm after I loaded the vboxnetflt module. Thanks a lot!!

Offline

#5 2015-09-07 20:50:59

vujke
Member
From: Belgrade, Srebia
Registered: 2012-03-10
Posts: 17

Re: [solved] VirtualBox(Arch host, XP guest): Bridged Adapter

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

#6 2015-09-07 21:14:56

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,609
Website

Re: [solved] VirtualBox(Arch host, XP guest): Bridged Adapter

vujke wrote:

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

Board footer

Powered by FluxBB