From owner-freebsd-questions@FreeBSD.ORG Sun May 31 08:33:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C9B31065672; Sun, 31 May 2009 08:33:07 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id DDA7D8FC1B; Sun, 31 May 2009 08:33:05 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4V8WwPt023220; Sun, 31 May 2009 10:32:58 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4V8WwBv023217; Sun, 31 May 2009 10:32:58 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 31 May 2009 10:32:58 +0200 (CEST) From: Wojciech Puchar To: John Nielsen In-Reply-To: <200905302136.49369.lists@jnielsen.net> Message-ID: References: <200905302136.49369.lists@jnielsen.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org, freebsd-geom@freebsd.org Subject: Re: FreeBSD on USB drive for a MacBook Pro X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2009 08:33:07 -0000 > > 4) Just to be contrary, I'd also like to use GELI (if possible) for > everything but /boot. Does needing an extra /boot partition change > anything? Actually you can't create /boot partition, but something else like /b and link /boot to /b/boot bootloader subsystem requires that things are in /boot subdirectory on bootpartition. make /boot partition a, encrypted partition as d and add in loader.conf vfs.root.mountfrom="ufs:da0d.eli" if you do this and not forget to add -b in geli init everything will just work.