07-18-2025, 07:54 PM
I think your best bet is to boot a known working DanctNIX image off a microSD card, then mount the internal eMMC storage from there and try to fix the system that way. With a broken bash, it might not even be possible to chroot into it, so you will likely need to fix the bash on the eMMC from outside (from the system on microSD). The error is because the installed versions of bash and readline (libreadline.so.*) are not compatible. So, if you have the eMMC mounted at /mnt/emmc, try something like sudo pacman --sysroot /mnt/emmc -Sy bash readline or just upgrading everything with sudo pacman --sysroot /mnt/emmc -Syu.