From owner-freebsd-stable@FreeBSD.ORG Tue Oct 7 00:13:16 2014 Return-Path: Delivered-To: freebsd-stable@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 8B103E00; Tue, 7 Oct 2014 00:13:16 +0000 (UTC) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id 62F7DFD4; Tue, 7 Oct 2014 00:13:15 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 9E7FC25ECD; Mon, 6 Oct 2014 20:13:14 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46w3EqaTU84s; Mon, 6 Oct 2014 20:13:14 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <54333019.9010304@egr.msu.edu> Date: Mon, 06 Oct 2014 20:13:13 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Media image names - Document & rationalise. References: <201410011358.s91DwOXJ033137@fire.js.berklix.net> <88376822.lFZdKxbhSR@ralph.baldwin.cx> In-Reply-To: <88376822.lFZdKxbhSR@ralph.baldwin.cx> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Glen Barber X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 00:13:16 -0000 On 10/06/2014 16:34, John Baldwin wrote: > I believe the issue here as I discussed with Marcel last year is that the x86 > installer needs to tell gpart to set the active flag on the dummy MBR slice in > the PMBR if GPT is being used without EFI (the installer knows if it is booted > via EFI or not). I ran into this today too with 10.1-RC1 (and recent 11 I think) on a BIOS based desktop freshly liberated from windows. It would not boot. I got it going with gpart but as a new user I'd be in trouble. > > In 9.2 and older, the flag was always set, but that violated the EFI spec and > broke several systems, so in 9.3 and later, gpart was changed to not set the > flag by default. However, we should still set it for non-EFI booting via GPT > to cater to broken BIOSes (such as yours). >