LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Help!!! <0> kernel panic – not syncing : Fatal exception (https://www.linuxquestions.org/questions/linux-kernel-70/help-0-kernel-panic-%96-not-syncing-fatal-exception-710386/)

vab05391 03-09-2009 09:42 PM

Help!!! <0> kernel panic – not syncing : Fatal exception
 
This error occurs when I tried to to install new OS which
is linux CENTOS 5.0 from Fedora. When the CENTOS 5.0 boot screen appears, after I hit <ENTER> this error comes next :



Modules linked in:
CPU : 0
EIP : 0060 : [<c041041c>] Not tainted VLI
EFLAGS : 00010202 (2.6.18-92.e15 #1)
EIP is at powernowk8_init+0x5e/0x1c2
eax : 00000000 ebx : 00000000 ecx : 0000000e edx : 00000020
esi : 00000000 edi : c06242c3 ebp : 00000000 esp : c1866fa0
ds : 007b es : 007b ss: 0068
Process swapper (pid: 1, ti=c1866000 task=c1867aa0 task.ti=c1866000)
Stack : 00000000 c071bbe4 00000000 c06ec5a8 c06e7fd8 c0404dee 00000202 c0bec42b
00000000 00000000 00000000 00000000 00000000 00000000 c06ec42b 00000000
00000000 c0405c3b 00000000 00000000 00000000 00000000 00000000 00000000

Call Trace :
[<c06ec5a8>] init+0x17d/0x24a
[<c0404dee>] ref_from_fork+0x6/0x1c
[<c06ec42b>] init+0x0/0x24a
[<c06ec42b>] init+0x0/0x24a
[<c0405c3b>] kernel_thread_helper+0x7/0x10
=========================

Code : 83 3d 20 41 67 c0 01 75 40 83 3d 84 d4 76 c0 00 75 37 68 01 00 00 00 bf c3
42 62 c0 e8 ba 12 19 00 b9 0f 00 00 00 89 c6 49 78 08 <ac> ae 75 08 84 c0 75 f5
31 c0 eb 04 19 c0 0c 01 85 c0 75 0a c7

EIP : [<c041041c>] powernowk8_init+0x1c2 SS : ESP 0068 : c1866fa0
<0> kernel panic – not syncing : Fatal exception





What should be the possible solution for this?
I am asking for this help because I am not familiar in LINUX.
I'll be waiting to all of your ideas. And I will
respect it also. Thanks in advance.

odcheck 03-10-2009 03:46 AM

see below

odcheck 03-10-2009 03:48 AM

Ok there're tons of things that could be the root of this problem.
But I often recognized that the /etc/fstab and the /boot/grub/menu.lst (or grub.conf) are missunderstanding each other.
It is always in conjunction with "lables" for example.

FSTAB

/=CENTOS /dev/sda1 ext3 defaults
..... and so on. 1st column is a label for the root partition but this isn't known from the grub.conf

So IF YOU KNOW on which Partition the "/" <-- root of your installation is. For e.g. /dev/hda1 (IDE) or /dev/sda1 then
YOU could edit the boot prompt line and tell the loader where to find it's needs...
Quote:

Originally Posted by other (Post 3470505)
... 5.0 boot screen appears, after I hit <ENTER> this error c....

<-- press "e" to edit.

emi_ramo 03-10-2009 06:53 AM

Well, I never work with labels, but I do with UUIDS, that is pretty similar. GRUB recognizes them, but I'm not sure if it also recognizes LABEL. Also, when GRUB doesn't recognizes the partition, kernel panic isn't the output it gives. It says something like "no kernel in this partition" or similar.

It seems like last error IS significant:
Code:

EIP : [<c041041c>] powernowk8_init+0x1c2 SS : ESP 0068 : c1866fa0
I'm not sure at all, but I think that maybe you're trying to load a bad architecture on your computer. Probably we'll need some more info for helping you:
* Which is your CPU architecture? (i386, AMD64, powerpc...) or which is your CPU? (Pentium 4, Core 2 duo, Celeron, Xeon, ....) and year you bought it?
* Which is the install CD architecture?
* Have you tried an exhaustive memtest on your computer? (memory may be damaged)
* Have you tried some other live distro, as ubuntu or knoppix?

See you here!
emi


All times are GMT -5. The time now is 10:26 PM.