Skip to content

Instantly share code, notes, and snippets.

@kazoo0217
Created November 14, 2017 01:33
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 kazoo0217/c70c021f3d00b4660ef2926140d15f2d to your computer and use it in GitHub Desktop.
Save kazoo0217/c70c021f3d00b4660ef2926140d15f2d to your computer and use it in GitHub Desktop.
Vagrant GuestAdditions のアップデートでこける時の対処方法

VirtualBox + Vagrant で開発環境を使っていて、 VirtualBox を更新したりすると GuestAdditions のインストールでこけることがしばしばある。

vagrant-vbguest plugin を入れていても安心できない。

強制的に VBoxLinuxAdditions を実行したいとき、以下の手順でうまくいった。

vagrant vbguest --do install --no-cleanup
vagrant ssh
yes | sudo /mnt/VBoxLinuxAdditions.run

refs: dotless-de/vagrant-vbguest#267

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