From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 15:00:04 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5739BCC; Tue, 4 Nov 2014 15:00:04 +0000 (UTC) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.102]) (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 5FEAEE40; Tue, 4 Nov 2014 15:00:04 +0000 (UTC) Received: from [78.35.187.124] (helo=fabiankeil.de) by smtprelay06.ispgateway.de with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1Xlfa4-0000mD-Gl; Tue, 04 Nov 2014 15:59:36 +0100 Date: Tue, 4 Nov 2014 15:59:37 +0100 From: Fabian Keil To: Miguel Clara Subject: Re: Order of geli "passphrase prompt" on boot Message-ID: <33b02299.70afc6f7@fabiankeil.de> In-Reply-To: References: <7e30c7a0f28d63af254422a91b28f18a@dweimer.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/eM_NKnFpQcZM7_tLYVNNGe4"; protocol="application/pgp-signature" X-Df-Sender: Nzc1MDY3 Cc: freebsd-current , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 15:00:04 -0000 --Sig_/eM_NKnFpQcZM7_tLYVNNGe4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Miguel Clara wrote: > Sorry to bring this one back but I see no changes have been made to this = in > current. >=20 > The issue is that USB devices are detected after the geli prompt and so t= he > "geli paraphrase" prompt becomes hidden, and the simple solution would be > to change the order the prompt show.... as in wait a few secs for the usb > devices to be detected. If you don't need any USB devices to boot, you can delay their detection by loading the modules through /etc/rc.d/kld instead of the loader: fk@r500 ~ $grep kld /etc/rc.conf kld_list=3D"usb.ko usb_quirk.ko ehci.ko umass.ko" Fabian --Sig_/eM_NKnFpQcZM7_tLYVNNGe4 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlRY6dkACgkQBYqIVf93VJ2BTACeI0guNPgOZxHYiPGhdkF4czN4 E54An31rkxWTLyiCEAUQm9Ay6HifZEup =8aNg -----END PGP SIGNATURE----- --Sig_/eM_NKnFpQcZM7_tLYVNNGe4--