From owner-freebsd-hackers@freebsd.org Fri Apr 8 14:11:44 2016 Return-Path: Delivered-To: freebsd-hackers@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 E505DB08D02 for ; Fri, 8 Apr 2016 14:11:44 +0000 (UTC) (envelope-from ganael.laplanche@corp.ovh.com) Received: from 10.mo175.mail-out.ovh.net (10.mo175.mail-out.ovh.net [46.105.63.108]) (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 A587E1DC5 for ; Fri, 8 Apr 2016 14:11:43 +0000 (UTC) (envelope-from ganael.laplanche@corp.ovh.com) Received: from EX3.OVH.local (corp.ovh.com [5.196.251.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mo175.mail-out.ovh.net (Postfix) with ESMTPS id 5DA31FF80B4 for ; Fri, 8 Apr 2016 11:23:01 +0200 (CEST) Received: from desk533202.ovh.net (109.190.254.5) by EX3.OVH.local (172.16.7.3) with Microsoft SMTP Server (TLS) id 15.1.396.30; Fri, 8 Apr 2016 11:23:01 +0200 From: Ganael Laplanche Organization: OVH To: Subject: Re: EFI ZFS loader success story Date: Fri, 8 Apr 2016 11:23:00 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <201508121139.40852.ganael.laplanche@corp.ovh.com> In-Reply-To: <201508121139.40852.ganael.laplanche@corp.ovh.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-ID: <201604081123.00463.ganael.laplanche@corp.ovh.com> X-Originating-IP: [109.190.254.5] X-ClientProxiedBy: cas02.OVH.local (172.16.1.2) To EX3.OVH.local (172.16.7.3) X-Ovh-Tracer-Id: 8679843860951644890 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekkedrgeehgddufecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 14:11:45 -0000 On Wednesday, August 12, 2015 11:39:40 AM Ganael Laplanche wrote: Hi everyone, This is a follow-up to this post : https://lists.freebsd.org/pipermail/freebsd-hackers/2015-August/048141.html > Pushing the limits : > -------------------- >=20 > Using this method, it is even possible to get a system bootable from UEFI > *or* legacy BIOS. > [...] I have just filed a PR that enables that "dual-mode" : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208629 This patch enables a new "BIOS+UEFI" boot type, allowing the machine to reb= oot=20 either in BIOS mode or in UEFI mode :) Best regards, =2D-=20 Gana=EBl LAPLANCHE