Создание PXE-образа под Debian с помощью debootstrap

Я пытаюсь создать образ Debian PXE под книжным червем Debian amd64.

      apt-get update
apt-get install -y live-boot debootstrap syslinux squashfs-tools genisoimage memtest86+
/usr/sbin/debootstrap --no-check-certificate --no-check-gpg --arch=AMD64 --variant=minbase --include=stress-ng,systemd-sysv stable chroot http://deb.debian.org/debian/

Я получаю ошибку:

      I: Can't verify that target arch works
E: Invalid Release file, no entry for main/binary-AMD64/Packages

Я также попробовал с amd64 с другой ошибкой:

      E: Unable to execute target architecture

0 ответов

Другие вопросы по тегам