From owner-freebsd-questions@FreeBSD.ORG Fri Apr 24 20:10:50 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80D6285B for ; Fri, 24 Apr 2015 20:10:50 +0000 (UTC) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A82C1C4C for ; Fri, 24 Apr 2015 20:10:50 +0000 (UTC) Received: by qcpm10 with SMTP id m10so31802334qcp.3 for ; Fri, 24 Apr 2015 13:10:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ZMuccLDXCPMNqRTrabn9zLzLc/EiB7YRhnf38F/aags=; b=r92KAW03n4QNGhhzmGI30AYgTpJW/i1sFFFY2oxjTVDKsrOilqg+CFLtiz8Qzi/1es Gcgc+aL4wBc86K/8ZtSkm3Mu3CKp9HJfIMpzVzu8CZxrtB4lv5YMtJC2j8NmuRw1gCM5 2bh5bCudnm9hkRUqUHB0o6cME+5Xc/cZfemkZhcja2IMx00IytihZTi9XWUv2Fu40d2d Fi0qkxCYt1Rg2y3SDfWgEgiI48egPieT4YHupR1o5AVTmxb0MIo8v3sl4nG60B1xe9I/ lUJlwFBVLeHnYjzNjaTsOIF/0ovOcR7vYCuj9olWUpkckhFITKvBPmXCV+HOqdGC/ETr 9XWg== X-Received: by 10.55.22.40 with SMTP id g40mr177386qkh.103.1429906249295; Fri, 24 Apr 2015 13:10:49 -0700 (PDT) Received: from localhost.localdomain ([209.181.150.218]) by mx.google.com with ESMTPSA id a6sm8994497qgf.17.2015.04.24.13.10.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Apr 2015 13:10:48 -0700 (PDT) Message-ID: <553AA345.9020409@gmail.com> Date: Fri, 24 Apr 2015 14:10:45 -0600 From: jd1008 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Install to a Partition problems. References: <201504232235.t3NMZVmY021704@deneb.dwf.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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:10:50 -0000 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.