I'm trying to debootstrap ubuntu 13.04 raring for armhf on the root partition of one of my sd cards,mounted on /mnt/sdj4 ,so I tried like this :
# 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
or
# 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
how to fix it ?
PS : Don't worry,I will not use this old ubuntu version,I need it only for a little amount of time,just to study a specific situation.
http://old-releases.ubuntu.com/ubuntu/
– muru Aug 09 '23 at 18:04