linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Mike Hill" <mhill@bustech.com>
To: "Nils Hagge" <Nils.Hagge@stud.uni-hannover.de>,
	<linuxppc-embedded@lists.linuxppc.org>
Subject: Re: Kernel panic: No init found.
Date: Wed, 13 Dec 2000 10:55:17 -0500	[thread overview]
Message-ID: <004801c0651d$3a7d96e0$e3e8b2c6@hawk> (raw)
In-Reply-To: 006c01c0650f$73b65d60$1e894b82@pc30


I believe I have seen the same problem.  As I recall, we first started
seeing this problem when we removed a symlink (/opt/hardhat/devkit to /)
that was included in the MontaVista target directory.  We were told that we
had it add it back because some of the MontaVista libraries were built
incorrectly.  You may want to check to see if you have that symlink in your
target directory.

-Mike

----- Original Message -----
From: "Nils Hagge" <Nils.Hagge@stud.uni-hannover.de>
To: <linuxppc-embedded@lists.linuxppc.org>
Sent: Wednesday, December 13, 2000 9:17 AM
Subject: Kernel panic: No init found.


>
> Hi,
>
> I try to run Hard Hat Linux from Montavista as described in the CDK 1.2
> manual on an RPX lite board.
> Unfortunately, the installation procedure is only for hosts with Red Hat
> Linux, I hoped this would work for SuSE, too.
>
> The problem has to do with the NFS filesystem. I can successfully download
a
> precompiled
> Hard Hat Linux boot-image via TFTP and monitor this with the serial port.
>
> The following is the output over the serial port...
>
>  target IP address : 824B8932
>  target file name  : rpxlite.srec
>  address bias      : 0
> Starting tftp download:
> inetARP(): OK
> .1.2.4.8.16.32.64.128.256.512.1024.2048.4096.8192
> load_tftp(): OK
> 1087283 data bytes, 13764 S-records, 2124 tftp blocks, 0 repeated blocks
> start address = 00200000
> load_tftp_toMem(): OK
> Transferring control to downloaded program
> loaded at:     00200000 0020B1FC
> relocated to:  00180000 0018B1FC
> board data at: 001801C8 001801E4
> relocated to:  00200100 0020011C
> zimage at:     00206000 0026A4C4
> avail ram:     0026B000 01000000
>
> Linux/PPC load: root=/dev/nfs rw
nfsroot=/opt/hardhat/devkit/ppc/8xx/target
> Uncompressing Linux...done.
> Now booting the kernel
> Linux version 2.2.14 (root@rodan.mvista.com) (gcc version 2.95.2 19991030
> (2.95.
> 3 prerelease/franzo)) #1 Tue Aug 8 02:01:27 PDT 2000
> Boot arguments: root=/dev/nfs rw
nfsroot=/opt/hardhat/devkit/ppc/8xx/target
> time_init: decrementer frequency = 240000000/60
> Calibrating delay loop... 63.69 BogoMIPS
> Memory: 15152k available (740k kernel code, 456k data, 36k init)
> [c0000000,c1000
> IP Protocols: ICMP, UDP, TCP
> TCP: Hash tables configured (ehash 16384 bhash 16384)
> Initializing RT netlink socket
> Starting kswapd v 1.5
> CPM UART driver version 0.03
> ttyS00 at 0x0280 is a SMC
> ttyS01 at 0x0380 is a SMC
> pty: 256 Unix98 ptys configured
> RAM disk driver initialized:  16 RAM disks of 4096K size
> loop: registered device at major 7
> eth0: CPM ENET Version 0.2, 00:10:ec:00:1b:fb
> PPP: version 2.3.7 (demand dialling)
> TCP compression code copyright 1989 Regents of the University of
California
> PPP line discipline registered.
> Sending BOOTP requests.... OK
> IP-Config: Got BOOTP answer from 130.75.137.50, my address is
130.75.137.59
> Looking up port of RPC 100003/2 on 130.75.137.50
> Looking up port of RPC 100005/1 on 130.75.137.50
> VFS: Mounted root (NFS filesystem).
> Freeing unused kernel memory: 36k init
> Kernel panic: No init found.  Try passing init= option to kernel.
> Rebooting in 180 seconds..
>
> ----snip----
>
> The filesystem seems to be mounted, but it does not find any files in
there
> although the full "linux tree" is available. I also tried adding
>   init=/bin/init   init=bin/init    init=/opt/.../target/bin/init
> to the boot arguments, but nothing helped.
>
> Do you know that problem or have an idea? Any help is welcome. Thank in
> advance.
>
> Nils Hagge
>
>


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

  parent reply	other threads:[~2000-12-13 15:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-13 14:17 Kernel panic: No init found Nils Hagge
     [not found] ` <976717249.3a3785c2030de@mail.serialsystem.com.sg>
2000-12-13 15:32   ` Nils Hagge
2000-12-14  0:03     ` Graham Stoney
2000-12-14  1:55       ` jari.nguyen
2000-12-13 15:55 ` Mike Hill [this message]
2000-12-13 16:00   ` Jari Nguyen Trung Thanh
2000-12-13 17:45 ` mlocke
  -- strict thread matches above, loose matches on Subject: below --
2003-09-26  6:44 Mike G.
2003-09-26 17:44 ` Mark Hatle
2003-09-29  1:10   ` Michael G.
2008-08-18  9:11 Kernel panic : No Init Found Fabien Oriede

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='004801c0651d$3a7d96e0$e3e8b2c6@hawk' \
    --to=mhill@bustech.com \
    --cc=Nils.Hagge@stud.uni-hannover.de \
    --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).