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 causes BOSD #1208

Closed
localdevm opened this issue Jun 1, 2017 · 6 comments
Closed

Vagrant up causes BOSD #1208

localdevm opened this issue Jun 1, 2017 · 6 comments

Comments

@localdevm
Copy link

localdevm commented Jun 1, 2017

Expected Behavior

Just a normal vagrant up

Current Behavior

Pc crashes with service exception BOSD

Steps to Reproduce (for bugs)

vagrant code

Vagrant.configure("2") do |config|

  config.vm.box = "ubuntu/trusty64"
  config.vm.hostname = "maarten.be"
  config.vm.network "private_network", ip: "172.16.240.81"
  config.vm.network "forwarded_port", guest: 8080, host: 1264
  config.vm.provision "shell", path: "nginx-prov.sh"



end`

Provision shell

#!/usr/bin/env bash

apt-get update
apt-get install -y git
apt-get install -y nodejs
apt-get install -y mongodb
apt-get install -y npm
apt-get install -y w3m
nodejs
npm install --save body-parser
npm install --save nodejs
npm install --save ui-router
npm install --save angularjs
npm install --save express
npm install --save mongodb



git clone https://username:[email protected]/themaawaa/stackweb

sudo service mongodb start
nodejs stackweb/server.js

sudo w3m localhost:8080

Context

Whenever I am doing Vagrant Up and it gets to it's end cycle it just throws a blue screen. I can't actually see the error because it just instantly crashed my pc

Your Environment

Vagrant v1.9.5
Windows 10 Pro
Virtualbox "ubuntu/trusty64"

Tried solutions

  1. Reinstalling Vagrant
  2. Reinstalling VirtualBox
  3. Reinstalling windows
  4. Ran a different vagrantfile
@tomjn
Copy link
Member

tomjn commented Jun 6, 2017

You can modify system settings to not reboot when a blue screen of death occurs. Finding out what the error message on the BSOD is super critical, and your problem is impossible to resolve without knowing that.

It may also be possible to find out what it was from logs, but it's a stretch

@Shawdooow
Copy link

I also have this problem, any information I can provide to help?

-Win 10 64x
-Vagrant 1.9.7

@tomjn
Copy link
Member

tomjn commented Aug 17, 2017

@themaawaa @Shawdooow I'm going to close this out, it doesn't appear to be a VVV install from the information provided. If that's not the case, reopen with the VVV version, a log of vagrant up --provision --verbose on a fresh vanilla VVV 2 install, and the stop code from the BSOD ( you can acquire this in Windows once its restarted ). We try to help with VVV support, but we can't help with arbitrary vagrant boxes that don't run VVV, and we can't provide support for custom vagrant files.

@tomjn tomjn closed this as completed Aug 17, 2017
@localdevm
Copy link
Author

localdevm commented Aug 17, 2017 via email

@tomjn
Copy link
Member

tomjn commented Aug 17, 2017

When HyperV is turned on, only Hyper V boxes will work. Virtualbox/VMWare/etc will not function, and there is no workaround other than to turn off HyperV, or petition Microsoft to re-engineer it

@lock
Copy link

lock bot commented Feb 22, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Feb 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants