Guest DanWilson Posted October 9, 2010 Report Posted October 9, 2010 # bootdeb modprobe: chdir(/system/lib/modules): No such file or directory Android Filesytem remounted as read/write a888a d888888b 8P YP Y88 8|o||o|88 8. .88 8 ._. Y8. d/ 8b. .dP . Y8b. d8: ::88b. d8 Y88b :8P :888 8a. : _a88P ._/ Yaa_ : .| 88P| \ YP | 8P \. / \._____.d| .| --..__)888888P ._.| mount: mounting /sdcard/debian/debian.img on /data/local/mnt failed: No such file or directory mount: mounting devpts on /data/local/mnt/dev/pts failed: No such file or directory mount: mounting proc on /data/local/mnt/proc failed: No such file or directory mount: mounting sysfs on /data/local/mnt/sys failed: No such file or directory Custom Linux Pseudo Bootstrapper V2.1 - by Mark Walker WEB: [url="http://www.androidfanatic.com"]http://www.androidfanatic.com[/url] EML: [email protected] Starting init process INIT: Debian booting..... Running Linux Kernel net.ipv4.ip_forward = 1 AutoMounter started Type EXIT to end session Make sure you do a proper EXIT for a clean kill of Debian! chroot: can't execute '/bin/bash': No such file or directory Shutting down Debian........ Processes killed...... Loopback device shutdown - success Debian down Coded by Mark Walker [url="http://www.androidfanatic.com"]http://www.androidfanatic.com[/url] admin.androidfanatic.com Rebooting device to ensure clean takedown......... [/codebox] I'm using CM6 on the Tre ROM with 100MB SWAP and 691MHz OverClock. Downloaded the file from Pauls Debian on Hero thread, copied debian.img to /sdcard/debian and the rest to /data/debian . Had the problem with the installer script doing nothing till "exit" then tried to boot (above) When I tried this with Ubuntu it'd complain about '/bin/bash' and cut out. The only things I've ever done to the script was change it so it wouldn't reboot. I know there was a thread ages ago but it didn't help and I want a new one. I'll also turn this into a guide if it's fixed and wanted.
Guest agitate Posted October 9, 2010 Report Posted October 9, 2010 mount: mounting /sdcard/debian/debian.img on /data/local/mnt failed: No such file or directory Have you got the /data/local/mnt directory? It is failing to mount the debian image, so it won't find any of the files in it (or be able to chroot into it). Create that directory and try it again. (Just guessing by the way, I've not used this myself.)
Guest DanWilson Posted October 9, 2010 Report Posted October 9, 2010 Have you got the /data/local/mnt directory? It is failing to mount the debian image, so it won't find any of the files in it (or be able to chroot into it). Create that directory and try it again. (Just guessing by the way, I've not used this myself.) I sure do. Thanks for trying though.
Guest agitate Posted October 9, 2010 Report Posted October 9, 2010 There is some discussion on the original thread about the built in mount command not working, and using the busybox mount command instead. Perhaps if you change all the "mount" occurrences in the bootdeb script to "busybox mount" then that will work.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now