From owner-freebsd-questions@freebsd.org Wed Feb 10 20:22:00 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 91909AA4268 for ; Wed, 10 Feb 2016 20:22:00 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2a01:138:a006::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5787F17F2 for ; Wed, 10 Feb 2016 20:22:00 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-185-17-205-172.dynamic.mnet-online.de [185.17.205.172]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id B735E19274C for ; Wed, 10 Feb 2016 21:21:56 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de B735E19274C Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1455135716; bh=+Qh54s2XbhP4GtqrU0By4BZxr8wt+1BnT6aOQk6hzds=; h=Subject:To:References:From:Date:In-Reply-To; b=VdJw0iT3CNA+b2LlvYeDviTiLMnZRGH3nkdPJMBcJJXhLbkCahVkRDIpREXOnCSbG EgNAhQOY2lci1cC/8JpK/Xk3WaY/mtILnTxPxoG4z4jox4gcWl1ndKJ0vNKkBt1OUo yqSsZ6Wf+L8Z7vpCluLjoQkHDO8Qx3I6y0vvS/pw= Received: from [192.168.0.151] (aftr-185-17-205-172.dynamic.mnet-online.de [185.17.205.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id CC0F9C0335 for ; Wed, 10 Feb 2016 21:21:55 +0100 (CET) Subject: Re: Switch from legacy to UEFI boot?? To: freebsd-questions@freebsd.org References: <20160203213414.GB60231@rancor.immure.com> <56B353E5.9080605@fechner.net> From: Matthias Fechner Message-ID: <56BB9BDE.6030706@fechner.net> Date: Wed, 10 Feb 2016 21:21:50 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: Wed, 10 Feb 2016 20:22:00 -0000 Am 04.02.2016 um 15:03 schrieb Trond Endrestøl: > As of r294999, stable/10's boot1.efi and loader.efi is able to boot > ZFS. Both boot1.efi and loader.efi takes the bootfs property into > consideration. Finally we can use the familiar loader menu, and not > something I last saw when I used FreeBSD 4. If you use BE's, then the > loader.efi boot menu lets you select which BE to boot from. It's a > dream come true. I was able to scrap the 4 GiB UFS partition I > previously used for storing /boot. i just tested the loader.efi from base.txz from: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/10.3-PRERELEASE/ it does not boot. It seems that the new version is there not included. I tried with the loader.efi from base.txz from: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/11.0-CURRENT/ it boots fine. If I use beadm for my ZFS I expect that I have to manually edit the loader.rc from the efi partition to load the correct environment or? Thanks for this tip! Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook