From owner-freebsd-current@freebsd.org Thu Dec 10 09:20:15 2015 Return-Path: Delivered-To: freebsd-current@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 09DE99D62AF; Thu, 10 Dec 2015 09:20:15 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3D681F09; Thu, 10 Dec 2015 09:20:14 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id c201so22911594wme.0; Thu, 10 Dec 2015 01:20:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kDLflrP2DGYCOAKYh6KF9olgRBB9gtavhK2LPd/6dnM=; b=FS8kT8l0F7qiYeCrL6TTdGOKzEI2LMK50+b2fe014aqiHAlmyATiLOV4Ay8e3u9DSu 2oWiwsemC+kkwK40z06ob4HGjdGAbIC/nFjY+uVEwPgshbMIAsAHlFCgxcIo02r192UQ p+Kaswb4/n4e2J1pWOgPNciGhOGt0QEXc/lF3EHNqiAeZOHzbKFDEzzsxpFbiMpCqvM/ bOtJjprDJvQb1+wNumItE92Rxv+rEtFZ/uwAtS4wKF4HihGJvxe9f53dGTmJbCiDt+4H SVQfidSabwTySxXJodb+tBy7oNa7KsWujjZqI0vZJbESNCSjW8AJqj8BM4qUev4zoXxo 72Gg== MIME-Version: 1.0 X-Received: by 10.28.100.84 with SMTP id y81mr17918428wmb.48.1449739213238; Thu, 10 Dec 2015 01:20:13 -0800 (PST) Received: by 10.28.181.213 with HTTP; Thu, 10 Dec 2015 01:20:13 -0800 (PST) Date: Thu, 10 Dec 2015 09:20:13 +0000 Message-ID: Subject: ZFSROOT UEFI boot From: krad To: freebsd-current@freebsd.org, FreeBSD Questions X-Mailman-Approved-At: Thu, 10 Dec 2015 12:17:50 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2015 09:20:15 -0000 Hi, I need to get one of my machines converted over from bios GPT zfsroot boot to efi. I know you can boot freebsd under EFI with a ufs kernel but this isnt the route i want. There are patches under test for EFI zfs root. However when I read the thread it was unclear which version of these patches were needed and where to get them. Does anyone know where they are, if there are any prebuilt zfsloader etc binaries, or if the patches have made it to head yet? Also does anyone have any pointers or good experience with grub efi and zfs on root? I'm considering this option as it would make booting into specific boot environments easier