From owner-freebsd-questions@freebsd.org Mon Dec 11 20:29:34 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 E22A3E9D8B5 for ; Mon, 11 Dec 2017 20:29:34 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 806BD77778 for ; Mon, 11 Dec 2017 20:29:34 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id vBBKTW8D090891; Mon, 11 Dec 2017 21:29:32 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 6AB3EFE9; Mon, 11 Dec 2017 21:29:32 +0100 (CET) Message-ID: <5A2EEAAB.8060702@omnilan.de> Date: Mon, 11 Dec 2017 21:29:31 +0100 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: byrnejb@harte-lyne.ca CC: "James B. Byrne via freebsd-questions" Subject: Re: IPMITool questions: References: <0357d8aee93fb02cd39af11f6476487b.squirrel@webmail.harte-lyne.ca> <5A2EC94A.9000000@omnilan.de> <93d4d4f96a4766fd76478371bee8f2d8.squirrel@webmail.harte-lyne.ca> In-Reply-To: <93d4d4f96a4766fd76478371bee8f2d8.squirrel@webmail.harte-lyne.ca> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Mon, 11 Dec 2017 21:29:32 +0100 (CET) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 20:29:35 -0000 Bezüglich James B. Byrne's Nachricht vom 11.12.2017 20:57 (localtime): > > On Mon, December 11, 2017 13:07, Harry Schmalzbauer wrote: >> >> Hello, >> >> do you want to establish pre-boot sessions via SoL or a login session >> to FreeBSD? >> > > I only need access to the pre-boot console. The remote system is set > up with an encrypted zfs file system and configured to boot from zfs. > The boot process needs the encryption key pass phrase to start. That's what I would neither call pre-boot nor post-boot, but during-boot ;-) Similar solution: You have to tell the boot loader to use serial console. Out of memory I don't know which stage asks for GELI... If /boot/loader.conf (3rd stage) is too late (which I don't think, so it's worth trying boot_multicons="YES" in /boot/loader.conf), you can pass "-nDS115200" to the 2nd boot stage, by putting it into /boot.config. Hope that helps, -harry