Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Oct 2017 10:50:32 -0700
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-ppc@freebsd.org
Subject:   Re: Kernel Panic on PowerMac G4 "Digital Audio" during boot
Message-ID:  <2630827.Dl6EVAUysv@ralph.baldwin.cx>
In-Reply-To: <BB180DA7-1B8E-4C51-AB67-AA1423331CB7@gmx.de>
References:  <BB180DA7-1B8E-4C51-AB67-AA1423331CB7@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday, September 30, 2017 10:42:36 PM Alexander Coers wrote:
> Hi all,
> 
> I wanted to try (after a long time) FreeBSD on my PowerMac. I used the 11.1 installation CD. Installation went smooth, everything worked well.
> If I now boot FreeBSD (currently selecting in OF boot manager with left Alt) from SSD, the kernel needs ages (up to 2 min) to load (time between message from loader and autoboot prompt).
> Shortly after that the kernel panics right after initialisation of gme0 and cryptosoft0 with
> panic: timed sleep before timers are working
> cpuid = 0
> KDB: stack backtrace:
> 00 0x4c6f00. at vpanic+0x1d4
> 01 0x4c6f9c at panic+0x54
> 02 0x534988 at sleepq_set_timeout_sbt+0x78
> 03 0x4d3c4c at _sleep+0x28c
> 04 0x821af0 at swapper+0x374
> 05 0x4484fc at si_startup+0x238

That seems bizarre as that means mi_startup() has finished
(swapper is the last SYSINIT) so 'cold' should have been
cleared.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2630827.Dl6EVAUysv>