-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error with machine config #5
Comments
(Sorry for causing problems) Next error message, after the machine tries to boot up:
I can't seem to find any type of log file that might say why it is not starting up properly. |
@yellis Try |
Yeah, I tried that a few times already. Same result each time. On Wed, Nov 6, 2013 at 3:07 PM, Jason Punyon [email protected]:
|
hashicorp/vagrant#1871 Looks like this always means a bug with VirtualBox (which doesn't surprise me, they've been seriously fucking up lately). Maybe try an older version of VirtualBox. What OS are you on? |
Windows 8.1 On Wed, Nov 6, 2013 at 3:12 PM, Jason Punyon [email protected]:
|
What version of VirtualBox is working for you? On Wed, Nov 6, 2013 at 3:15 PM, Yaakov Ellis [email protected] wrote:
|
I'm not on Win 8.1, but I believe the last sane version was 4.12? |
@rossipedia: Thoughts? |
Hmmmm lemme give it a shot here |
@yellis which version of Virtual Box are you running? I'm using 4.3 on 8.1 and wasn't able to reproduce this. |
I was on 4.3, windows 8.1. Completely fresh install of virtual box and
|
Try turning on gui mode for the box:
Hopefully the boot process of the vm will give some more insight as to what's going on. This forum post indicates that |
I tried it with VirtualBox 4.1.28, no go. Gist of the log file here. Looks like the issue happens around line 2280 when in the Did some poking around to see if anyone else had something similar. The closest that I can find is this thread, but couldnt see any replies that added anything. I also found this thread, which sites a very similar vagrant error. There is seems that the issue was with VirtualBox 4.2.14, with issue fixed in 4.2.16. So similar, but nothing there that I could use. Any thoughts on something else to try? Otherwise I might have to throw in the towel on this one... |
The error from the log file is:
Are you using 32 bit Virtual Box? Also, I believe with recent VirtualBox versions PAE support is under the |
That did it! Thanks @rossipedia. The exact setting that I needed to change was in the Virtual Box GUI, Settings > Processor tab > check [Enable PAE/NX]. Then start up the box in the VB GUI (starting it using vagrant up from the command line still does not work). |
Final fix on this - per here I had to enable virtualization in my computer bios. |
Ahhhh that makes sense. |
Makes sense...and quite annoying. |
With the new config update, the vagrant box completed download successfully. Now it is giving the following error (appeared immediately after the download completed):
The text was updated successfully, but these errors were encountered: