From owner-freebsd-ppc@FreeBSD.ORG Sat Sep 15 11:07:44 2012 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8168D106566C for ; Sat, 15 Sep 2012 11:07:44 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 0DD188FC08 for ; Sat, 15 Sep 2012 11:07:43 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id q8FB7ZOT087040; Sat, 15 Sep 2012 13:07:36 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <50546177.3090507@fgznet.ch> Date: Sat, 15 Sep 2012 13:07:35 +0200 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Howard Marshall References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: freebsd-ppc@freebsd.org Subject: Re: Apple PowerPC Encrypted Root Install 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: Sat, 15 Sep 2012 11:07:44 -0000 On 15.09.12 11:41, Howard Marshall wrote: > Hey all, > > I have a problem installing FreeBSD with an encrypted root onto my Mac Mini G4 (PowerMac10,1) > > I've detailed it all in this forum post if anyone has any ideas > > http://forums.freebsd.org/showthread.php?p=189930 > > Any help would be greatly appreciated :) Try to load crypto and zlib also at boot time. Iow, add zlib_load="YES" and crypto_load="YES" to your loader.conf. I noticed recently that automatic dependency resolution doesn't seem to work with powerpc module loading. Regarding the rest I have no clue. Just an idea. Andreas