-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Vagrant 1.6.2 tries to use HyperV instead of Virtualbox as before #3896
Comments
This is probably due to the VirtualBox bug that was introduced in 4.3.12. 1.6.3 will fix this. |
is there a workaround for now? |
Yeah, set |
I assume you mean environment variable? $ export VBOX_MSI_INSTALL_PATH="C:\Program Files\Oracle\VirtualBox" also, once I stop it using CTRL+C, I can't run Vagrant anymore, have to logout each time. don't know which process is stuck... |
You reversed each! |
ok, this works: the original advice sounded a bit ambiguous to me, sorry |
"also, once I stop it using CTRL+C, I can't run Vagrant anymore, have to logout each time. don't know which process is stuck..." killing ruby.exe worked for me after using CTRL+C |
The usual grammar is Anyway, thanks for help! Setting the |
By the way, I'm using Vagrant 1.7.2 with VirtualBox 4.3.20 and still experienced this issue. |
Oh, looks like the issue is only reproducible when running |
I'm still seeing this same behavior with a fresh install of Vagrant 1.7.2 and VirtualBox 4.3.22 on Windows 7. I've tried using the standard Windows command prompt, and Cygwin. As with the others above, I'm able to work around the issue using the adjusted environment variable. Is this expected to be fixed at this point? Or is it possible this is a new bug? |
@angrychimp me too. VirtualBox 4.3.24 for Windows hosts x86/amd64 and Vagrant 1.7.2 for Windows 7. I'm using standard Windows cmd.exe. Deleting |
@mitchellh - can you please review this issue again and confirm if it should be reopened? Or should a new issue be created? |
@angrychimp, I had this same problem after:
I confirm that VirtualBox still installs with the |
Just ran into this issue with the latest versions: VirtualBox 5.0.10 and Vagrant 1.8.1. Changing |
you can give command as -: vagrant up --provider virtualbox |
I did delete |
I guess you are trying to do vagrant up.
Instead try vagrant up —provider virtualbox
Note-: — is double hyphen .
…Sent from my iPhone
On Nov 1, 2017, at 7:50 PM, apournaras ***@***.***> wrote:
I did delete VBOX_MSI_INSTALL_PATH and created VBOX_INSTALL_PATH and set it to C:\Program Files\Oracle\VirtualBox but I vagrant still tries to use Hyper-v instead of Virtualbox on Windows 8.1. I use vagrant 2.0.0 and virtualbox 5.2.0
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@uttamanand thanks for the help. The problem was that vagrant can use virtualbox version <5.1 while I had the 5.2 version. Now it runs even without the |
Cool.
…Sent from my iPhone
On Nov 1, 2017, at 8:41 PM, apournaras ***@***.***> wrote:
@uttamanand thanks for the help. The problem was that vagrant can use virtualbox version <5.1 while I had the 5.2 version. Now it runs even without the —provider virtualbox
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I have a Vagrant setup created couple months ago. it uses Virtualbox provider.
now I installed Vagrant 1.6.2 on a new computer and started it for the first time in the folder where I keep my Vagrant configuration files (provisioning and Vagrantfile): "vagrant up".
for some reason it's trying to use HyperV instead of Virtualbox:
had to stop it using CTRL_C because it seems to be frozen.
I'm using Virtualbox 4.3.12
The text was updated successfully, but these errors were encountered: