linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* kernel panic on mcp750
@ 2000-09-03 17:34 Stephen B Johnson
  2000-09-03 22:48 ` ben bodley
  2000-09-04  1:22 ` Graham Stoney
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen B Johnson @ 2000-09-03 17:34 UTC (permalink / raw)
  To: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

I'm observing a kernel panic when booting the kernel on a Motorola
MCP750.  The panic indicates "Kernel panic: No init found.  Try passing
init= option to kernel."

However, I pass init=3 as a parameter.

Any suggestions?



(actual output attached)


[-- Attachment #2: minicom.cap --]
[-- Type: text/plain, Size: 3821 bytes --]


Copyright Motorola Inc. 1988 - 1998, All Rights Reserved

PPC1 Debugger/Diagnostics Release Version 4.1 - 10/12/98 RM01
COLD Start

Local Memory Found =02000000 (&33554432)

MPU Clock Speed =233Mhz

BUS Clock Speed =67Mhz

WARNING: Keyboard Not Connected

Reset Vector Location  : ROM Bank B
Mezzanine Configuration: Single-MPU
Current 60X-Bus Master : MPU0
Idle MPU(s)            : NONE

Initializing System Memory (DRAM)...
System Memory: 32MB, ECC Enabled (ECC-Memory Detected)
L2Cache:       1024KB, 117Mhz

PPC1-Bug>nbo
Network Booting from: DEC21140, Controller 0, Device 0
Device Name: /pci@80000000/pci1011,9@e,0:0,0
Loading: /tftpboot/vm.mcp750

Client IP Address      = 192.168.120.21
Server IP Address      = 192.168.120.1
Gateway IP Address     = 0.0.0.0
Subnet IP Address Mask = 255.255.255.0
Boot File Name         = /tftpboot/vm.mcp750
Argument File Name     =

Network Boot File load in progress... To abort hit <BREAK>

Bytes Received =&574750, Bytes Loaded =&574750
Bytes/Second   =&287375, Elapsed Time =2 Second(s)

Residual-Data Located at: $01F88000
loaded at:     00005400 0001C220
relocated to:  00800000 00816E20
board data at: 01F88000 01F8EA0C
relocated to:  00810314 00816D20
zimage at:     00010400 0008F76D
relocated to:  00817000 0089636D
avail ram:     00400000 00800000

Linux/PPC load: root=nfs rw init=3
Uncompressing Linux...done.
Now booting the kernel
PReP architecture
Total memory = 32MB; using 128kB for hash table (at c0160000)
Linux version 2.2.14 (root@rodan.mvista.com) (gcc version 2.95.2 19991030 (2.95.3 prerelease/franzo)) #1 Tue Aug 8 05:10:51 PDT 2000
Boot arguments: root=nfs rw init=3
OpenPIC Version 1.3 (2 CPUs and 16 IRQ sources) at fc000000
OpenPIC timer frequency is 8333848 Hz
time_init: decrementer frequency = 999993480/60 (15MHz)
Calibrating delay loop... 465.31 BogoMIPS
Memory: 30956k available (856k kernel code, 884k data, 72k init) [c0000000,c2000000]
Dentry hash table entries: 4096 (order 3, 32k)
Buffer cache hash table entries: 32768 (order 5, 128k)
Page cache hash table entries: 8192 (order 3, 32k)
POSIX conformance testing by UNIFIX
PCI: Probing PCI hardware
Setting PCI interrupts for a "Mesquite cPCI (MCP750)"
Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
TCP: Hash tables configured (ehash 32768 bhash 32768)
Initializing RT netlink socket
Starting kswapd v 1.5
initialize_kbd: Keyboard reset failed, no ACK
Serial driver version 4.27 with<4>Keyboard timeout[2]
Keyboard timeout[2]
 no serial options enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
VP_IDE: IDE controller on PCI bus 00 dev 59
VP_IDE: 100% native mode on irq 14
    ide0: BM-DMA at 0xffc0-0xffc7, BIOS settings: hda:pio, hdb:pio
ide0: VIA Bus-Master (U)DMA Timing Config Success
    ide1: BM-DMA at 0xffc8-0xffcf, BIOS settings: hdc:pio, hdd:pio
ide1: VIA Bus-Master (U)DMA Timing Config Success
tulip.c:v0.91g-ppc 7/16/99 becker@cesdis.gsfc.nasa.gov
eth0: Digital DS21140 Tulip rev 34 at 0xfffff00, 08:00:3E:2E:54:F1, IRQ 18.
eth0:  EEPROM default media type Autosense.
eth0:  Index #0 - Media MII (#11) described by a 21140 MII PHY (1) block.
eth0:  MII transceiver #1 config 3000 status 7809 advertising 01e1.
  PCI latency timer (CFLT) is unreasonably low at 0.  Setting to 64 clocks.
Sending BOOTP requests..... OK
IP-Config: Got BOOTP answer from 192.168.120.1, my address is 192.168.120.21
Looking up port of RPC 100003/2 on 192.168.120.1
Looking up port of RPC 100005/1 on 192.168.120.1
VFS: Mounted root (NFS filesystem).
Freeing unused kernel memory: 72k init 8k pmac 12k open firmware
Kernel panic: No init found.  Try passing init= option to kernel.
Rebooting in 180 seconds..

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: kernel panic on mcp750
  2000-09-03 17:34 kernel panic on mcp750 Stephen B Johnson
@ 2000-09-03 22:48 ` ben bodley
  2000-09-04  1:22 ` Graham Stoney
  1 sibling, 0 replies; 3+ messages in thread
From: ben bodley @ 2000-09-03 22:48 UTC (permalink / raw)
  To: Stephen B Johnson; +Cc: embedded list


Stephen B Johnson wrote:

> I'm observing a kernel panic when booting the kernel on a Motorola
> MCP750.  The panic indicates "Kernel panic: No init found.  Try passing
> init= option to kernel."
>
> However, I pass init=3 as a parameter.
>
> Any suggestions?

by passing 'init=3' to the kernel, you are telling it to try and load a program called '3'.. is this what you want?? or do you want to
load a shell interpreter such as bash??

init=3 does not change the runlevel..

cheers,

ben

--
/\\------------------------------------------------------------------
ben.bodley/.m2technologyltd.nz/.benb@m2tech.co.nz/.64.9.4448307ext130


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: kernel panic on mcp750
  2000-09-03 17:34 kernel panic on mcp750 Stephen B Johnson
  2000-09-03 22:48 ` ben bodley
@ 2000-09-04  1:22 ` Graham Stoney
  1 sibling, 0 replies; 3+ messages in thread
From: Graham Stoney @ 2000-09-04  1:22 UTC (permalink / raw)
  To: Stephen B Johnson; +Cc: linuxppc-embedded


Stephen B Johnson writes:
> I'm observing a kernel panic when booting the kernel on a Motorola
> MCP750.  The panic indicates "Kernel panic: No init found.  Try passing
> init= option to kernel."

Look in init/main.c:init, where the kernel tries to exec an init program.
One of the steps is failing.  You can add printfs to find out which one.

Check the following:
    - Do you have CONFIG_SASH set?
	If so:
	    - does CONFIG_SASH_PATH exist?
	    - Is it statically linked?
	    - Do you have /dev/console on you root filesystem?

    - Do any of /sbin/init, /etc/init, /bin/init, /bin/sh exist?
    - Are the shared libraries set up to run the above correctly?

Regards,
Graham
--
Graham Stoney
Principal Hardware/Software Engineer
Canon Information Systems Research Australia
Ph: +61 2 9805 2909  Fax: +61 2 9805 2929

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-09-04  1:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-03 17:34 kernel panic on mcp750 Stephen B Johnson
2000-09-03 22:48 ` ben bodley
2000-09-04  1:22 ` Graham Stoney

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).