使用 debootstrap 在 Debian 下构建 PXE 映像

使用 debootstrap 在 Debian 下构建 PXE 映像

我正在尝试在 Debian bookworm amd64 下创建 Debian PXE 映像。

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

相关内容