Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND) #6036

Closed
jfekete1 opened this issue Dec 9, 2019 · 6 comments
Labels
co/virtualbox kind/support Categorizes issue or PR as a support question. os/windows triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@jfekete1
Copy link

jfekete1 commented Dec 9, 2019

The exact command to reproduce the issue:
minicube-windows-amd64.exe start

The full output of the command that failed:


C:\Kubernetes>minikube-windows-amd64.exe start

  • minikube v1.5.2 on Microsoft Windows 10 Home 10.0.18362 Build 18362
  • Creating virtualbox VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
  • Retriable failure: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
    VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (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

Details: 00:00:01.705810 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))

  • Deleting "minikube" in virtualbox ...
  • Creating virtualbox VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
  • Retriable failure: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
    VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (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

Details: 00:00:01.671035 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))

  • Deleting "minikube" in virtualbox ...
  • Creating virtualbox VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
  • Retriable failure: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
    VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (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

Details: 00:00:01.679415 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))

  • Deleting "minikube" in virtualbox ...
  • Creating virtualbox VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
  • Retriable failure: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
    VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (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

Details: 00:00:01.664947 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))

  • Deleting "minikube" in virtualbox ...

X Unable to start VM: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (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

Details: 00:00:01.664947 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))
*

C:\Kubernetes>

The output of the minikube logs command:

The operating system version:

@tstromberg tstromberg changed the title Installation problem Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND). Dec 16, 2019
@tstromberg tstromberg changed the title Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND). 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND) Dec 16, 2019
@tstromberg
Copy link
Contributor

tstromberg commented Dec 16, 2019

This appears to be a VirtualBox bug: https://www.virtualbox.org/ticket/14832

What version of VirtualBox are you on? If you have not tried yet, I suggest upgrading to VirtualBox 6.1.

Some related articles I found:

@tstromberg tstromberg added triage/needs-information Indicates an issue needs more information in order to work on it. kind/support Categorizes issue or PR as a support question. labels Dec 16, 2019
@priyawadhwa
Copy link

Hey @jfekete1 did upgrading VirtualBox solve your issue?

@TobEnd
Copy link

TobEnd commented Feb 4, 2020

Had the same Issue. Upgrading from 6.0 to 6.1 solved it for me.

@tstromberg
Copy link
Contributor

I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it.

Thank you for opening the issue!

@juhao5208
Copy link

i had the same problem
i can start-up a kubernetes cluster successful befor update system
but i update system to 20H2 yesterday,now it cannot work when i use "minikube start"
do you slove this problem?thanks

@AskAlice
Copy link

AskAlice commented Jan 25, 2021

@tstromberg can you open this again? I get this intermittently and it requires a reboot whenever I get it. Even then it only succeeds sometimes.

It only started after I updated to the Windows 10 Insider dev builds to test nested virtualization in WSL2, but I've since switched back to WSL1 so I could get virtualbox running.
image

i have to run minikube v1.6.2 to run an older kubernetes version

minikube version
minikube version: v1.6.2
commit: 54f28ac5d3a815d1196cd5d57d707439ee4bb392

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/virtualbox kind/support Categorizes issue or PR as a support question. os/windows triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

6 participants