guerrerolor / android-x86

Automatically exported from code.google.com/p/android-x86
2 stars 1 forks source link

can't chroot debian under android-x86 #639

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,I try to chroot a debian under android-x86. 
I installed debian squeeze on an USB driver using debootstrap on a debian 
host,and gave a chrooting test on the debian host machine, it's all OK, but 
when I plug the USB driver into the machine which running android-x86, and 
mount, and chroot, then I got prompt saying:"chroot: can’t execute 
‘/system/bin/sh’: No such file or directory", since that was a version 2.2 
based android-x86, and then I read chwei huang's blog and notied that he said 
he ported mksh on android-x86 3.0 and make it as default shell, so I thought oh 
maybe 2.2 shell is too simple to run chroot, and I try chrooting on 3.0+ 
android-x86, but still got that can't execute massage, 
so I wonder is it possible to chroot a debian system under android-x86? Thanks.

Original issue reported on code.google.com by express....@gmail.com on 15 Jan 2012 at 7:17