Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created December 5, 2013 01:47
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betweenbrain/7798873 to your computer and use it in GitHub Desktop.
Save betweenbrain/7798873 to your computer and use it in GitHub Desktop.
Disable VT-X in Vagrantfile
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--hwvirtex", "off"]
end
@josefglatz
Copy link

Thank you @ex3m1024 for this info!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment