From owner-freebsd-ppc@FreeBSD.ORG Fri Aug 1 02:25:21 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D0F9106566B for ; Fri, 1 Aug 2008 02:25:21 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 204E18FC0C for ; Fri, 1 Aug 2008 02:25:20 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id CD08312123; Fri, 1 Aug 2008 12:25:18 +1000 (EST) Received: (from dommail.onthenet.com.au [206.132.194.9]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with HTTP/1.1 id EFA73657 (AUTH peterg@ptree32.com.au); Fri, 1 Aug 2008 12:24:38 +1000 (EST) From: Peter Grehan To: Richard DeLaurell X-Mailer: Mirapoint Webmail Direct 3.8.6-GA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20080801122438.EFA73657@dommail.onthenet.com.au> Date: Fri, 1 Aug 2008 12:24:38 +1000 (EST) Cc: freebsd-ppc@freebsd.org Subject: Re: imac rev D 7.0 rel booting issue 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: Fri, 01 Aug 2008 02:25:21 -0000 Hi Richard, >I installed FreeBSD 7 on partitions 11-16; those begin >at 11g. .. >I seem to remember something about the imacs having an 8g >limit. Is this what I am running into? I believe this might be the case: it's a limit with OpenFirmware, which the FreeBSD loader uses to access disk blocks. >Why does it not affect the NB2 installation? As you mentioned, the NetBSD kernel is in the os9 partition, which is < 8G. Once the o/s has booted, NetBSD (and FreeBSD) will use hardware to directly access the drives and An issue you have seen is that the FreeBSD loader has no HFS filesystem support, so it can't boot a kernel that is on the same HFS partition that it may itself live on. later, Peter.