I know that I can chroot the lenny loop mount just fine, so I did this:
PHP Code:
mint17-32 K1 # cd uclibc/bin
mint17-32 bin # rm bash
mint17-32 bin # cp /mnt/lenny/bin/bash .
mint17-32 bin # ls -al bash
-rwxr-xr-x 1 root root 700184 May 11 11:32 bash
mint17-32 bin # cd ../..
mint17-32 K1 # chroot uclibc
chroot: failed to run command '/bin/bash': No such file or directory
mint17-32 K1 #