LoginSignup
2
4

More than 5 years have passed since last update.

VirtualBoxにインストールしたdebianにGuest Additionをインストールすると失敗する場合

Posted at

VirtualBox Guest Additionをインストールしようとすると

vboxadd.sh: Building Guest Additions kernel modules.
Failed to set up service vboxadd, please check the log file
/var/log/VBoxGuestAdditions.log for details.

で止まる場合。

以下のようにインストール。(gccとかはインストールしてあること前提)

apt-get install build-essential module-assistant linux-headers-$(uname -r)

あとは普通に

su
sh VBoxLinuxAdditions.run

でOK。

2
4
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
2
4