From owner-freebsd-ppc@FreeBSD.ORG Sun Jan 28 20:06:29 2007 Return-Path: X-Original-To: freebsd-ppc@FreeBSD.org Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A06116A400 for ; Sun, 28 Jan 2007 20:06:29 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id D68D013C491 for ; Sun, 28 Jan 2007 20:06:28 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from [192.168.0.13] (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CMH65256 (AUTH peterg@ptree32.com.au); Mon, 29 Jan 2007 06:05:09 +1000 (EST) Message-ID: <45BD015F.1050007@freebsd.org> Date: Sun, 28 Jan 2007 12:02:39 -0800 From: Peter Grehan User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Soeren Straarup References: <20070127145546.GD88070@x12.dk> <45BBE301.4030904@freebsd.org> <45BBE806.9080603@freebsd.org> <20070128060211.GE88070@x12.dk> In-Reply-To: <20070128060211.GE88070@x12.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@FreeBSD.org Subject: Re: Boot from hd on B&W G3 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jan 2007 20:06:29 -0000 Hi Soeren, >> Meant: does the hd:10 partition start at > 8Gb into the drive .. > > It doesn't there is a bunch of omb partitions and 9 is 128mb (using that for > swap) Ok. > It loads the kernel from the hd it seems .. the |/-\| goes faster than when it > boot from cd. > I have tried the ata_dma thing with out any luck. > Here is the message i get: > /boot/kernel/kernel data=0x3c209c+0x98c34 syms=[0x4+0x419c0+0x4+0x522b4] > DEFAULT CATCH!, code=900 at %SSR0:ff818d70 %SSR1:0000b030 > > Hope that gives a hint, btw i presume that the G3 B&W is a rev 2, i can > try a rev 1 at some point (have both models). The loader is still executing at this point. And it does ring a bell, I remember seeing something like that when I did have a B&W G3 but made no progress on working out what was going on. An ugly, ugly, ugly workaround is to boot the kernel from the CDROM, but mount root from hard drive. From memory that would work when ATA DMA was disabled. later, Peter.