Multiple possibilities - a couple of them being:
+ Corrupt SD Card
+ init not finding its needed libraries. Check using ldd on the
init executable, what all libraries does it need, and have you put
all those. There could be a chain of dependencies.
Passion: http://sysplay.in (Playing with Systems)
--
You received this message because you are subscribed to the Google Groups "SysPlay's Inside Linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to inside_linux...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to inside_linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "SysPlay's Inside Linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to inside_linux+unsubscribe@googlegroups.com.
Then, possibly some SD card problem. Try booting w/ NFS and then
mounting the SD card file system.
To unsubscribe from this group and stop receiving emails from it, send an email to inside_linux...@googlegroups.com.
Try running the SD card's init script after mounting the SD card file system.
Also try doing a chroot to the SD card file system and then running the init script.
Post your results.
To unsubscribe from this group and stop receiving emails from it, send an email to inside_linux...@googlegroups.com.
What about trying after a chroot /appmount?
To unsubscribe from this group and stop receiving emails from it, send an email to inside_linux...@googlegroups.com.
Try to debug a bit on the lines of errors you are getting and then give us some inputs, like why is chroot failing - use man pages, google, ...
Otherwise, we are like struggling in dark, as we do not have access to your system.
Basically, try verfiying your SD card file system from various
possible ways.
To unsubscribe from this group and stop receiving emails from it, send an email to inside_linux...@googlegroups.com.
These again points to SD card corruption. Try running fsck on the sdcard, or try with another SD card.
Because of the corruption anything weird/random could happen and it would be difficult to debug.
And even in busybox, /bin/sh should be there (may be link to
busybox), as you yourself are calling that in your init script. If
it is not there, again something corrupt - fix it.
To unsubscribe from this group and stop receiving emails from it, send an email to inside_linux...@googlegroups.com.