On Wed, 19 Jan 2000, kuldeep wrote:
>I am trying to use a drive on a custom storage controller as root drive
>in Alpha DS20.
>So I tried initrd.
>I am getting messages like "initrd overwritten .... disabling it"
>during bootup and /linuxrc does not run.
I fixed this kernel bug quite some time ago. Please download my
initrd-memmove fix from the below address (plus another fix that will
handle the case where the loader loads the initrd image in a not PAGE_SIZE
aligned address, it's safe and you want it). Apply both the two patches
over 2.2.14 (or previous more buggy kernels :) and initrd will works like
a charm :)
ftp://ftp.*.kernel.org/pub/linux/kernel/people/andrea/patches/v2.2/2.2.12/initrd-memmove-1.gz
ftp://ftp.*.kernel.org/pub/linux/kernel/people/andrea/patches/v2.2/2.2.12/initrd-not-aligned-1.gz
Andrea