From owner-freebsd-questions@FreeBSD.ORG Thu Nov 17 21:15:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 928FE16A41F for ; Thu, 17 Nov 2005 21:15:22 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DAD43D46 for ; Thu, 17 Nov 2005 21:15:21 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so27877wxc for ; Thu, 17 Nov 2005 13:15:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=amA8NL7K+EuPhb7CUR0NjGTo4HGLAQgRRaxwRSltu+R7PRIUy1dIxnq7ltejr5xkE3z8g8mOZW2ENYVX8FnPZNSR9YjyAZ9TnBYUO4hYy+q4MSs/OD3aoy3rvSbWQHkvaHOVeInADlwQqFSJlbts6mjUddXBJBRNNF97XZcwgaY= Received: by 10.70.60.17 with SMTP id i17mr5555275wxa; Thu, 17 Nov 2005 13:15:21 -0800 (PST) Received: by 10.70.104.18 with HTTP; Thu, 17 Nov 2005 13:15:21 -0800 (PST) Message-ID: <35c231bf0511171315w3369ca32s4e3180103d05327e@mail.gmail.com> Date: Thu, 17 Nov 2005 13:15:21 -0800 From: David Kirchner Sender: dpkirchner@gmail.com To: Eric F Crist In-Reply-To: <0BCA855B-98A0-426C-8888-33AE465338EA@secure-computing.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200511171623.jAHGN6o01194@akiva.homer.att.com> <437CAF8F.2020109@jamesbailie.com> <0BCA855B-98A0-426C-8888-33AE465338EA@secure-computing.net> Cc: James Bailie , freebsd-questions@freebsd.org Subject: Re: pausing boot process 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: Thu, 17 Nov 2005 21:15:22 -0000 On 11/17/05, Eric F Crist wrote: > On Nov 17, 2005, at 10:27 AM, James Bailie wrote: > > > J. W. Ballantine wrote: > > > > > Is there someway to pause the scrolling/process so the error is > > > read-able?? > > > > No. After the system boots, log in as, or su to, root, and > > invoke "dmesg" to view kernel messages. > > > > You're incorrect. You can pause this screen, and even scroll up/ > down, by pressing the Scroll Lock key. When you're done, press > Scroll Lock again to continue. Scroll lock only starts working after the kernel is done loading. You can't interrupt the kernel load with scroll lock (at least, you couldn't with 5.4-STABLE and before, I can't state for certain that you can't with 6.0) It may be possible to extract that information from the core dump it makes. Not sure where it would be stored, but "strings" may help you find it (could take a while to sift through the dump tho).