Before chroot mount these

By | 4th November 2024
mount /dev/nvme0n1p1 /mnt
mount -t proc proc /mnt/proc
mount -t sysfs /sys /mnt/sys
mount --bind /dev /mnt/dev
mount --bind /dev/pts /mnt/dev/pts
https://superuser.com/questions/165116/mount-dev-proc-sys-in-a-chroot-environment