From owner-freebsd-questions@FreeBSD.ORG Mon Feb 15 05:57:58 2010 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 3B7FA106568F for ; Mon, 15 Feb 2010 05:57:58 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (pool-98-108-131-15.ptldor.fios.verizon.net [98.108.131.15]) by mx1.freebsd.org (Postfix) with ESMTP id CCA488FC15 for ; Mon, 15 Feb 2010 05:57:57 +0000 (UTC) Received: by sopwith.solgatos.com (Postfix, from userid 66) id 2909DB64F; Sun, 14 Feb 2010 21:57:07 -0800 (PST) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id DAA02608; Mon, 15 Feb 2010 03:27:58 GMT Message-Id: <201002150327.DAA02608@sopwith.solgatos.com> To: freebsd-questions@freebsd.org Date: Sun, 14 Feb 2010 19:27:58 PST From: Dieter Subject: GPT disks and multibooting? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 05:57:58 -0000 Where is the documentation for /boot/pmbr and /boot/gptboot ? Where is the documentation on setting up multibooting with GPT partitioned disks? Poked around in the FAQ, handbook and google, but no joy. All I have found is gpt(8) and gpart(8). MBR partitioning isn't entirely working with 2TB drives, and is guaranteed to not work past 2 TiB, so GPT is essential.