http://store.steampowered.com/steamos/

https://gist.github.com/voltagex/7955961

http://www.redgamingtech.com/how-to-install-steamos-on-virtual-box-virtual-machine/

SteamOS のベータ版がリリースされたので、インストールしてみました。

SteamOS はDebian ベースのようです。
手順にしたがってISO に変換して仮想環境にインストールしてみました。
たまたま外出中で手元にPC がないので、スマートフォンから自宅のLinux マシンにVNC over SSH で繋いで作業してみました。ソフトキーボードは面倒ですね。

PrintScreen キーが使えなかったので、xwd を使いましたが、画像が少し変です。

# uname -a
Linux steamos 3.10-3-amd64 #1 SMP Debian 3.10.11-1st1 (2013-11-15) x86_64 GNU/Linux
# gnome-shell --version
GNOME Shell 3.4.2

魔改造

/etc/apt/sources.list
deb http://ftp.jp.debian.org/debian stable main contrib non-free
deb-src http://ftp.jp.debian.org/debian stable main contrib non-free

deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free

/etc/apt/sources.list
deb http://ftp.jp.debian.org/debian experimental main contrib non-free
deb-src http://ftp.jp.debian.org/debian experimental main contrib non-free

deb http://ftp.debian.org/debian/ -updates main contrib non-free
deb-src http://ftp.debian.org/debian/ -updates main contrib non-free

deb http://security.debian.org/ /updates main contrib non-free
deb-src http://security.debian.org/ /updates main contrib non-free