From owner-freebsd-questions@FreeBSD.ORG Tue Jun 22 02:46:34 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C785106566B for ; Tue, 22 Jun 2010 02:46:34 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 707638FC08 for ; Tue, 22 Jun 2010 02:46:34 +0000 (UTC) Received: by iwn7 with SMTP id 7so5140837iwn.13 for ; Mon, 21 Jun 2010 19:46:33 -0700 (PDT) Received: by 10.231.139.214 with SMTP id f22mr6104985ibu.141.1277174793489; Mon, 21 Jun 2010 19:46:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.180.86 with HTTP; Mon, 21 Jun 2010 19:46:13 -0700 (PDT) In-Reply-To: <20100622011922.GA2317@auricle.charter.net> References: <20100622011922.GA2317@auricle.charter.net> From: Eitan Adler Date: Mon, 21 Jun 2010 22:46:13 -0400 Message-ID: To: "J. Porter Clark" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Booting multiple choice, and pause to read bootup info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2010 02:46:34 -0000 > 2. Usually, when the system boots, there are several lines > showing the kernel and various modules loading, possibly with > diagnostics. =C2=A0Is there a way to pause after that stage, so that > those lines can be read? =C2=A0Or is there any way to retrieve them > after the system has booted? You have found the use of the "scroll lock" key ;) If you press it you can go up and down. Look at /var/run/dmesg.boot for after the system has booted ;) --=20 Eitan Adler