22ヶ月ぶりにDebianのバージョンアップされました!
早速、ダウンロードしてUbuntu上のVBox環境にインストールしました。
Ubuntuの影響かGUIは格段によくなっています。GNOMEなのでメニューや画面レイアウトは、ぱっとみただけでは同じように見えます。
デフォルトで日本語入力ができ、この記事も新環境から書きました。
Eee PCを公式にサポートしているので、サクサク動くなら乗り換えてもいいかなと思っています。
Ubuntu 9.04も気になるところですが…
Debian5.0でVBoxのAdditionsは、そのまま実行できませんでした。
debian50:/cdrom# ./VBoxLinuxAdditions-x86.run bash: ./VBoxLinuxAdditions-x86.run: /bin/sh: bad interpreter: 許可がありません debian50:/cdrom# ls -l VBoxLinuxAdditions-x86.run -r-xr-xr-x 1 root root 1518990 2008-10-24 03:52 VBoxLinuxAdditions-x86.run debian50:/cdrom#
シェルから起動すれば問題なし。
debian50:/cdrom# sh ./VBoxLinuxAdditions-x86.run Verifying archive integrity... All good. Uncompressing VirtualBox 2.0.4 Guest Additions for Linux installation......................................................................................................................................................................................... VirtualBox 2.0.4 Guest Additions installation Please install GNU make. Please install the build and header files for your current Linux kernel. The current kernel version is 2.6.26-1-686 Please install the GNU compiler. Problems were found which would prevent the Guest Additions from installing. Please correct these problems and try again. debian50:/cdrom#