LinuxマシンでCFカードにDebianインストール(ALIX3D2用)実践 4
躓いてばかりで前に進めないので一旦リセットして初めからやり直し
ホストマシンをALIX3D2 Voyage0.8.0に変更して CFカード4GB新品にインストールする。
fdiskでドライブの確認
内部スロットのCFカードは、hda1 外部接続カードリーダーのCFカードは、sda1
新規CFカード4GBをパーティション分割
第1パーティションに3GB、第2パーティションに残りを割り当てる。
第1パーティションにブートフラグを付けて内容確認し変更内容を書き込み。
リブートして確認
sda1をフォーマット
中断を挟んで続き
スワップファイルの設定
以下は、長いので画面コピーではなくテキストコピーを貼り付け
debootstrapのインストール
root@voyage:~# mkdir work
root@voyage:~# ls
ArchLinuxARM-am33x-latest.tar.gz debian-for-alix-v3.img.bz2 root
Minimserver-0.8.4-linux-x86.tar.gz minimserver rootfs
boot mnt work
root@voyage:~# cd work
root@voyage:~/work# wget http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.109_all.deb
--2018-12-06 06:13:47-- http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.109_all.deb
Resolving ftp.debian.org... 2001:67c:2564:a119::148:12, 130.89.148.12
Connecting to ftp.debian.org|2001:67c:2564:a119::148:12|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-12-06 06:13:48 ERROR 404: Not Found.
root@voyage:~/work# ls
root@voyage:~/work# cd ..
root@voyage:~# apt-get install debootstrap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
debootstrap
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 57.5 kB of archives.
After this operation, 274 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
debootstrap
Authentication warning overridden.
Err http://ftp.jp.debian.org/debian/ squeeze/main debootstrap all 1.0.26+squeeze1
404 Not Found
Failed to fetch http://ftp.jp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.26+squeeze1_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@voyage:~# apt-get update
Ign http://ftp.jp.debian.org squeeze Release.gpg
Ign http://ftp.jp.debian.org/debian/ squeeze/contrib Translation-en
Ign http://ftp.jp.debian.org/debian/ squeeze/main Translation-en
Ign http://ftp.jp.debian.org/debian/ squeeze/non-free Translation-en
Ign http://ftp.jp.debian.org squeeze Release
Ign http://ftp.jp.debian.org squeeze/main i386 Packages
Ign http://ftp.jp.debian.org squeeze/contrib i386 Packages
Ign http://ftp.jp.debian.org squeeze/non-free i386 Packages
Err http://ftp.jp.debian.org squeeze/main i386 Packages
404 Not Found
Err http://ftp.jp.debian.org squeeze/contrib i386 Packages
404 Not Found
Err http://ftp.jp.debian.org squeeze/non-free i386 Packages
404 Not Found
Get:1 http://www.voyage.hk ./ Release.gpg [197 B]
Ign http://www.voyage.hk/dists/0.8/ ./ Translation-en
Hit http://www.voyage.hk ./ Release
Ign http://security.debian.org squeeze/updates Release.gpg
Ign http://www.voyage.hk ./ Packages
Hit http://www.voyage.hk ./ Packages
Ign http://security.debian.org/debian-security/ squeeze/updates/contrib Translation-en
Ign http://security.debian.org/debian-security/ squeeze/updates/main Translation-en
Ign http://security.debian.org/debian-security/ squeeze/updates/non-free Translation-en
Ign http://security.debian.org squeeze/updates Release
Ign http://security.debian.org squeeze/updates/main i386 Packages
Ign http://security.debian.org squeeze/updates/contrib i386 Packages
Ign http://security.debian.org squeeze/updates/non-free i386 Packages
Err http://security.debian.org squeeze/updates/main i386 Packages
404 Not Found [IP: 2a04:4e42:11::204 80]
Err http://security.debian.org squeeze/updates/contrib i386 Packages
404 Not Found [IP: 2a04:4e42:11::204 80]
Err http://security.debian.org squeeze/updates/non-free i386 Packages
404 Not Found [IP: 2a04:4e42:11::204 80]
Fetched 197 B in 4s (41 B/s)
W: Failed to fetch http://ftp.jp.debian.org/debian/dists/squeeze/main/binary-i386/Packages.gz 404 Not Found
W: Failed to fetch http://ftp.jp.debian.org/debian/dists/squeeze/contrib/binary-i386/Packages.gz 404 Not Found
W: Failed to fetch http://ftp.jp.debian.org/debian/dists/squeeze/non-free/binary-i386/Packages.gz 404 Not Found
W: Failed to fetch http://security.debian.org/debian-security/dists/squeeze/updates/main/binary-i386/Packages.gz 404 Not Found [IP: 2a04:4e42:11::204 80]
W: Failed to fetch http://security.debian.org/debian-security/dists/squeeze/updates/contrib/binary-i386/Packages.gz 404 Not Found [IP: 2a04:4e42:11::204 80]
W: Failed to fetch http://security.debian.org/debian-security/dists/squeeze/updates/non-free/binary-i386/Packages.gz 404 Not Found [IP: 2a04:4e42:11::204 80]
E: Some index files failed to download, they have been ignored, or old ones used instead.
root@voyage:~#
インストール失敗のようである。Voage0.8.0では、やはり無理か。
ホストマシンをALIX3D2 Voyage0.8.0に変更して CFカード4GB新品にインストールする。
fdiskでドライブの確認
内部スロットのCFカードは、hda1 外部接続カードリーダーのCFカードは、sda1
新規CFカード4GBをパーティション分割
第1パーティションに3GB、第2パーティションに残りを割り当てる。
第1パーティションにブートフラグを付けて内容確認し変更内容を書き込み。
リブートして確認
sda1をフォーマット
中断を挟んで続き
スワップファイルの設定
以下は、長いので画面コピーではなくテキストコピーを貼り付け
debootstrapのインストール
root@voyage:~# mkdir work
root@voyage:~# ls
ArchLinuxARM-am33x-latest.tar.gz debian-for-alix-v3.img.bz2 root
Minimserver-0.8.4-linux-x86.tar.gz minimserver rootfs
boot mnt work
root@voyage:~# cd work
root@voyage:~/work# wget http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.109_all.deb
--2018-12-06 06:13:47-- http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.109_all.deb
Resolving ftp.debian.org... 2001:67c:2564:a119::148:12, 130.89.148.12
Connecting to ftp.debian.org|2001:67c:2564:a119::148:12|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-12-06 06:13:48 ERROR 404: Not Found.
root@voyage:~/work# ls
root@voyage:~/work# cd ..
root@voyage:~# apt-get install debootstrap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
debootstrap
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 57.5 kB of archives.
After this operation, 274 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
debootstrap
Authentication warning overridden.
Err http://ftp.jp.debian.org/debian/ squeeze/main debootstrap all 1.0.26+squeeze1
404 Not Found
Failed to fetch http://ftp.jp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.26+squeeze1_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@voyage:~# apt-get update
Ign http://ftp.jp.debian.org squeeze Release.gpg
Ign http://ftp.jp.debian.org/debian/ squeeze/contrib Translation-en
Ign http://ftp.jp.debian.org/debian/ squeeze/main Translation-en
Ign http://ftp.jp.debian.org/debian/ squeeze/non-free Translation-en
Ign http://ftp.jp.debian.org squeeze Release
Ign http://ftp.jp.debian.org squeeze/main i386 Packages
Ign http://ftp.jp.debian.org squeeze/contrib i386 Packages
Ign http://ftp.jp.debian.org squeeze/non-free i386 Packages
Err http://ftp.jp.debian.org squeeze/main i386 Packages
404 Not Found
Err http://ftp.jp.debian.org squeeze/contrib i386 Packages
404 Not Found
Err http://ftp.jp.debian.org squeeze/non-free i386 Packages
404 Not Found
Get:1 http://www.voyage.hk ./ Release.gpg [197 B]
Ign http://www.voyage.hk/dists/0.8/ ./ Translation-en
Hit http://www.voyage.hk ./ Release
Ign http://security.debian.org squeeze/updates Release.gpg
Ign http://www.voyage.hk ./ Packages
Hit http://www.voyage.hk ./ Packages
Ign http://security.debian.org/debian-security/ squeeze/updates/contrib Translation-en
Ign http://security.debian.org/debian-security/ squeeze/updates/main Translation-en
Ign http://security.debian.org/debian-security/ squeeze/updates/non-free Translation-en
Ign http://security.debian.org squeeze/updates Release
Ign http://security.debian.org squeeze/updates/main i386 Packages
Ign http://security.debian.org squeeze/updates/contrib i386 Packages
Ign http://security.debian.org squeeze/updates/non-free i386 Packages
Err http://security.debian.org squeeze/updates/main i386 Packages
404 Not Found [IP: 2a04:4e42:11::204 80]
Err http://security.debian.org squeeze/updates/contrib i386 Packages
404 Not Found [IP: 2a04:4e42:11::204 80]
Err http://security.debian.org squeeze/updates/non-free i386 Packages
404 Not Found [IP: 2a04:4e42:11::204 80]
Fetched 197 B in 4s (41 B/s)
W: Failed to fetch http://ftp.jp.debian.org/debian/dists/squeeze/main/binary-i386/Packages.gz 404 Not Found
W: Failed to fetch http://ftp.jp.debian.org/debian/dists/squeeze/contrib/binary-i386/Packages.gz 404 Not Found
W: Failed to fetch http://ftp.jp.debian.org/debian/dists/squeeze/non-free/binary-i386/Packages.gz 404 Not Found
W: Failed to fetch http://security.debian.org/debian-security/dists/squeeze/updates/main/binary-i386/Packages.gz 404 Not Found [IP: 2a04:4e42:11::204 80]
W: Failed to fetch http://security.debian.org/debian-security/dists/squeeze/updates/contrib/binary-i386/Packages.gz 404 Not Found [IP: 2a04:4e42:11::204 80]
W: Failed to fetch http://security.debian.org/debian-security/dists/squeeze/updates/non-free/binary-i386/Packages.gz 404 Not Found [IP: 2a04:4e42:11::204 80]
E: Some index files failed to download, they have been ignored, or old ones used instead.
root@voyage:~#
インストール失敗のようである。Voage0.8.0では、やはり無理か。
コメント
コメントを投稿