Can you elaborate the full command ? thanks.On Sun, Jun 18, 2023 at 10:12 AM Javier Barroso <javibarroso@gmail.com> wrote:Hello,El dom., 18 jun. 2023 9:56, Mario Marietto <marietto2008@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 commandJessie was archived a long time ago
--Mario.