From owner-freebsd-questions@FreeBSD.ORG Sat May 13 13:35:48 2006 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 7CDC216A402 for ; Sat, 13 May 2006 13:35:48 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27EEC43D45 for ; Sat, 13 May 2006 13:35:48 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 26146 invoked from network); 13 May 2006 13:35:47 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 May 2006 13:35:47 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 4AA5E28425; Sat, 13 May 2006 09:35:42 -0400 (EDT) To: Howard Jones References: <4464973A.2020102@thingy.com> From: Lowell Gilbert Date: Sat, 13 May 2006 09:35:37 -0400 In-Reply-To: <4464973A.2020102@thingy.com> (Howard Jones's message of "Fri, 12 May 2006 15:10:02 +0100") Message-ID: <44bqu29hee.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Changing from 6.0 to 6.1 ->"'.' to end pause mode" 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: Sat, 13 May 2006 13:35:48 -0000 Howard Jones writes: > I've been experimenting with PXE-driven installations in preparation for > the arrival of a pile of new servers, and I had a mostly-working setup > for FreeBSD 6.0-RELEASE when 6.1 was announced this week. > > I've upgraded to 6.1 on my build system, and have it serving install > data and an mfsroot with my own install.cfg in it. It all works fine > except that after the target system reboots, and apparently every time > it boots, I get this: > "" > and have to press . to start the boot process proper. > > Has something changed in the console? The same system was fine with > 6.0-RELEASE. One other possibly relevant thing is that my install script > does set /boot.config to contain '-p'. Has something happened with > keyboard detection that would make the pause mode come on? It seems that > this pause mode has been in the console code for a while, although I > didn't know about it until now. I thought that's what "-p" was supposed to mean in the boot flags...