Date: Wed, 22 Apr 2015 08:10:47 -0500 From: Bigby James <bigby.james@dimthoughts.com> To: freebsd-questions@freebsd.org Subject: Re: Lenovo T420 installlation with zfsroot and GPT/UEFI (FreeBSD 10.1) Message-ID: <20150422131047.GA1955@WorkBox.Home> In-Reply-To: <20150422070144.GS2378@len-x61s.klaas> References: <20150422070144.GS2378@len-x61s.klaas>
next in thread | previous in thread | raw e-mail | index | archive | help
On 04/22, Niklaas Baudet von Gersdorff wrote: > Hi, > > I'd like to install FreeBSD 10.1 on my a bit old but working Lenovo > Thinkpad T420. In the ideal case I am able to install it with an > encrypted ZFS root and GPT/UEFI. The problem I encountered indicate that > this might not be possible though. Nope. First off, as of 10.1-RELEASE FreeBSD cannot boot from a ZFS root partition via UEFI. It's simply not possible right now. Second, my T520 will only boot FreeBSD from a GPT disk via UEFI, and the T420 likely has the same firmware. So you can format an MBR disk with ZFS and boot via legacy mode, but ZFS can't boot from GPT with UEFI. Or you can do what I did, and create a 1.5G partition for the root ('/') filesystem, format it to UFS, and leave the rest of the disk for ZFS. - Bigby -- "A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools." - Douglas Adams
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150422131047.GA1955>