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

vagrant up not working #96

Open
elm3lm3mr opened this issue Jul 9, 2018 · 6 comments
Open

vagrant up not working #96

elm3lm3mr opened this issue Jul 9, 2018 · 6 comments

Comments

@elm3lm3mr
Copy link

i get this message when i try to use vagrant ssh although i already did vagrant up
"VM must be created before running this command. Run vagrant up first."
capture
is there any one who can help?

@EngDiesel
Copy link

+1 🤔

I had the same problem and the search engines doesn't help.

@SteveWooding
Copy link
Contributor

A common issue is not having virtualization settings turned on in the BIOS of your PC. That would be the first thing to check.

@EngDiesel
Copy link

Thanks @SteveWooding for replying to me.
Solved by changing the code page to 1252 using this command: chcp 1252

@SteveWooding
Copy link
Contributor

OK, that's great!

@zhaoqinghuan
Copy link

thank you all!

@Ayamuhammad
Copy link

Try Enabling the virtualization extensions in BIOS.
steps Here

Or try this one (worked with me):

  1. before running the command $ vagrant up change your code page to 1252
    _

$ chcp.com 1252

_

  1. cd to vagrant and run the comment $ vagrant up again
  2. wait for installation ( took around 30 min to finish) then when you get back to to the prompt run the command $ vagrant ssh and this should do the login

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants