Ognjen Bezanov wrote:
Thanks, that was helpful. Now the system finds the root fs and loads it. But the system still wont boot. It tells me "RAMDISK: Compressed image found at block 0" as a final kernel message, then just sits there (for ages). At lease its closer to functioning then before, but there are a few bugs to iron out. What could be wrong?
Check that your /linuxrc script inside the initrd has exec permissions. Also, you might want to place an:
echo "Hello from linuxrc" message near the top of the script to see if the kernel is executing it. I assume that the initrd image has /dev/console, /dev/null, and /dev/zero? -Richard -- [email protected] mailing list

