From owner-freebsd-questions@FreeBSD.ORG Fri Mar 7 19:25:33 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67AB4F9C for ; Fri, 7 Mar 2014 19:25:33 +0000 (UTC) Received: from holgerdanske.com (holgerdanske.com [184.105.128.27]) by mx1.freebsd.org (Postfix) with SMTP id 38B2A3FD for ; Fri, 7 Mar 2014 19:25:33 +0000 (UTC) Received: from ::ffff:184.23.143.12 ([184.23.143.12]) by holgerdanske.com for ; Fri, 7 Mar 2014 11:25:31 -0800 Message-ID: <531A1D29.2000108@holgerdanske.com> Date: Fri, 07 Mar 2014 11:25:29 -0800 From: David Christensen User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20131104 Icedove/17.0.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: FreeBSD 10 RELEASE amd64 how to install on single drive with encrypted ZFS root? References: <53197EF6.4070902@holgerdanske.com> <5319913D.4040207@infracaninophile.co.uk> <531A072A.8020809@holgerdanske.com> <1a9d01cf3a33$15f032c0$41d09840$@FreeBSD.org> In-Reply-To: <1a9d01cf3a33$15f032c0$41d09840$@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 19:25:33 -0000 On 03/07/2014 10:28 AM, dteske@FreeBSD.org wrote: > Try changing GTP to MBR. Thanks for the reply. :-) That did it! Thanks! > What you really want to walk through is /var/log/bsdinstall_log after you've > performed a successful install with disk encryption enabled. > The installer logs everything that it's doing to /tmp/bsdinstall_log and > then copies that to /var/log right before rebooting. I assume you mean: /var/log/bsdinstall_log Very useful. :-) David