VirtualBox - Guest Additions インストール - openSUSE - 15.3 - GNOME
- 1. 概要
- 2. インストール
- 3. 確認
1. 概要
「openSUSE 15.3 Leap GNOME」での操作です。
「VirtualBox Guest Additions」をインストールします。
2. インストール
ゲストにグラフィックログインします。
ホストの操作で、「VirtualBox」のメニュー
「デバイス」→「Guest Additions CD イメージの挿入」(キャプチャは、省略いたしております)
「キャンセル」
端末を開いて、「root」ユーザ権限で
mount /dev/sr0 /mnt
/mnt/VBoxLinuxAdditions.run
途中、問い合わせがあります。「yes」Enter で答えます。
インストールが終了したら
umount /mnt
eject
更に
vi /etc/gdm/custom.conf
# GDM configuration storage
#
# Note: settings from /etc/sysconfig/displaymanager have a higher priority
#
[daemon]
InitialSetupEnable=False
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false
を下記に書き換えます。
# GDM configuration storage
#
# Note: settings from /etc/sysconfig/displaymanager have a higher priority
#
[daemon]
InitialSetupEnable=False
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
DefaultSession=gnome-xorg.desktop
そうしないと、「VBoxClient」が起動しないのです。
その辺のいきさつは、「VirtualBox - Guest Additions インストール - openSUSE - 15.2」をご参照ください。
端末を閉じて、再起動します。
3. 確認
再起動後、グラフィックログインして、動作を確認しました。
上記は、ゲスト上でキャプチャしたものを「VirtualBox Guest Additions」のクリップボードを通して、取得したものです。
|
|