From owner-freebsd-current@freebsd.org Sun May 15 20:24:04 2016 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 5C55EB3C2E0 for ; Sun, 15 May 2016 20:24:04 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-vk0-x235.google.com (mail-vk0-x235.google.com [IPv6:2607:f8b0:400c:c05::235]) (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 19B2A1B0A for ; Sun, 15 May 2016 20:24:04 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: by mail-vk0-x235.google.com with SMTP id z184so38729160vkg.0 for ; Sun, 15 May 2016 13:24:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=oXmKpa4ehnM/rBsNBclLiigy4mGqMy4AceyU+tG24dQ=; b=gkIZSWeOpWMr5akFV+alYh106AeU4YEAEbaVTw9BJQn1MZaEzffJqN7/A5I3V+mU28 1RH7ulbPaLdTuZMPk4KWW1L+ZFoaJdylStt4ijFsJmhbJ0ESbbIPV/PJNXbwX1ilv5Hh zsA7TOI+Bq5G9rE0CheD8RYNbaWg25WWwourykiIdYtiqB+o9ypkED5cmxgqPqrITMSb kw9AjDgQicROYc9go3idDYVjkOPeU/djjaMKL6XJoMvatazIXMtCmUNBnjNXgQcNSKo6 IhTt0fk6TgOoAwD/p3mU54jm00Mm46691HXhiCLeebqJU7YiFM34uCGWSmbBb98leyGB 56vA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=oXmKpa4ehnM/rBsNBclLiigy4mGqMy4AceyU+tG24dQ=; b=lL81SneZsjeifqTE2ODbFiP5dhkIiE8uD7rSocfsRXWfNxOXHf5+0HxCw0kA1wq4/X hlOewwJPMhJGOEitugACdiLkdnKxluzUkDK4/I6WeEtxjEoQL1E6AVdw7YOPEVIrMWXK Ig0Egbxjw2NXZYBhDButKfW/iB+HIh5HPIlzgszp2jDMaEscfyV+sK8zLEVKBm+ePUSp lu4Sv3/mxshTWmnd5ktC6Bz5sZLb9k9DNPdcp8JgnDaWONB/ZpAg5y1mUQiJ0nVqs8YX 6qvnk3aj3Y3GKLHe4SE6oZP2AH8cGtzT22rcfPvYJiOcdimKNSAli5Fgtl3TForNKdnQ 1l1A== X-Gm-Message-State: AOPr4FXeeCeI7CRJA5Jpyya9cYkjJUBsYflaZwUXA2W6WqTtQOLkEzzx18pZyt96R2I7nZJKUTMgEi60DLpgpQ== MIME-Version: 1.0 X-Received: by 10.31.153.139 with SMTP id b133mr13018075vke.64.1463343843093; Sun, 15 May 2016 13:24:03 -0700 (PDT) Received: by 10.176.6.136 with HTTP; Sun, 15 May 2016 13:24:03 -0700 (PDT) Date: Sun, 15 May 2016 22:24:03 +0200 Message-ID: Subject: UEFI dual boot zfs root From: Andreas Nilsson To: Current FreeBSD Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Sun, 15 May 2016 20:24:04 -0000 Hello, I'm trying to install current on my lenovo x1 yoga ( and keeping it dual boot for now). I have a fair amount of disk free after resizing. I can't seem to workout how to do the partitioning. Do I only need the freebsd-zfs partition ( assuming no/zvol-swap? Do I manually copy boot1.efi to the existing EFI partition? Best regards Andreas