From owner-freebsd-questions@FreeBSD.ORG Mon Apr 1 02:06:37 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E4DA166F for ; Mon, 1 Apr 2013 02:06:37 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-qe0-f52.google.com (mail-qe0-f52.google.com [209.85.128.52]) by mx1.freebsd.org (Postfix) with ESMTP id AB3ABD21 for ; Mon, 1 Apr 2013 02:06:37 +0000 (UTC) Received: by mail-qe0-f52.google.com with SMTP id jy17so1013012qeb.11 for ; Sun, 31 Mar 2013 19:06:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=4jVldK++dRKoq619WugbRo2oXIuzz9cIyiNgCK4cGFY=; b=AJRALN1Cx9QOt4VsZF3Th15jLY1lpWpfrnRCl+J1nB3eSLD6rmb5wK5ItMr1dXuEuq UMwnRCq8uqp1to8vweL87aG6VgyCwQQ808Nq1gn1i2SZGGnQAnWBX7o9/OyRdOBQRq0z m331VAyN77bUPF+BDLpoACvTyCt35ouGP5LMQgY0f17EH1oquln9hC/MbpYPXMQsNPZO 87EBi68N+siWpuP8e8cPr03HPaHFB9kYcP4DUTK/PxkQdcKPgXYHaXijzK5FnNHUQEBy EWBoVyVkl5WhnYWT3Atl1f1rLeKEKjIGu6JLRSsSbVuiCgNSCPHUUR6j247OSE+eY4uu eoQQ== X-Received: by 10.229.93.71 with SMTP id u7mr4343222qcm.44.1364781991339; Sun, 31 Mar 2013 19:06:31 -0700 (PDT) Received: from [192.168.1.34] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id k8sm18757117qej.2.2013.03.31.19.06.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 31 Mar 2013 19:06:30 -0700 (PDT) Message-ID: <5158EBA0.9010000@gmail.com> Date: Sun, 31 Mar 2013 21:06:24 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: gpart References: <004301ce2e78$3e274fc0$ba75ef40$@thenetnow.com> <20130401085447.5f7bef64@X220.ovitrap.com> In-Reply-To: <20130401085447.5f7bef64@X220.ovitrap.com> 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.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 02:06:38 -0000 On 3/31/2013 8:54 PM, Erich Dollansky wrote: > I have had only one problem with this description. I could not boot > from a GPT setup on my machine done as described there. But I have a > disk done with PCBSD based on 9.0 which booted well. I cannot tell you > if this is a problem caused by a later chance on the side of FreeBSD. Did you make sure to install the gpt bootloader instead of the standard bootloader? I believe I have the gptzfsboot, so I have no UFS partitions and everything's partitioned with GPT. There's no guarantee it will fix it, bios quirks happens.