Date: Wed, 12 Oct 2005 15:53:12 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-ppc@freebsd.org Cc: Peter Grehan <grehan@freebsd.org> Subject: Re: Panic on boot from CD Message-ID: <200510121553.14347.jhb@freebsd.org> In-Reply-To: <4349F8D9.4070209@freebsd.org> References: <001901c5cab0$5b047200$13b46743@TIM> <4349F8D9.4070209@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 10 October 2005 01:15 am, Peter Grehan wrote: > 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. Perhaps something is trying to do a mtx_init() or mtx_destroy() before mutex_init() has been called? -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510121553.14347.jhb>