From owner-freebsd-questions@FreeBSD.ORG Fri Apr 24 20:07:36 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90F8F5CA for ; Fri, 24 Apr 2015 20:07:36 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4412A1C29 for ; Fri, 24 Apr 2015 20:07:35 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t3OK7RDV062278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 24 Apr 2015 14:07:27 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t3OK7QhD062271; Fri, 24 Apr 2015 14:07:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 24 Apr 2015 14:07:26 -0600 (MDT) From: Warren Block To: Kent Kuriyama cc: reg@dwf.com, FreeBSD Questions Subject: Re: Install to a Partition problems. In-Reply-To: Message-ID: References: <201504232235.t3NMZVmY021704@deneb.dwf.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 24 Apr 2015 14:07:27 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 20:07:36 -0000 On Thu, 23 Apr 2015, Kent Kuriyama wrote: > You need to use MBR vice GPT partitioning. While GPT can support multiple > boot partitions, the GPT boot loader doesn't let you interactively choose > what partition to boot from. The boot loader for MBR does. I think that PCBSD uses Grub now, so that should not be necessary. bsdinstall ought to be able to install to any given GPT partition, but I can't say I have tried that.