LoginSignup
10
5

More than 5 years have passed since last update.

"VBoxClient (seamless): failed to start" エラーが出てしまったときの解決方法

Last updated at Posted at 2018-04-07

Virtualbox環境でUbuntuにGuest Additionsをインストールしようとしてハマった

vboxerror.png

Virtualbox環境でUbuntu17.10にGuest Additionsをインストールしようとしてハマったので解決策をメモ代わりに書いときます。

起こった問題

新しい環境をセットアップし、Guest Additionsをインストールしたときに以下のエラーが出てしまいました。

VBoxClient (seamless): failed to start. Stage: Setting guest IRQ filter mas Error: VERR_INTERNAL_ERROR

原因

こちらで調べてみるとインストール時に必要なライブラリがないためエラーが起こっているようです。

解決方法

ですので以下の必要なライブラリをインストールしておきましょう。

  • gcc
  • make
  • perl
terminal
$ sudo apt install gcc make perl -y

後はGuest Additionsを再インストールして再起動すれば終わりです。

終わりに

久々にセットアップとかをするとこういう問題にぶち当たってモチベーションが下がってしまいますよね。
この問題の解決策を書いている日本語の記事があまり見当たらなかったので苦労しました。
何かのお役に立てたなら幸いです。

10
5
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
10
5