All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Malek <dan@mvista.com>
To: Ruedi.Hofer@ascom.ch
Cc: linuxppc-embedded@lists.linuxppc.org, kernel@linux01.hasler.ascom.ch
Subject: Re: SBC8260, kernel 2.4.0-test8, initrd
Date: Tue, 24 Oct 2000 13:01:37 -0400	[thread overview]
Message-ID: <39F5C071.C563540E@mvista.com> (raw)
In-Reply-To: 0G2X009AGV5CS2@pmdf-it.hasler.ascom.ch


Ruedi.Hofer@ascom.ch wrote:

> I try to boot linux 2.4.0test8 on my sbc8260 with an initrd.

A couple of things look a little amiss here.....


> initrd at:     00480312 00481408

This isn't big enough to be a valid ram disk.  Something happened
when you created it, it doesn't have enough "stuff" in it.


> Sending BOOTP requests.... OK
> IP-Config: Got BOOTP answer from 10.1.20.2, my address is 10.1.20.1

...and it also looks like you have IP autoconfiguration selected.
It has precedence over the ram disk because it is then going to
look for an NFS root (see below).  You either need 'ip=off' in
the kernel arguments (for testing) or remove this part of the
configuration.

> Kernel panic: VFS: Unable to mount root fs on 01:00
> Rebooting in 180 seconds..

....and then it finally bails out because the ram disk isn't valid
and you don't have root NFS configured so it doesn't find an NFS server.



	-- Dan

--

	I like MMUs because I don't have a real life.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      parent reply	other threads:[~2000-10-24 17:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-24 15:27 SBC8260, kernel 2.4.0-test8, initrd Ruedi.Hofer
2000-10-24 16:37 ` Jerry Van Baren
2000-10-24 17:01 ` Dan Malek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=39F5C071.C563540E@mvista.com \
    --to=dan@mvista.com \
    --cc=Ruedi.Hofer@ascom.ch \
    --cc=kernel@linux01.hasler.ascom.ch \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.