* 2.6.0-test9-mm3 initrd strangeness
@ 2003-11-13 13:52 Tim Kelsey
2003-11-13 14:47 ` Michael Schroeder
0 siblings, 1 reply; 3+ messages in thread
From: Tim Kelsey @ 2003-11-13 13:52 UTC (permalink / raw)
To: linux-kernel
This is my first mailing list post so Sorry for any breach of etiquette.
I am experiencing problems with 2.6.0-test9-mm3 and initrd ramdisks
I have support for ramdisks and initrd compiled directly into the kernel and have an initrd image gzipped and placed in /boot called initrd-crypt.gz
When booting off a 2.4.22 kernel the image is loaded and linuxrc is executed perfectly but with a 2.6.0-test9-mm3 kernel i get the following msg at boot time
RAMDISK: Compressed image found at block 0
RAMDISK: incomplete Write (-1 != 32768) 4194304
Any comments, advice, opinions greatly appreciated also if someone could explain what those numbers actually mean i would be very grateful
Many Thanx,
Tim Kelsey
Systems Admin, Midland Internet
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.0-test9-mm3 initrd strangeness
2003-11-13 13:52 2.6.0-test9-mm3 initrd strangeness Tim Kelsey
@ 2003-11-13 14:47 ` Michael Schroeder
2003-11-13 15:43 ` Tim Kelsey
0 siblings, 1 reply; 3+ messages in thread
From: Michael Schroeder @ 2003-11-13 14:47 UTC (permalink / raw)
To: Tim Kelsey; +Cc: linux-kernel
On Thu, Nov 13, 2003 at 01:52:45PM +0000, Tim Kelsey wrote:
> I am experiencing problems with 2.6.0-test9-mm3 and initrd ramdisks
> I have support for ramdisks and initrd compiled directly into the kernel and have an initrd image gzipped and placed in /boot called initrd-crypt.gz
>
> When booting off a 2.4.22 kernel the image is loaded and linuxrc is executed perfectly but with a 2.6.0-test9-mm3 kernel i get the following msg at boot time
>
> RAMDISK: Compressed image found at block 0
> RAMDISK: incomplete Write (-1 != 32768) 4194304
>
> Any comments, advice, opinions greatly appreciated also if someone could explain what those numbers actually mean i would be very grateful
Seems like your ramdisk is full, the default size is 4096k.
Change the CONFIG_BLK_DEV_RAM_SIZE parameter or boot with
ramdisk_size=<value>.
Cheers,
Michael.
--
Michael Schroeder mls@suse.de
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.0-test9-mm3 initrd strangeness
2003-11-13 14:47 ` Michael Schroeder
@ 2003-11-13 15:43 ` Tim Kelsey
0 siblings, 0 replies; 3+ messages in thread
From: Tim Kelsey @ 2003-11-13 15:43 UTC (permalink / raw)
To: Michael Schroeder; +Cc: linux-kernel
Thanx,
My image was too big, i have now changed the initrd size in the kernel config as you said and it works perfectly now.
Thanx very much for your help
Tim Kelsey
On Thu, 13 Nov 2003 15:47:38 +0100
Michael Schroeder <mls@suse.de> wrote:
> On Thu, Nov 13, 2003 at 01:52:45PM +0000, Tim Kelsey wrote:
> > I am experiencing problems with 2.6.0-test9-mm3 and initrd ramdisks
> > I have support for ramdisks and initrd compiled directly into the kernel and have an initrd image gzipped and placed in /boot called initrd-crypt.gz
> >
> > When booting off a 2.4.22 kernel the image is loaded and linuxrc is executed perfectly but with a 2.6.0-test9-mm3 kernel i get the following msg at boot time
> >
> > RAMDISK: Compressed image found at block 0
> > RAMDISK: incomplete Write (-1 != 32768) 4194304
> >
> > Any comments, advice, opinions greatly appreciated also if someone could explain what those numbers actually mean i would be very grateful
>
> Seems like your ramdisk is full, the default size is 4096k.
> Change the CONFIG_BLK_DEV_RAM_SIZE parameter or boot with
> ramdisk_size=<value>.
>
> Cheers,
> Michael.
>
> --
> Michael Schroeder mls@suse.de
> main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-11-13 15:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-13 13:52 2.6.0-test9-mm3 initrd strangeness Tim Kelsey
2003-11-13 14:47 ` Michael Schroeder
2003-11-13 15:43 ` Tim Kelsey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox