From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 4 17:53:00 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19F2CA49 for ; Wed, 4 Sep 2013 17:53:00 +0000 (UTC) (envelope-from kim@westryn.net) Received: from mail3.westryn.net (mail3.westryn.net [72.28.112.3]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE62E2792 for ; Wed, 4 Sep 2013 17:52:59 +0000 (UTC) Received: from frost.westryn.net (204.16.225.169.westryn.net [204.16.225.169]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail3.westryn.net (Postfix) with ESMTPSA id 49BC273A51; Wed, 4 Sep 2013 12:52:58 -0500 (CDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: booting FreeBSD on Apple Mac mini with GPT disk partition From: Kim Shrier In-Reply-To: <5226FFB3.3050407@unsane.co.uk> Date: Wed, 4 Sep 2013 11:52:57 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1EB0CEFA-6A7E-4666-BCE3-4158AFEEA047@westryn.net> <5226FFB3.3050407@unsane.co.uk> To: Vincent Hoffman X-Mailer: Apple Mail (2.1508) Cc: FreeBSD Hackers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 17:53:00 -0000 On Sep 4, 2013, at 3:38 AM, Vincent Hoffman wrote: > On 03/09/2013 21:29, Kim Shrier wrote: >> Does anyone know if work on booting FreeBSD on modern Apple hardware >> was ever completed? I have looked on the wiki, forums, and email = archives >> but I don't see anything definitive. >>=20 >> I would like to have a GPT partitioned disk with a freebsd-boot, = freebsd-swap, >> and multiple freebsd-ufs partitions on a new Mac mini. Any pointers = would be >> appreciated. > I believe efi boot is almost done https://wiki.freebsd.org/UEFI >=20 > I haven't tested yet although I may sometime soon as it would be nice = to > have my macbook dual boot without having to use bootcamp. >=20 > Vince I seem to remember that the EFI code on a mac will only boot from an = HFS+ partition if the disk is partitioned using GPT. It will boot from a MBR = partitioned disk but only after waiting about 45 seconds before trying the MBR boot. = I would like to avoid this delay. Is this (still) true? Kim