kernel panics when booting from a custom ram disk image

Anuvrat Parashar
Hello, folks

losetup: /dev/loop0: No such file or directory
bio too big device loop0 (2 > 0)
EXT3-fs: unable to read superblock
mount: mounting /dev/loop0 on /r failed: Invalid argument
mount: mounting /sdcard on /r/sdcard failed: No such file or directory
/init: line 81: can't open /r/dev/console: no such file
Kernel panic - not syncing: Attempted to kill init!
 
is what I get when I try to boot of a custom ramdisk image that I created.

The kernel that I am trying to boot is also self compiled, however, I know
that it is fine as it boots perfectly with the default ram-disk image that
came in the DVD with Tiny6410.

Regards