From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DE7E4DDE0E for ; Sun, 15 Jun 2008 17:04:15 +1000 (EST) Subject: Re: macmini g4 can't boot with new kernel From: Benjamin Herrenschmidt To: Dave Young In-Reply-To: References: Content-Type: text/plain Date: Sun, 15 Jun 2008 17:04:05 +1000 Message-Id: <1213513445.8129.91.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2008-06-15 at 12:12 +0800, Dave Young wrote: > Hi, > > I recently built kernel 2.6.26-rc5 for my macmini g4, but it can't > boot. I'm not sure if it's related to kernel or yaboot, or the open > firmware. > > My distribution is yellowdog 6.1, config file attached > > After load the kernel , it reports: > > zImage starting : loaded at 0x004001f8 (SP:0x0023eea4) > Allocating 0xc04b26c1 bytes > ... > Invalid memory access at %SRR0 : 004020e4 %SRR1 : 00003030 What are you trying to boot precisely ? >>From yaboot, I would suggest you try to boot a straight vmlinux rather than a zImage. The later's never been really supported. Cheers, Ben.