From owner-freebsd-questions@FreeBSD.ORG Sat Dec 31 20:56:38 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 2D19716A41F for ; Sat, 31 Dec 2005 20:56:38 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C8A43D45 for ; Sat, 31 Dec 2005 20:56:37 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so2277646nzo for ; Sat, 31 Dec 2005 12:56:37 -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=JATmxs4+Mmr7+ntildVFRf6R2wULDMde0XEAF88I744A5jTJ/8+wH41hZ7ALuwK6TMxwMhd895OvticQiNQqAP1wPlZfUijGZpqcJdbWkJfuDNVfDgWIrwpkh1buFDi+lU+9LTsf3U7yJNAt669zfiFJP+Id5FNIy1aar6semrk= Received: by 10.36.148.14 with SMTP id v14mr9409012nzd; Sat, 31 Dec 2005 12:56:36 -0800 (PST) Received: by 10.36.147.15 with HTTP; Sat, 31 Dec 2005 12:56:36 -0800 (PST) Message-ID: Date: Sat, 31 Dec 2005 15:56:36 -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: Sat, 31 Dec 2005 20:56:38 -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? Teo