07-19-2025, 07:45 AM
(07-18-2025, 07:54 PM)Kevin Kofler Wrote: 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.
Got it.
I've never booted it off of an SD card, I guess there is a process for that. I'll try to figure it out.
Some systems have a statically linked shell for situations like this in like a rescue directory, I was hoping to use that from single user or something.
Thanks!