I have windows 10 and there was issues. Issue was with vagrant-vbox and network adapters, vbox or vagrant create about 10 Virtual network adapters. I delete them all and there was one for my homestead machine. Now homestead wont' up. And after trying to start VM with homestead through GUI of VBox I get this error.
Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND). Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
I try to use vagrant reload --provision but this have no effect.
Is it possible to fix my issue without reinstall of homestead?