Welcome to the Linux Foundation Forum!

Lab 3.1 `debootstrap` on arm64

Options

A note for future student who are stuck with debootstrap. This issue wasted me 2 days to resolve.

This step on ARM64

sudo debootstrap xenial /mnt/chroot-ubuntu-xenial/ http://archive.ubuntu.com/ubuntu/

Will give error

Because debootstrap is looking for ARM64 binary in given mirror http://archive.ubuntu.com/ubuntu/ which does not exist.

To resolve, remove the mirror and this should work with the repositories listed in /etc/apt/sources.list

sudo debootstrap xenial /mnt/chroot-ubuntu-xenial/

Categories

Upcoming Training