Re: [gentoo-user] Help with ramdisk

2005-08-19 Thread Richard Fish
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,

Re: [gentoo-user] Help with ramdisk

2005-08-18 Thread Ognjen Bezanov
Richard Fish wrote: Is this an initrd or initramfs (aka, cpio.gz) image? If it is initrd, you should have a /linuxrc script to initialize the system. For grub, you will need: kernel /vmlinuz root=/dev/ram0 init=/linuxrc initrd=/rootfs.gz Then your linuxrc script must *not* exit.

Re: [gentoo-user] Help with ramdisk

2005-08-17 Thread Matthew Cline
On 8/17/05, Ognjen Bezanov [EMAIL PROTECTED] wrote: Hi all, Im building an x86 embedded distro using gentoo. Now i have been rather successful. I have built the whole system and it works, while only taking up 9mb (when gzipped). Now my question is how to get linux to load the gzipped

Re: [gentoo-user] Help with ramdisk

2005-08-17 Thread Richard Fish
Is this an initrd or initramfs (aka, cpio.gz) image? If it is initrd, you should have a /linuxrc script to initialize the system. For grub, you will need: kernel /vmlinuz root=/dev/ram0 init=/linuxrc initrd=/rootfs.gz Then your linuxrc script must *not* exit. It will