From owner-freebsd-ppc@FreeBSD.ORG Sun Oct 22 18:51:29 2006 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B01FF16A407 for ; Sun, 22 Oct 2006 18:51: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 D12B743D6D for ; Sun, 22 Oct 2006 18:51:28 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [10.33.24.110] (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CFU93611 (AUTH peterg@ptree32.com.au); Mon, 23 Oct 2006 04:51:12 +1000 (EST) Message-ID: <453BBDDA.5060204@freebsd.org> Date: Sun, 22 Oct 2006 11:52:10 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8b) Gecko/20051014 MIME-Version: 1.0 To: Torfinn Ingolfsen References: <20061022192950.9e5ec3fa.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20061022192950.9e5ec3fa.torfinn.ingolfsen@broadpark.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: October snapshot available X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 18:51:29 -0000 Hi Torfinn, > When booted with the "C" key, the kernel loads and boots, prints the two > lines reproduced below, and then nothing happens: > KDB: debugger backends: ddb > KDB: current backend: ddb ... > Any hints on what to try now? Would you be able to boot from the ofw prompt, but break into the loader and do a 'boot -v' ? This may display some more bootlog and isolate where things are going astray. How much RAM do you have on your G4 ? later, Peter.