On 18/06/2023 10:02, Mario Marietto wrote:
Hello.

Maybe a little problem for you,but a bigger problem for me. I've debootstrapped jessie on Ubuntu 14.04 with this command :

debootstrap --foreign --arch=armhf jessie jessie-armhf http://archive.debian.org/debian <http://archive.debian.org/debian>

and it worked ok,but when I try to chroot within it :

root@marietto-Z87-HD3:/home/marietto/Scrivania/Chromebook/linux-distros# chroot ./jessie-armhf /bin/bash


it gives the following error :


chroot: can't execute command "/bin/bash": No such file or directory


but I see the file bash within the directory /bin of the debootstrapped directory called "jessie-armhf". What could be the problem ? thanks.

I believe that one of the causes for this message can be that one of the dynamic libraries needed to run the program is not found.

You could try "chroof ./jessie-armhf /usr/bin/ldd /bin/bash" to see which libraries bash depends on, and whether they can be found.


--
Mario.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to