From owner-freebsd-hackers@freebsd.org Sun Jan 17 12:11:58 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 B4B89A855F7 for ; Sun, 17 Jan 2016 12:11:58 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 55FFA1BA6 for ; Sun, 17 Jan 2016 12:11:58 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: by mail-wm0-x22f.google.com with SMTP id b14so85108410wmb.1 for ; Sun, 17 Jan 2016 04:11:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=multiplay-co-uk.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=62i0IqrLVTuXHHLzzpaOEdNUYo690ya0QzXiYYYsQ0w=; b=D2UyBE3odX99VOuaEV3U8u4YuIBgNfYQRWcbmRwMw9Wd34YDBJYz1No9sFrdGF4/cK b8UsK2Oxnx6Na4Sm5cZvAxkOImXbYFsojDflo6Y5U0qNZpPRe2LpF1aoQ19jlcH9Y+jF e7j+Vh9ijRiKKAdthY9YsDdVGrRa/SL1FBXLgMzKeGe+ond5kzRBC/4y6/oNDalAcINZ jJ/U2V0RSThfBQ7+mCuPjXNFJ7Ier/W9167rHV8WcOWokjyunX2DPvYtc/IKW6oFmerJ S6G0zjQgtbYnBg+2k5jzeNGnGWiDtdbT50Ydgip1qCvbS+Z8STBYR11qE5T9GdgQMrbn bYpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=62i0IqrLVTuXHHLzzpaOEdNUYo690ya0QzXiYYYsQ0w=; b=YARlXNGjrlC85uegs1jCFzK5I3IzOkDtqMtwsfGtY6y4GwZLCkldOj07YYpqYitbUm 9okfKiloSZ/Mx4Pmm4zdLCKeY0m78ZGszjG8u0pjT1AmzZwCVgm4vS9xQ3pamcWFKUl+ 0jJip1R/NonynzGIWQRYp5ojd7l6WS+UCbXkg/hdrJwyUZN6IwGBDtP1PDC8iUmKQiSO 6GxWebpg52/of097GAKkleaMvKe1aLA7FKYMR6oL8tfufS/B0flPvPcRIwS0ncjX3Dz3 cP29PHy0l0lG7eywVmfCjJAeUH7+vk5YBywCiZdkFaQ8yA5LR8J+3BDCQIIjv4TO9Chv BMNw== X-Gm-Message-State: ALoCoQl60NlC/U6SkcsABfD7ukyNMid5M75WGn2G2sN/eMzEN7df9ABp2D2u78DaTXORjo1gWHYa5SH+Lk3HNTFew4/ZoGCAkQ== X-Received: by 10.194.205.103 with SMTP id lf7mr18518723wjc.147.1453032715888; Sun, 17 Jan 2016 04:11:55 -0800 (PST) Received: from [10.10.1.58] (liv3d.labs.multiplay.co.uk. [82.69.141.171]) by smtp.gmail.com with ESMTPSA id 198sm10965663wml.22.2016.01.17.04.11.54 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Jan 2016 04:11:54 -0800 (PST) Subject: Re: EFI/ZFS Update: successful tests, need more complex vdevs To: freebsd-hackers@freebsd.org References: <20160116131529.GA59919@mutt-hardenedbsd> From: Steven Hartland Message-ID: <569B8521.4010906@multiplay.co.uk> Date: Sun, 17 Jan 2016 12:12:17 +0000 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: <20160116131529.GA59919@mutt-hardenedbsd> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 12:11:58 -0000 On 16/01/2016 13:15, Shawn Webb wrote: > On Sat, Jan 16, 2016 at 12:59:54PM +0000, Gabor Radnai wrote: >> Hi, >> >> I tried to check HardenedBSD for EFI + ZFS on root but the installer says >> this combo is not supported. What am I missing? > The "zfs auto install" part of bsdinstall still needs to be updated to > know about the new ZFS UEFI support. The manual partition selection > (which is called SADE) supports it, but you won't get ZFS BE support by > using that. I talked with Allan Jude a little bit about it and he > inferred that he's working on zfs auto install support (though > "inferred" doesn't mean he actually is). This is in review here: https://reviews.freebsd.org/D4960 Regards Steve