From owner-freebsd-questions@freebsd.org Mon Jan 23 21:21:02 2017 Return-Path: Delivered-To: freebsd-questions@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 AE91ECBEF62 for ; Mon, 23 Jan 2017 21:21:02 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from voyageurs.rail.eu.org (voyageurs.rail.eu.org [IPv6:2001:bc8:30d3::1]) (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 7A927223 for ; Mon, 23 Jan 2017 21:21:02 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from [IPv6:2001:bc8:30d3:3040:6267:20ff:fede:1808] (unknown [IPv6:2001:bc8:30d3:3040:6267:20ff:fede:1808]) by voyageurs.rail.eu.org (Postfix) with ESMTPSA id 20AE92CC02BB for ; Mon, 23 Jan 2017 22:20:52 +0100 (CET) To: FreeBSD From: Erwan David Subject: Not mounting a zpool at boot Message-ID: <911a347a-a94c-717b-0d6c-eb9fd665e489@rail.eu.org> Date: Mon, 23 Jan 2017 22:20:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rail.eu.org; s=mail; t=1485206452; bh=kbm+7DsjpHjCPcPBg3liKcD/dflDGmNHyLISgU2+FuY=; h=To:From:Subject:Message-ID:Date:MIME-Version:Content-Type:Content-Transfer-Encoding; b=GUjmbndT2ML0ZiLlW9SDy70h/vEZ7RD5fZo1FIYMPU1Ue8e6uTkWaek/YfA35y4/aTh4zf+BJrBclOThvLRA7BlF074onRdtwBy2Ws3j/cmNbGQHX24AGEQWkkkKzenetD/8xB2wXBCRIaXtoZVmblPYa84wO5BxN4t9VW4OxHI= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 21:21:02 -0000 Hi, I have a machine (11-RELEASE) with 2 pools, one encrypted with the system and one encrypted with data. I want to boot without having to enter passphrase then ssh to the machine to import the encrypted pool. I put geli_devices="" in /etc/rc.conf in order to prevent the passphrase question, but to no avail, system still asks it. How can I boot without importing the encrypted pool, nor giving the passphrase (US keyboard is unsuitable for this). Thank you.