我正在尝试在我的其中一张 SD 卡的根分区上为 armhf 启动 ubuntu 13.04,安装在 /mnt/sdj4 上,所以我尝试这样做:
# debootstrap --arch=armhf --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg --verbose --foreign raring rootfs https://mirror.math.princeton.edu/pub/ubuntu-archive/
I: Retrieving InRelease
I: Retrieving Release
E: Failed getting release file https://mirror.math.princeton.edu/pub/ubuntu-archive/dists/raring/Release
或者
# debootstrap --arch=armhf --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg --verbose --foreign raring rootfs http://old-releases.ubuntu.com/ubuntu/dists/raring
I: Retrieving InRelease
I: Retrieving Release
E: Failed getting release file http://old-releases.ubuntu.com/ubuntu/dists/raring/dists/raring/Release
如何修复它?
PS:别担心,我不会使用这个旧的 ubuntu 版本,我只需要它一小段时间,只是为了研究特定的情况。