From owner-freebsd-ppc@freebsd.org Sat Feb 4 20:44:29 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 645BFCCE20B for ; Sat, 4 Feb 2017 20:44:29 +0000 (UTC) (envelope-from tgl@sss.pgh.pa.us) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B838842 for ; Sat, 4 Feb 2017 20:44:29 +0000 (UTC) (envelope-from tgl@sss.pgh.pa.us) Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id v14Kd6Rg021545; Sat, 4 Feb 2017 15:39:06 -0500 From: Tom Lane To: Garrett Zuhoski cc: freebsd-ppc@freebsd.org Subject: Re: Error with Install CD on PPC iMac G3 In-reply-to: References: Comments: In-reply-to Garrett Zuhoski message dated "Sat, 04 Feb 2017 12:35:41 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21543.1486240746.1@sss.pgh.pa.us> Date: Sat, 04 Feb 2017 15:39:06 -0500 Message-ID: <21544.1486240746@sss.pgh.pa.us> X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2017 20:44:29 -0000 Garrett Zuhoski writes: > I have an old iMac that I was wanting to play around with, and since linux > has been dropping PPC support left and right, I figured this would be a > good opportunity to play around with other Unices like FreeBSD. > Upon boot, the bootloader comes up and loads the kernel, then quickly > scrolling text followed by a reboot of the machine. > Here is a photo of the error: http://i.imgur.com/ZgBBLjG.png Which FreeBSD version is that? My own experience on a couple different PPC-era Macs is that 10.3 works fine, but 11 and CURRENT hang somewhere near where you're showing. Might or might not be the same issue. The archives of this list contain several different threads about boot problems on Apple PPC hardware over the last year or so. regards, tom lane