Bad system call
Hello there, I have bad system call errors with the start.sh script. It seems to be related to BusyBox commands within the script. On android 14.
You didn't follow the tutorial correctly and you don't have root...
Actually they don't mention it in the tutorial that this command needs to be run as sudo, or alternatively use tsu command before the sh command.
Make new sh script and insert this (replace archlinux with your distro name)
setenforce 0 sh /data/data/com.termux/files/usr/bin/termux-x11 & busybox mount --bind /data/data/com.termux/files/usr/tmp /data/local/chroot-distro/archlinux/tmp setenforce 1 chroot-distro command archlinux "export PULSE_SERVER=127.0.0.1" chroot-distro login archlinux
Then save it and chmod +x it
As root run it and then run (or make a new sh script to make it easier later)
export DISPLAY=:0 PULSE_SERVER=tcp:127.0.0.1:4713 && dbus-launch --exit-with-session
startxfce4