linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Mark Hatle <fray@mvista.com>
To: "Mike G." <gohas@actinium.org>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: Kernel panic: No init found.?? Try passing init= option to kernel
Date: Wed, 13 Aug 2003 21:33:38 -0500	[thread overview]
Message-ID: <3F3AF502.2030300@mvista.com> (raw)
In-Reply-To: <1060827870.1060.20.camel@localhost.localdomain>


Mike G. wrote:
> Hi there,
> Kernel panic: No init found.  Try passing init= option to kernel.

That message indicates one of a few things happened.

The first is it could not find any default init programs to run.

the second is whatever "init=" that you passed in was not found.

or...

third, the most common, you have a bad dependency, so when it tries to
run init the dynamic loader fails, (shell loader fails in the case of a
shell script.)  Something is causing the program not to run properly.

The way I usually debug this is to install ash.static on the system, set
my kernel command line to have init=/bin/ash.static..  boot up and then
attempt to run the "real" init manually so I can get the descriptive
error messages.

--Mark


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

  reply	other threads:[~2003-08-14  2:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-14  2:29 Kernel panic: No init found.?? Try passing init= option to kernel Mike G.
2003-08-14  2:33 ` Mark Hatle [this message]
2003-08-14  2:47   ` Mike G.
2003-08-14  3:09     ` Mark Hatle
  -- strict thread matches above, loose matches on Subject: below --
2002-09-12 23:37 Kernel panic: No init found. " zhongqx
2002-09-14 12:50 ` Wolfgang Denk
2002-09-11  8:46 zhongqx

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=3F3AF502.2030300@mvista.com \
    --to=fray@mvista.com \
    --cc=gohas@actinium.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).