From owner-freebsd-questions@FreeBSD.ORG Fri May 12 14:08:55 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 BEBF416A60D for ; Fri, 12 May 2006 14:08:55 +0000 (UTC) (envelope-from howie@thingy.com) Received: from mbox1.network-i.net (pop32.network-i.net [212.21.121.156]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C94543D70 for ; Fri, 12 May 2006 14:08:54 +0000 (GMT) (envelope-from howie@thingy.com) Received: (qmail 64414 invoked by uid 0); 12 May 2006 14:08:53 -0000 Received: from unknown (HELO ?10.1.1.134?) (212.21.99.52) by newmail.network-i.net with SMTP; 12 May 2006 14:08:53 -0000 Message-ID: <4464973A.2020102@thingy.com> Date: Fri, 12 May 2006 15:10:02 +0100 From: Howard Jones User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Fri, 12 May 2006 14:08:56 -0000 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. Thanks in advance for any light anyone can shed... Howie