From owner-freebsd-ppc@FreeBSD.ORG Fri Sep 28 20:59:07 2012 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 D14FA106566C for ; Fri, 28 Sep 2012 20:59:07 +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 5EBE58FC18 for ; Fri, 28 Sep 2012 20:59:06 +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 q8SKlpHx098463; Fri, 28 Sep 2012 22:47:51 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <50660CF7.3060903@fgznet.ch> Date: Fri, 28 Sep 2012 22:47:51 +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: <50546177.3090507@fgznet.ch> 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: Fri, 28 Sep 2012 20:59:07 -0000 On 15.09.12 13:56, Howard Marshall wrote: > Just tried it and it worked! Thanks Andreas! Fyi, I committed a fix to 9.1 stable which allows the 'used to' behavior. Now you do not need to add all involved modules to the loader.conf. It should resolve its dependencies at load time. All you need is a loader built from the sources of 9.1-stable. Andreas > On 15 Sep 2012, at 12:07, Andreas Tobler wrote: > >> 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.