I am getting issue while chroot into arch installation after base installation.
root@archiso ~ # arch-chroot /mnt
chroot: failed to run command ./bin/bash: No such file or directory
However /bin/bash is there:
root@archiso ~ # ls /bin/bash
/bin/bash
Thanks
PATH='/bin/bash:$PATH'then trychroot– Arpit Agarwal Nov 19 '17 at 11:17/usr/bin/arch-chroot– Arpit Agarwal Nov 19 '17 at 11:24rufusordd– Arpit Agarwal Nov 19 '17 at 14:10/bin/bashis in the root filesystem, but is it in the new root filesystem?ls /mnt/bin/bash? All shared libraries needed by bash also need to be present unde/mnt. – Johan Myréen Nov 19 '17 at 17:15