From owner-freebsd-questions@FreeBSD.ORG Sun Jun 27 07:39:06 2004 Return-Path: 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 82E7916A4CE for ; Sun, 27 Jun 2004 07:39:06 +0000 (GMT) Received: from ms-smtp-01.rdc-nyc.rr.com (ms-smtp-01-smtplb.rdc-nyc.rr.com [24.29.109.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F9743D41 for ; Sun, 27 Jun 2004 07:39:06 +0000 (GMT) (envelope-from freebsd@toyingwithfate.com) Received: from toyingwithfate.com (66-108-61-89.nyc.rr.com [66.108.61.89]) i5R7d2S6003893 for ; Sun, 27 Jun 2004 03:39:04 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by toyingwithfate.com (8.12.9p1/8.12.9) with ESMTP id i5R7admN013983 for freebsd-questions@freebsd.org; Sun, 27 Jun 2004 03:37:07 -0400 (EDT) (envelope-from freebsd@toyingwithfate.com) Date: Sun, 27 Jun 2004 03:36:39 -0400 (EDT) Message-Id: <200406270737.i5R7admN013983@toyingwithfate.com> From: Will McCutcheon To: freebsd-questions@freebsd.org X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version 0.72 on toyingwithfate.com X-Virus-Status: Clean Subject: /boot/loader freezing up? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 07:39:06 -0000 I just installed FreeBSD 5.2.1 (from the ISO, not the latest patch level in CVS) and quickly ran into a problem related to the serial console. I dropped "-h" (sans-quotes, of course) into /boot.config so that it would boot with output going to the serial console, as I've done many times with older versions of FreeBSD on other systems. However, all startups after doing this freeze. I get the "F1 FreeBSD, F5 Drive 1, Default F1" prompt as usual, then get: /boot.config: -h BTX loader 1.00 BTX version is 1.01 .. and nothing more. Nothing ever comes out the serial port and the system never finishes booting. This install was working fine until I tried getting it to boot through the serial console. Furthermore, because I never get to the point of the prompt to boot into single user mode, I can't figure out how to get in and remove /boot.config so that I can at least start up properly, if not with serial console support. Any clues as to how to hose that file, or better yet, how to get it to stop seizing up during bootup? Thanks for your time! W