Subject: Re: New kernels
To: Daniel Blueman (5) (CURRICULUM) <5DBLUEMAN@qeliz.ac.uk>
From: Mark Brinicombe <amb@physig.ph.kcl.ac.uk>
List: port-arm32
Date: 01/29/1997 01:14:44
On Tue, 28 Jan 1997, Daniel Blueman (5) (CURRICULUM) wrote:

> The problem that I get is that the ramdisc is not being loaded when I
> boot of
> the installation disc. It says 'md0: =0K allocated' even when I set it
> to 1440K
> in the bootloader. (And even when I allocate a ramdisc in RiscOS) Could
> this be because of the ramdisc name being md0, as opposed to the
> bootloader's
> rd0?
Hi,
  Ok this is a casualty of the rd->md change.

The root device should be /dev/md0a rather than rd0a. The boot loader
needs updating for this although in the mean time you can enter md0 by
hand.
A second side effect as that the allocation of the ramdisc was done with
the boot option ramdisc=1440K (put in by the bootloader when as ramdisc
size was set).
This option should now be memorydisk=1440K again another change in the
boot loader is required.

Currently this can be worked around by adding the extra option

memory disk=1440K		(The space is important)

I'll put a new version of the bootload archive online ASAP.

Cheers,
				Mark