DENX . DULG . LinuxKernelPanicsBecauseInitProessDies |
... VFS: Mounted root (nfs filesystem). Freeing unused kernel memory: 140k init init has generated signal 11 but has no handler for it Kernel panic - not syncing: Attempted to kill init!
"etc/ld.so.cache"
. That should fix this problem:
# cd /opt/eldk/ppc_6xx/ # rm -f etc/ld.so.cache
"etc/ld.so.cache"
contains a compiled list
of system libraries. This file is used by the dynamic linker/loader ld.so
to cache library information. If it does not exist, rebuilt automatically.
For some reason, a corrupted or partial file was written to your root
file system.
This corrupt file then confused the dynamic linker so that it crashed
when trying to start the init
process.
init
dies with an unhandled signal like this:
Freeing unused kernel memory: 124k init PHY: e0103320:00 - Link is Up - 100/Full init has generated signal 4 but has no handler for it Kernel panic - not syncing: Attempted to kill init! Rebooting in 1 seconds..
CONFIG_MATH_EMULATION
) enabled but you still try
to boot into a rootfilesystem intended for FPU systems.ppc_6xx
rootfilesystem on an 8xx system.
----- Revision r1.2 - 14 Aug 2009 - 13:59 - DetlevZundel
|