geerlingguy / ansible-for-devops

Ansible for DevOps examples.
https://www.ansiblefordevops.com
MIT License
8.51k stars 3.48k forks source link

Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND) #582

Open sangammis opened 7 months ago

sangammis commented 7 months ago

LENOVO@DESKTOP-GBQPVM8 MINGW64 /c/Devops/BashScripts $ vagrant up scriptbox Bringing machine 'scriptbox' up with 'virtualbox' provider... ==> scriptbox: Checking if box 'geerlingguy/centos7' version '1.2.27' is up to date... ==> scriptbox: Clearing any previously set forwarded ports... ==> scriptbox: Clearing any previously set network interfaces... ==> scriptbox: Preparing network interfaces based on configuration... scriptbox: Adapter 1: nat scriptbox: Adapter 2: hostonly ==> scriptbox: Forwarding ports... scriptbox: 22 (guest) => 2222 (host) (adapter 1) ==> scriptbox: Running 'pre-boot' VM customizations... ==> scriptbox: Booting VM... There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "5b3fa4f2-c6ec-4b11-bc27-972959a39875", "--type", "headless"]

Stderr: VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2' (VERR_INTNET_FLT_IF_NOT_FOUND). VBoxManage.exe: error: Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole