PDA

View Full Version : Kernel bug at boot


eelco
5th April 2004, 09:17 PM
I installed FC2T2 recently. Installing the thing went allright, more or less, and the first few times i booted the machine it started fine. But now i get a kernel bug somewhere around entering runlevel 5.

Sometimes it shows a message about a kernel bug:

------------[ cut here ]------------
kernel BUG at fs/proc/generic.c:664!
invalid operand: 0000 [#1]
CPU: 0
[...]


Now, i would want to report this bug in bugzilla, but i can't find the messages in any log files. For example, dmesg just ends where the bug output began.

Can anyone tell me where to look for this kind of output?

eelco

LordMorgul
7th April 2004, 05:44 AM
If the boot continues normally you should be able to find that error in /var/log/messages or in /var/log/boot.log.

fedaykin
8th April 2004, 10:27 AM

Hi,

I recieved the same messages.

You can find it with 'dmesg'.

eelco
8th April 2004, 04:46 PM
Unfortunately, the boot process stops at the bug. Booting in FC1 gave me a chance to look around on the FC2T2-partition, but apart from dmesg, no intreresting files had been changed, and the bug output was not in dmesg.

Oh well, i'll just use a camera.

kel
8th April 2004, 05:06 PM
Try booting into single user level (for a howto see
http://www.experts-exchange.com/Operating_Systems/Linux/Q_20802661.html - ignoring all the flashy crap), mount all of your filesystems ($ mount -a), and then check the log files /var/log/messages to see upon what the boot process is chocking.