From owner-freebsd-current@FreeBSD.ORG Thu Sep 1 19:25:26 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 543DD1065670 for ; Thu, 1 Sep 2011 19:25:26 +0000 (UTC) (envelope-from matt.thyer@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id A7E4C8FC15 for ; Thu, 1 Sep 2011 19:25:25 +0000 (UTC) Received: by wwi36 with SMTP id 36so2364344wwi.31 for ; Thu, 01 Sep 2011 12:25:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sCzh5hcVkB8+FheWFbGkYqw6MPC7oIG4pcFj20lXFOc=; b=umFhxa7VU6R1tRoVY81tMK22Juv22EkiLpIlHR73rl3esHwhjCqORxuwXAQanFd9Ss wZ5ruFmPC3vUX6M4wZi5kbmNYFVjprDbV0rFZno/s+x5k8cQkhZdvu3yMkHWOZOk1e8+ g+l4GVLP5jqqzVyXnTYjvY7tbUnh+kfRcfR9g= MIME-Version: 1.0 Received: by 10.216.165.212 with SMTP id e62mr217606wel.87.1314905124194; Thu, 01 Sep 2011 12:25:24 -0700 (PDT) Received: by 10.216.39.80 with HTTP; Thu, 1 Sep 2011 12:25:23 -0700 (PDT) Received: by 10.216.39.80 with HTTP; Thu, 1 Sep 2011 12:25:23 -0700 (PDT) In-Reply-To: <4E5FD76C.5080304@freebsd.org> References: <4E5FD76C.5080304@freebsd.org> Date: Fri, 2 Sep 2011 04:55:23 +0930 Message-ID: From: Matt Thyer To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Warren Block , Jason Campbell , freebsd-current@freebsd.org Subject: Re: Problems booting 9.0-BETA1 memstick X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2011 19:25:26 -0000 On Sep 2, 2011 4:35 AM, "Nathan Whitehorn" wrote: > > On 09/01/11 14:00, Matt Thyer wrote: >> >> Shouldn't we use MBR partitioning instead of GPT for the memstick image ? >> >> We won't need larger than 2TiB installation media for many decades! > > > It uses GPT so that the partition can be labeled, and fstab will not need e.g. da0 hard-coded into it. makefs, which builds the filesystem, does not support UFS labels. > -Nathan A hack to transparently ignore GPT partition problems on the install media might be required. Or else a utility to fix the memstick partition table.