Skip the second argument then, just run "chroot /mnt/hd" Always make sure you are root and check for spaces and whatnot.
On Sat, Nov 24, 2018 at 6:33 PM Dick Steffens <[email protected]> wrote: > On 11/25/18 6:16 PM, Ben Koenig wrote: > > check for bash in the mounted filesystem: > > > > ls -l /mnt/hd/bin/bash > > > > It's trying to load from the mount. Your ls command lists from the > running > > environment > > bash-4.4# ls -l /mnt/hd/bin/bash > -rwxr-xr-x 1 root root 1102944 Jun 5 11:56 /mnt/hd/bin/bash > > -- > Regards, > > Dick Steffens > > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
