hi,
I am trying to boot compressed linux from IDE Flash. I have compressed the root file system and made ram.img image which are in ext3 format then I mounted initrd.img on the ram and edited the linuxrc file
linuxrc file
#! /bin/sh mount -o ro /dev/hda1 /mnt zcat /mnt/boot/ram.img.gz > /dev/ram umount /dev/hda1
and made the initrd.img which then I compressed.
While booting it is giving me error 19 mounting zcat /mnt/boot/ram.img.gz no such file ot directory ERROR /bin/zcat excited abnormally umount /dev/hda1 failed :22 ...........
please can any body help me.