From owner-freebsd-stable@freebsd.org Fri Feb 12 18:50:15 2016 Return-Path: Delivered-To: freebsd-stable@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 90667AA7601 for ; Fri, 12 Feb 2016 18:50:15 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5650A10BE for ; Fri, 12 Feb 2016 18:50:14 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aUIn7-0001eu-Js for freebsd-stable@freebsd.org; Fri, 12 Feb 2016 19:50:05 +0100 Received: from 114.165.187.81.in-addr.arpa ([81.187.165.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Feb 2016 19:50:05 +0100 Received: from mnd999 by 114.165.187.81.in-addr.arpa with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Feb 2016 19:50:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Mark Dixon Subject: Re: Is UEFI required for ZFS? Date: Fri, 12 Feb 2016 18:42:49 +0000 (UTC) Lines: 20 Message-ID: References: <56BDFAA4.17139.1EEE35@lausts.acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 81.187.165.114 (Mozilla/5.0 (X11; FreeBSD amd64; rv:44.0) Gecko/20100101 Firefox/44.0) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 18:50:15 -0000 Thomas Laus acm.org> writes: > > I have a new Asus H170-Plus-D3 motherboard that will be used for a DOM0 Xen > Server. It uses an Intel i5-6300 processor and a Samsung 840 EVO SSD. I > would like to use ZFS on this new installation. The Xen Kernel does not have > UEFI support at this time, so I installed FreeBSD CURRENT r295345 in 'legacy > mode'. It takes about 7 minutes to go from the first '|' character to > getting the 'beastie' menu. I changed the BIOS to UEFI and did another > installation. The boot process goes in an instant. Several others have the same problem. See here on the freebsd forums: http://tinyurl.com/z9oldkc (URL shortened cos I'm only allowed 80chars per line) Mark