VirtualBox - Guest Additions インストール - MX Linux - 17.1
- 1. 概要
- 2. コマンドラインからインストール
1. 概要
果たしてインストールできますでしょうか。
VirtualBox のメニューで
「デバイス」→「Guest Additions CD イメージの挿入...」
ファイルマネージャが開いちゃいました。

ターミナルを開いてシェルを起動してみようとしたのですが・・・これが動かない。
(参考サイトを掲載していましたが、リンク切れになりました)
2. コマンドラインからインストール
ターミナルを開いて
su
パスワード: ← root パスワードを入力
cd /メディアのパス/VBox のパス/
./VBoxLinuxAdditions.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.2.16 Guest Additions for Linux........
VirtualBox Guest Additions installer
This system appears to have a version of the VirtualBox Guest Additions
already installed. If it is part of the operating system and kept up-to-date,
there is most likely no need to replace it. If it is not up-to-date, you
should get a notification when you start the system. If you wish to replace
it with this version, please do not continue with this installation now, but
instead remove the current version first, following the instructions for the
operating system.
If your system simply has the remains of a version of the Additions you could
not remove you should probably continue now, and these will be removed during
installation.
Do you wish to continue? [yes or no]
とここまで動かして、やっとわかった・・・。
VirtualBox 上でインストールしたら、Guest Additions が自動でインストールされてる?
no Enter でぬけて。
確認
$ pgrep -lf VB
444 iprt-VBoxWQueue
2749 VBoxService
3667 VBoxClient
3669 VBoxClient
3677 VBoxClient
3678 VBoxClient
3684 VBoxClient
3685 VBoxClient
3689 VBoxClient
3690 VBoxClient
う~む。既に動いてるっぽいです。
|
|