From owner-freebsd-questions@freebsd.org Tue Mar 1 18:15:22 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C51AABF967 for ; Tue, 1 Mar 2016 18:15:22 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E5841FA0 for ; Tue, 1 Mar 2016 18:15:22 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u21IFKDi082888 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 1 Mar 2016 11:15:20 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u21IFK7h082885; Tue, 1 Mar 2016 11:15:20 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 1 Mar 2016 11:15:20 -0700 (MST) From: Warren Block To: David Christensen cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD-10.2-RELEASE-amd64-memstick -- fresh install not booting In-Reply-To: <56D54B0E.3010904@holgerdanske.com> Message-ID: References: <56D54B0E.3010904@holgerdanske.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 01 Mar 2016 11:15:20 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2016 18:15:22 -0000 On Mon, 29 Feb 2016, David Christensen wrote: > I assume the FreeBSD installer put a protective MBR partition table on the > disk. Note that fdisk reports that the boot bit is not set on the first and > only partition. That is standard for GPT and the PMBR. Do not use MBR utilities on GPT disks. The PMBR is there so a GPT disk will boot on a BIOS system, and modifying it with MBR utilities probably won't help but can definitely hurt. There are several reasons a UEFI system might not boot. Make sure you have the latest UEFI firmware for the motherboard. Turn off Secure Boot. For BIOS-based systems, several notable manufacturers like IBM/Lenovo and HP have mis-used certain partition types for their own purposes, breaking GPT compatibility. For hopelessly broken UEFI or BIOS systems, using the old MBR format is necessary.