From owner-freebsd-questions@FreeBSD.ORG Fri Apr 24 22:47:14 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 B255FDEA for ; Fri, 24 Apr 2015 22:47:14 +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 6592D1DA2 for ; Fri, 24 Apr 2015 22:47:14 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t3OMlCDf001912 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 24 Apr 2015 16:47:12 -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 t3OMlBvP001909; Fri, 24 Apr 2015 16:47:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 24 Apr 2015 16:47:11 -0600 (MDT) From: Warren Block To: jd1008 cc: freebsd-questions@freebsd.org Subject: Re: Install to a Partition problems. In-Reply-To: <553AA345.9020409@gmail.com> Message-ID: References: <201504232235.t3NMZVmY021704@deneb.dwf.com> <553AA345.9020409@gmail.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 16:47:12 -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 22:47:14 -0000 On Fri, 24 Apr 2015, jd1008 wrote: > > > On 04/24/2015 02:07 PM, Warren Block wrote: >> 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. > But that does not mean that the BIOS understands gpt partitions, in order > to give the user the choice of which partition to boot. Well, no. Grub is started, and it is responsible for showing the list of bootable partitions. It can deal with GPT partitions, I've done that.