Skip to content

Instantly share code, notes, and snippets.

@ntfc
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntfc/3756cb21895161330372 to your computer and use it in GitHub Desktop.
Save ntfc/3756cb21895161330372 to your computer and use it in GitHub Desktop.
Vagrant + VirtualBox guest additions

If when issuing vagrant up you come across with a VirtualBox Guest Additions problem (version mismatch, or vagrant-vbguest auto-installation fails) try the following:

  • Install vagrant-vbguest
  • vagrant ssh to the machine, and install Guest Additions manualy
  • vagrant ssh to the machine, run yum install kernel-devel, and reboot (or install Guest Additions manually)
  • If all the previous fails, vagrant ssh to the machine, yum update and then try to install Guest Additions again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment