- 1. 概要
- 2. 設定
- 3. インストール
1. 概要
以下、下記の環境での「deepin 25.1.0」の操作です。
| 項 目 | 内 容 | 備考 |
| ホスト | Windows11 Version 25H2 | |
| VitualBox | Version 7.2.6 | |
| ゲスト | deepin 25.1.0 | |
| 仮想タイプ | Linux | |
| 仮想サブタイプ | Debian | |
| 仮想バージョン | Debian(64bit) | |
| CPU | 2コア | |
| HDD | 120 GB | |
| メモリ | 4 GB | |
| グラフィックスコントローラ | VMSVGA 256MB 3D Enable | |
2. 設定
以下、すべて、「root」ユーザ権限で。
「deepin 25.1.0」は、以前に比べて、書き込み可能な領域がどんどん減っています。
まずは、書き込み可能にしておきます。
deepin-immutable-writable enable
This operation will set the system directory to read and write permissions.
And the modification operations to these directories may be discarded or retained depending on the configuration file.
Please use with caution.
Do you want to continue? [Y/n]
y Enter で答えます。
Writable layer has been enabled, please reboot to take effect
再起動します。
3. インストール
再起動後、ログインして、「root」ユーザ権限で。
システムを更新しておきます。
apt update
apt upgrade -y
画面は割愛します。
「VirtualBox」のメニューで。
「デバイス」→「Guest Additions CD イメージの挿入...」
端末を開いて、「root」ユーザ権限で。
mount /dev/sr0 /mnt
/mnt/VBoxLiunxAddisions.run
途中。
Do you wish to continue. [yes or no]
と聞かれたら yes Enter で答えます。
今度は、無事インストールできました。
この時点で、デスクトップの解像度を設定できるようになります。
umount /mnt
eject
この時点で、「VirtuialBox Guest Additions」は、有効になっています。
|
|