|
archlinux virtualbox net bridge net error |
|
作者:过客 发表日期:2015-12-25 00:55:00 点击:260 |
|
在archlinux上,用virtualbox运行xp虚拟机,当网络配置改为 bridge的时候,遇到了这样一个错误 arch Failed to open/create the internal network 'HostInterfaceNetworking-eth0' (VERR_SUPDRV_COMPONENT_NOT_FOUND). 这是因为有一个模块系统默认是没有加载进来的。 lsmod | grep vbox If not load it manually: insmod /lib/modules/2.6.32-ARCH/misc/vboxnetflt.ko 即,我们需要手动将vboxnetflt.ko模块加载进来。
执行 modprobe vboxnetflt |
