2008-12-11 00:25:37

by Task Struct From Hell

[permalink] [raw]
Subject: linux rebooting w/o crash dump

Is there any way to debug a kernel that shuts down without leaving any
sign of crash, shutdown demand or anything else?

I am absolutely sure it's not a power issue, as I am running
multi-boot and it's never shutting down on my other OSes, plus, with a
newer kernel everything works like a charm - even with the flag
'noreboot'. I would seriously love to find the root of this problem,
but I'm feeling slightly hand-tied on it, been seeking for hints and
trying different configurations for about 2 weeks...

Thanks in advance.


2008-12-11 00:33:25

by Ray Lee

[permalink] [raw]
Subject: Re: linux rebooting w/o crash dump

On Wed, Dec 10, 2008 at 4:25 PM, Task Struct From Hell
<[email protected]> wrote:
> Is there any way to debug a kernel that shuts down without leaving any
> sign of crash, shutdown demand or anything else?
>
> I am absolutely sure it's not a power issue, as I am running
> multi-boot and it's never shutting down on my other OSes,

That means nothing. Linux could be improperly driving the fans or
processor, and the board may be going into thermal shutdown. It
wouldn't be a hardware problem, but rather the kernel causing one.

> plus, with a
> newer kernel everything works like a charm - even with the flag
> 'noreboot'.

Confused. You mean a newer linux kernel doesn't show the problem?
Please explain?

> I would seriously love to find the root of this problem,
> but I'm feeling slightly hand-tied on it, been seeking for hints and
> trying different configurations for about 2 weeks...