ok. these works : debootstrap --foreign --arch=armhf jessie jessie-armhf http://archive.debian.org/debian
debootstrap --foreign --arch=armhf strech strech-armhf http://archive.debian.org/debian but not this : root@marietto-Z87-HD3:/home/marietto/Scrivania/Chromebook/linux-distros# debootstrap --foreign --arch=armhf buster buster-armhf http://archive.debian.org/debian W: Cannot check Release signature; keyring file not available /usr/share/keyrings/debian-archive-keyring.gpg I: Retrieving Release E: Failed getting release file http://archive.debian.org/debian/dists/buster/Release root@marietto-Z87-HD3:/home/marietto/Scrivania/Chromebook/linux-distros# debootstrap --foreign --arch=armhf buster buster-armhf I: Keyring file not available at /usr/share/keyrings/debian-archive-keyring.gpg; switching to https mirror https://mirrors.kernel.org/debian I: Retrieving Release E: Failed getting release file https://mirrors.kernel.org/debian/dists/buster/Release thanks. On Sun, Jun 18, 2023 at 10:14 AM Mario Marietto <marietto2...@gmail.com> wrote: > Can you elaborate the full command ? thanks. > > On Sun, Jun 18, 2023 at 10:12 AM Javier Barroso <javibarr...@gmail.com> > wrote: > >> Hello, >> >> El dom., 18 jun. 2023 9:56, Mario Marietto <marietto2...@gmail.com> >> escribió: >> >>> I'm running Ubuntu 14.04 and I would like to debootstrap debian jessie >>> 8. I've found this tutorial and I tried , but it didn't work : >>> >>> from here : >>> >>> https://blog.lazy-evaluation.net/posts/linux/debian-armhf-bootstrap.html >>> >>> >>> he says to do : >>> >>> >>> # debootstrap --foreign --arch=armhf jessie jessie-armhf >>> >>> >>> but unfortunately : >>> >>> >>> I: Keyring file not available at >>> /usr/share/keyrings/debian-archive-keyring.gpg; switching to https mirror >>> https://mirrors.kernel.org/debian >>> >>> I: Retrieving Release >>> >>> E: Failed getting release file >>> https://mirrors.kernel.org/debian/dists/jessie/Release >>> >>> how to fix it ? thanks. >>> >>> -- >>> Mario. >>> >> >> You need to add http://archive.debian.org/debian yo the debootstrap >> command >> >> Jessie was archived a long time ago >> >>> > > -- > Mario. > -- Mario.