I've mounted a slave device which is from an x86 machine, on an x86_64 machine within the intent of chrooting and fixing the problem(s) but keep getting:
	
	
	
		
 as the result. I suspect this is because the host is x86_64 and the slave/guest is x86.. is this the case? Is there anything I can do to chroot like this?
I suspect this is the case because of:
	
		
Many thanks.
	
		
			
		
		
	
				
			
		Code:
	
	chroot: cannot run command `/bin/bash': No such file or directory
	I suspect this is the case because of:
		Code:
	
	localhost ~ # ldd /bin/bash
        linux-vdso.so.1 =>  (0x00007fff51dff000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x00007fdd497bd000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007fdd495b9000)
        libc.so.6 => /lib/libc.so.6 (0x00007fdd49271000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fdd49a19000)
	Many thanks.
	
 

 Well on it's way to resolution now though, just compiling gcc, glibc and latest version of portage and it'll be good to go