Skip to content

Instantly share code, notes, and snippets.

@cecepm
Last active December 27, 2015 06:49
Show Gist options
  • Save cecepm/7283918 to your computer and use it in GitHub Desktop.
Save cecepm/7283918 to your computer and use it in GitHub Desktop.
Update VirtualBox Guest Additions

Warning:

[default] The guest additions on this VM do not match the installed version of
VirtualBox! In most cases this is fine, but in rare cases it can
cause things such as shared folders to not work properly. If you see
shared folder errors, please update the guest additions within the
virtual machine and reload your VM.

Guest Additions Version: 4.2.12
VirtualBox Version: 4.3

Fix

Update your virtualbox guest additions. But sometime after upgrade, vagrant still shown us warning like we seen before upgrading. Run this command to prevent warning shown up again.

VBoxManage guestproperty set <vm_id> /VirtualBox/GuestInfo/OS/Product Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment