From owner-freebsd-ppc@FreeBSD.ORG Sat Sep 15 11:56:31 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 541B81065689 for ; Sat, 15 Sep 2012 11:56:31 +0000 (UTC) (envelope-from undertheburningsun@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CF6458FC08 for ; Sat, 15 Sep 2012 11:56:30 +0000 (UTC) Received: by weyx56 with SMTP id x56so3446403wey.13 for ; Sat, 15 Sep 2012 04:56:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=W+JrXbTSWH8mk8YN1Gnrf8CUCbFNX6DSh3fVJ5XaBOI=; b=iEO4oKE1YhfWC3GA8uYyd4BVktsbg0d/uqWhYa80NldjXuOlfO+/hAcKG6CGmLqXwk pb4Z27N5aSswzoSRxM/RmTwGb9xyxD7+PWigljx5lmme7boNuTA8rO3nayczar6lP6RJ MpjLseLJHBWleNY/RG64ztiynSGB7feQsyYp/YELgYY7AtSkb2nGwZIENnCgIC2jHVYc 5L3o7HnlU0OmwqcTxXlDN0XlXHRPIXOII/RNHMTMrqvsXkmF/B2Z1JGsNIaW5SYazz+7 nsSOaf/UyCyV3fiC2qgszW2ac4PNPcn98jfEk38ZVyMpGi2YvqeLysGEQT38IC7GucxN VsTA== Received: by 10.216.131.205 with SMTP id m55mr3240313wei.49.1347710184490; Sat, 15 Sep 2012 04:56:24 -0700 (PDT) Received: from kair.home (host86-146-32-176.range86-146.btcentralplus.com. [86.146.32.176]) by mx.google.com with ESMTPS id l5sm6781154wix.5.2012.09.15.04.56.22 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Sep 2012 04:56:23 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: Howard Marshall In-Reply-To: <50546177.3090507@fgznet.ch> Date: Sat, 15 Sep 2012 12:56:21 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <50546177.3090507@fgznet.ch> To: Andreas Tobler X-Mailer: Apple Mail (2.1278) 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:56:31 -0000 Just tried it and it worked! Thanks Andreas! Howard On 15 Sep 2012, at 12:07, Andreas Tobler wrote: > On 15.09.12 11:41, Howard Marshall wrote: >> Hey all, >>=20 >> I have a problem installing FreeBSD with an encrypted root onto my = Mac Mini G4 (PowerMac10,1) >>=20 >> I've detailed it all in this forum post if anyone has any ideas >>=20 >> http://forums.freebsd.org/showthread.php?p=3D189930 >>=20 >> Any help would be greatly appreciated :) >=20 > Try to load crypto and zlib also at boot time. Iow, add > zlib_load=3D"YES" and crypto_load=3D"YES" to your loader.conf. >=20 > I noticed recently that automatic dependency resolution doesn't seem = to work with powerpc module loading. >=20 > Regarding the rest I have no clue. Just an idea. >=20 > Andreas >=20