linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Kernel panic: No init found.
@ 2000-12-13 14:17 Nils Hagge
       [not found] ` <976717249.3a3785c2030de@mail.serialsystem.com.sg>
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Nils Hagge @ 2000-12-13 14:17 UTC (permalink / raw)
  To: linuxppc-embedded


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/

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Kernel panic: No init found.
@ 2003-09-26  6:44 Mike G.
  2003-09-26 17:44 ` Mark Hatle
  0 siblings, 1 reply; 11+ messages in thread
From: Mike G. @ 2003-09-26  6:44 UTC (permalink / raw)
  To: linuxppc-embedded


hi there,

Can someone help me with this.. .been try to figure it out for quite
sometime... and still stuck at it.  I am using u-boot-0.4.0 and
linux-2.4.20-rc2 and runnig it for a board equip with MPC857. I don't
know what is wrong with this. I have check it ramdisk log file
everything seem to be there .. including the init. I have try to mount
the squashfs on the host PC and run the init and it works. Hmm.. I am
out of ideas on what to try next.. Help me please please....

here the output :-

Inte0: Swapping erase regions for broken CFI table.
number of CFI chips: 1
init_inte: bank1, name:Inte0, size:4194304bytes
Inte flash0: Using Static image partition definition
Creating 5 MTD partitions on "Inte0":
0x00000000-0x00080000 : "kernel"
0x00080000-0x00180000 : "ramdisk"
0x00180000-0x00300000 : "user1"
0x00300000-0x00380000 : "uboot"
0x00380000-0x00400000 : "user2"
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 1024 bind 1024)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (squashfs filesystem) readonly.
Freeing unused kernel memory: 44k init
Kernel panic: No init found.  Try passing init= option to kernel.
 <0>Rebooting in 180 seconds..

Regards,
Mike

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

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Kernel panic : No Init Found
@ 2008-08-18  9:11 Fabien Oriede
  0 siblings, 0 replies; 11+ messages in thread
From: Fabien Oriede @ 2008-08-18  9:11 UTC (permalink / raw)
  To: linuxppc-embedded

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

Hi all,
I have downloaded the SELF pRamdisk image from the DENX website and I placed it in FLASH at 0xFFC00000. The init file is in /sbin/init. When I try to boot Linux with "bootm ffa00000 ffc00000", Linux mounts the initrd image and next, it shows the message "No Init Found" even if I have "init=/sbin/init" in the kernel command line.
Does I need to activate MTD options in the kernel to use an initrd image ?
Thanks,
Fabien.


      _____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

[-- Attachment #2: Type: text/html, Size: 975 bytes --]

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

end of thread, other threads:[~2008-08-18  9:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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