Subject: Re: Powerbook G4 doesn't boot
To: davide <d.zanon@infinito.it>
From: Tim Kelly <hockey@dialectronics.com>
List: port-macppc
Date: 08/31/2004 06:00:22
On Tue, 31 Aug 2004 13:18:41 +0000
davide <d.zanon@infinito.it> wrote:

> The second is really infinite... what can I do? Which part should I
> post (or attach)?
> Which part is useful?

My fault. I was using the syntax for dump instead of dis. Try

%SRR0 10 - dis

That should disassemble 10 instructions before the currently executing
instruction. Also, do it from the link register as well - 

%LR 10 - dis

Have you tried netbooting the kernel? I have found that mysterious
kernel panics during booting can be the result of discontiguous files on
the boot media.

tim