LoginSignup
3
1

More than 5 years have passed since last update.

vagrant up 時に [default] GuestAdditions versions on your host (5.1.12) and guest (5.1.10) do not match. と表示される。

Last updated at Posted at 2017-01-07

GuestAdditions の version が古いとのことなので、以下を実行する。

vagrant plugin install vagrant-vbguest
…
vagrant vbguest
…
vagrant halt
==> default: Attempting graceful shutdown of VM...
vagrant up
…
[default] GuestAdditions 5.1.12 running --- OK.
…

以上です。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1