Nexus7にUbuntu13.04インストール(2)

このエントリーをはてなブックマークに追加

前回、見事にNexus7へUbuntu13.04を
インストールしようとしたところ、失敗に
おわりました。

ubuntu-nexus7-installerを追加した
リポジトリから取得できなかったので、
別の所から、取得をこころみようと調べてみました。
結果、下記のサイトから取得できそうです!
http://ppa.launchpad.net/ubuntu-nexus7/ubuntu-nexus7-installer/ubuntu/

早速、下記のものをダウンロードします。
①ubuntu-nexus7-installer_1.7~q_all.deb
②android-tools-adb_4.1.1+git20120801-1ubuntu1~4~lucid1_amd64.deb
③android-tools-fastboot_4.1.1+git20120801-1ubuntu1~4~lucid1_amd64.deb

①のubuntu-nexus7-installerをインストールします。
sudo dpkg -i ubuntu-nexus7-installer_1.7~q_all.deb

②のandroid-tools-adbをインストールします。
sudo dpkg -i android-tools-adb_4.1.1+git20120801-1ubuntu1~4~lucid1_amd64.deb

③のandroid-tools-adbをインストールします。
sudo dpkg -i android-tools-fastboot_4.1.1+git20120801-1ubuntu1~4~lucid1_amd64.deb

また、Ubuntuのイメージファイルもダウンロードします。
④ubuntu-13.04-preinstalled-desktop-armhf+nexus7.bootimg
⑤ubuntu-13.04-preinstalled-desktop-armhf+nexus7.img.gz

⑤のubuntu-13.04-preinstalled-desktop-armhf+nexus7.img.gz
ファイルを解凍します。
sudo gunzip ubuntu-13.04-preinstalled-desktop-armhf+nexus7.img.gz

これで、必要なものはそろいました。
早速インストール作業に移ろうと思います。

Nexus7タブレットPCとPCをUSBケーブルでつなげます。
Nexus 7の電源を切った上で,「電源ボタン+ボリュームダウン」を
同時に押して,ブートローダーの画面を表示させます。

Nexus7をアンロックします。
sudo fastboot devices
sudo fastboot oem unlock
sudo fastboot reboot-bootloader

次にUbuntuのイメージファイルを書き込みます。
sudo fastboot erase boot
sudo fastboot erase userdata
sudo fastboot flash boot ubuntu-13.04-preinstalled-desktop-armhf+nexus7.bootimg
sudo fastboot flash userdata ubuntu-13.04-preinstalled-desktop-armhf+nexus7.img
sudo fastboot reboot

これで、Nexus7タブレットPCのUbuntuにインストール完了です。
無事インストールすることができました。