From owner-freebsd-ppc@FreeBSD.ORG Thu Oct 13 14:33:43 2005 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 2B64C16A420; Thu, 13 Oct 2005 14:33:43 +0000 (GMT) (envelope-from TimSimmons@championrealty.com) Received: from mail.championrealty.com (mail.fnistools.com [206.54.148.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id B102C43D45; Thu, 13 Oct 2005 14:33:42 +0000 (GMT) (envelope-from TimSimmons@championrealty.com) Received: from TIM [67.103.180.19] by mail.championrealty.com with ESMTP (SMTPD32-8.15) id A04C91B6013A; Thu, 13 Oct 2005 09:33:48 -0500 From: "Tim Simmons" To: "'Peter Grehan'" Date: Thu, 13 Oct 2005 10:33:43 -0400 Message-ID: <000701c5d003$1d0a49e0$13b46743@TIM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcXNWYNiRa+s7PyjQjO7VXWlwzdtDQCqENeQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <4349F8D9.4070209@freebsd.org> X-Declude-Sender: TimSimmons@championrealty.com [67.103.180.19] X-Declude-Spoolname: D704C91B6013A1133.SMD X-Declude-Scan: Score [0] at 09:33:49 on 13 Oct 2005 X-Declude-Tests: Whitelisted X-Country-Chain: Organization: Fidelity National Real Estate Solutions Cc: freebsd-ppc@freebsd.org Subject: RE: Panic on boot from CD 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: Thu, 13 Oct 2005 14:33:43 -0000 Sorry it's taken me a while to respond, I've been out on family leave. I have tried as you suggested, booting from the open firmware screen instead of directly from the CD, and I get the same result. I downloaded and burned the 6.0RC1 ISO this morning, and get a slightly different error, but in the same place. The error now reads: KDB: debugger backends: ddb KDB: current backend: ddb Panic: Assertion curthread != NULL failed at /usr/src/sys/kern/kern_mutex.c:268 KDB: enter: panic [thread pid -1 tid 0 ] Stopped at 0: illegal instruction 0 Db> I can't interact with the system at this point to run a stack trace. Any ideas? Oh, and no, it's not an eMac. It's a PowerMac G4 667mhz w/ 256 megs ram. This same machine runs fine under OSX. Tim Simmons IT Technician Champion Realty, Inc. TimSimmons@ChampionRealty.Com Direct:410-975-3028 Fax: 410-647-1187 -----Original Message----- From: Peter Grehan [mailto:grehan@freebsd.org] Sent: Monday, October 10, 2005 1:15 AM To: Tim Simmons Cc: freebsd-ppc@freebsd.org Subject: Re: Panic on boot from CD Hi Tim, > Greetings all, Having an issue booting for the install cd > 6.0-20050518-SNAP-powerpc-disc1.iso. > > I get the prompt to press enter to boot (booting /boot/kernel/kernel in x > seconds), and if I hit enter or let it boot automatically, I get: > > KDB: debugger backends: ddb > > KDB: current backend: ddb > > Panic: mutex All locks list not owned at /usr/src/sys/kern/kern_mutex.c:299 > > KDB: enter: panic ... > Any thoughts? Thanks. Would that be an eMac by any chance ? :) I've yet to get to the bottom of this, though I have an idea or two as to why it's happening. In the meantime, the workaround (at least on my ageing eMac), is to break into OpenFirmware (cmd-opt-o-f at the boot chime) and manually boot from the OpenFirmware prompt 0 > boot cd:,\boot\loader cd:0 later, Peter.