コレグレーデギネード

WindowsとかUbuntuとかRubyとかRailsとか

Windows7のVirtualBoxでGuestOSインストールしたUbuntuをフルサイズの画面設定で使用したい。

今更な記事ですが、Ubuntu 14.04 LTS コードネーム Trusty Tahr(頼りになる タール?)が2014年4月17日にリリースされました。
サポート期間は2019年4月まで。
12.04 LTS は2017年4月なので更に2年長いサポートになります。

やりたいこと
Windows7VirtualBoxのGuestOSとして Ubuntu14.04 LTS Desktop を動かす!のみ。

Japanese Team から日本語 RemixのISOイメージがダウンロードできます。
Ubuntu Japanese Team

無事にインストールできたところで(かなりの端折り注意)

全画面に切り替えても自動で広がってくれない。
ぐぐる

参考:http://weathercook.hatenadiary.jp/entry/20110327/1301250226 謝謝!

GuestOSのウインドウにあるメニュー、デバイス>「GuestAdditionsのCDイメージを挿入」を選択。

ターミナルが立ち上がりゴリゴリ動きます。
コーヒーでも飲んでしばらく待ちましょう。

マウント処理が終了すると、CD-ROMのアイコンがデフォルト左側のメニューに追加されます。

パスは以下の通り。

/media/username/VBOXADDITIONS_4.3.12_93733/

又はmediaディレクトリ直下の場合もある。

/media/VBOXADDITIONS_4.3.12_93733/

イメージの中のファイルを確認。

$ cd /media/username/VBOXADDITIONS_4.3.12_93733/
$ ls
32Bit 64Bit AUTORUN.INF OS2 VBoxLinuxAdditions.run
VBoxSolarisAdditions.pkg VBoxWindowsAdditions-amd64.exe
VBoxWindowsAdditions-x86.exe VBoxWindowsAdditions.exe
autorun.sh cert runasroot.sh

今回使用するのはこのファイル
VBoxLinuxAdditions.run

$ sudo sh VBoxLinuxAdditions.run

Verifying archive integrity... All good.
Uncompressing VirtualBox 4.3.12 Guest Additions for Linux............
VirtualBox Guest Additions installer
Removing installed version 4.3.12 of VirtualBox Guest Additions...
Copying additional installer modules ...
Installing additional modules ...
Removing existing VirtualBox non-DKMS kernel modules ...done.
Building the VirtualBox Guest Additions kernel modules
The headers for the current running kernel were not found. If the following
module compilation fails then this could be the reason.

Building the main Guest Additions module ...done.
Building the shared folder support module ...done.
Building the OpenGL support module ...done.
Doing non-kernel setup of the Guest Additions ...done.
You should restart your guest to make sure the new modules are actually used

ゴリゴリ終了後、再起動で解決!

スッキリです!