/chroot/bin/busybox is killed
that is to be expected as busybox will use your shared glibc libs in /lib and they are not compatible.
You should try the chroot command. busybox must be execute when being connected to chrooted system
- Code: Select all
chroot /chroot /etc/init.d/rcS
and see if that goes ok without the /bin/bash error