View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#2
Originally Posted by stefanmajewsky View Post
What could cause the above issue (the message itself is not very descriptive)?
You either forgot to insert ext2.ko kernel module or insmod command failed.

run something like
Code:
for m in mbcache ext2 ; do insmod /mnt/initfs/lib/modules/2.6.21-omap1/${m}.ko ; done
mount -t ext2 -o noatime /dev/mmcblk0p2 /opt
also check if /dev/mmcblk0p2 exists, if not, reboot first to let the system refresh partition table
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2008-10-30 at 11:37.
 

The Following User Says Thank You to fanoush For This Useful Post: