From owner-freebsd-questions@FreeBSD.ORG Sun Jan 1 03:19:47 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 3A97316A41F for ; Sun, 1 Jan 2006 03:19:47 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3483A43D66 for ; Sun, 1 Jan 2006 03:19:44 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so2313838nzo for ; Sat, 31 Dec 2005 19:19:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=fH1//fokwqyrkSDKazTUFXE32pKvbDPdnh+GbLDwyOpzwMNEhzUEKFhNeFahNgkliEwFe3mENFPiWqtWD6JLQ2ET5AYXn9wY5zTiCJQ1W858NLOICsD0crnJ5qvAtwT/MlodNP9ABb2xNkQgUCxUl3J81VaT9hceY0RFHr4Ic/Y= Received: by 10.36.9.20 with SMTP id 20mr75384nzi; Sat, 31 Dec 2005 19:19:42 -0800 (PST) Received: by 10.36.147.15 with HTTP; Sat, 31 Dec 2005 19:19:42 -0800 (PST) Message-ID: Date: Sat, 31 Dec 2005 22:19:42 -0500 From: Teo De Las Heras To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Unable to boot to internal or serial console 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: Sun, 01 Jan 2006 03:19:47 -0000 I read through serial communication section in the FreeBSD handbook this morning. I was able to configure the serial on one of my machines through the following steps: 1. Edit /etc/ttys a. ttyd0 "ttyd0 "/usr/libexec/getty std.9600" vt100 on insecure 2. Edit /boot/loader.rc b. In the very first line add set console=3D"comconsole" After doing this on the second machine and rebooting, I am not able to get to the serial console, video console, or SSH. There are not errors on the screen, just a blinking curser after "FreeBSD/i386 bootstrap loader, Revision 1.1" How can I get back into the system?