From owner-freebsd-current@FreeBSD.ORG Sun Oct 9 02:00:42 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 1A88C106566C for ; Sun, 9 Oct 2011 02:00:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id B918A8FC08 for ; Sun, 9 Oct 2011 02:00:41 +0000 (UTC) Received: by gyf2 with SMTP id 2so5804555gyf.13 for ; Sat, 08 Oct 2011 19:00:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=nuusLMcp63haUVo0EUaplNxpA9yNuO+C3/FOsb/XLFM=; b=pOegFljieOB0JO+1OoIht/Zhi/2baX4/2Vy5mu107DSeYrYUc2kd7vfsxDSimWXts0 5m4kTADXkqrCbbRXIP+1Lo7ynutQPun37yuxYdKEfDcGQf8gMLfRTljj0w9fPMgdEfdf e3AMWGxOgKVlbAqX15NLlq75TAJqbwJk2xsyo= MIME-Version: 1.0 Received: by 10.236.197.104 with SMTP id s68mr17963358yhn.20.1318125640942; Sat, 08 Oct 2011 19:00:40 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Sat, 8 Oct 2011 19:00:40 -0700 (PDT) In-Reply-To: <4E90B4B1.7000009@FreeBSD.org> References: <20111008155252.GA24223.edited@vs2.gothschlampen.com> <4E90B4B1.7000009@FreeBSD.org> Date: Sun, 9 Oct 2011 10:00:40 +0800 X-Google-Sender-Auth: nRdNnrOQPCDI8TkPceg0r-uVtOo Message-ID: From: Adrian Chadd To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 Cc: Garrett Cooper , freebsd-current@freebsd.org, "Thomas K." Subject: Re: Memstick image differences between 8.x and 9.x 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: Sun, 09 Oct 2011 02:00:42 -0000 On 9 October 2011 04:38, Glen Barber wrote: > > GPT should have no impact on booting from the memory stick, as far as I > am aware. I've already emailed -current with an example where GPT+memstick == fail. Some theories include that GPT/EFT on USB is what the BIOS expects when doing BIOS reflashing, and gets confused when something else is there. Adrian