I've tried fixing the virtualbox problem, but ran out of options / things to google. I'm stuck. and like I said a lot of virtualbox users here maybe one encounterd the same problem. or knows how to fix it. Or get it up and running via console only.
And I know virtualbox works, I have an other computer with it running just fine (other OS though) so that's not the problem.
Didn't do really those things, but I was thinking: I'm almost sure that the vm worked on this computer, and by upgrading vagrant, homestead and virtualbox it stopped working. so i'm thinking that the problem can be that VB wants to load a vm that isn't on my pc and that is causing the problems
@dugjohnson solution worked for me.
but homestead ssh gives this error: "'VAGRANT_DOTFILE_PATH' is not recognized as an internal or external command,
operable program or batch file."
Maybe some of you guys can join in the comments, try out the changes in the PR and confirm they fix the issue for you and @TaylorOtwell will accept the PR soon? I suppose he needs to test it out on Linux/Mac systems to make sure it doesn't break something there before he pulls in the changes.
first I installed VirtualBox V1.3.12, that one was able to launch the GUI
Then trying to start the box, I discoverd that I had missing drivers.
So i did:
C:\Program Files\Oracle\VirtualBox\drivers\USB\filter
Select VBoxUSBMon.inf and click the right mouse button. Then pick Install.
Go to
C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv
Select VBoxDrv.inf and click the right mouse button. Then pick install.
Just wanted to add, if you have installed homestead via composer you can simply clone git@github.com:maddhatter/homestead.git and copy the files (excluding the git repo) to %APPDATA%\Roaming\Composer\vendor\laravel\homestead.
Fixed the issue for me, from my experience Taylor takes a while to merge PRs for homestead so this will work in the interim.
I was not sure whether to start new thread or post here, so I'll try here.
Homestead suddenly stopped working on my stationary, I suggest after a power failure (didn't use it for a couple of weeks, and now I can't properly vagrant up it).
As I see in VB GUI the box is actually loaded, BUT Ubuntu itself does not launch: it hangs on menu where user has to choose what to boot:
I tried to completely reinstall all software (VB, Vagrant). Also destroyed Homestead and recreated it. Nothing helps :(