From owner-freebsd-questions@FreeBSD.ORG Sat Jul 6 12:29:22 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6D84A8A8 for ; Sat, 6 Jul 2013 12:29:22 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 262AE165C for ; Sat, 6 Jul 2013 12:29:21 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r66CTL4i040624; Sat, 6 Jul 2013 06:29:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r66CTKAK040621; Sat, 6 Jul 2013 06:29:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 6 Jul 2013 06:29:20 -0600 (MDT) From: Warren Block To: Simon Subject: Re: FreeBSD 9.1 won't boot after install In-Reply-To: <201307061052.r66AqkTN040247@wonkity.com> Message-ID: References: <201307061052.r66AqkTN040247@wonkity.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 06 Jul 2013 06:29:21 -0600 (MDT) Cc: "freebsd-questions@freebsd.org" 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: Sat, 06 Jul 2013 12:29:22 -0000 On Sat, 6 Jul 2013, Simon wrote: > On Fri, 5 Jul 2013 19:43:02 -0600 (MDT), Warren Block wrote: > >>> I booted the 9.1 install CD, executed "gpart destroy -F ada0", and >>> installed. After completing the install, boot fails with: >>> >>> ERROR: No boot disk has been detected or the disk has failed. > >> That is a BIOS error, probably due to UEFI expecting a certain disk >> layout when it finds GPT. > > > Does this mean GPT is not supported by this system? Kind of the opposite: UEFI expects GPT, but also expects a particular set of partitions. And then there's the SecureBoot situation. > I thought GPT is supposed to replace MBR and UEFI is the future. > Perhaps there is something in UEFI that can be tweaked to make it work > with GPT? Yes. There should be some sort of legacy boot. In UEFI mode, SecureBoot can be disabled, so with the correct partition layout FreeBSD should boot even in UEFI (untested, I do not yet have a UEFI system).