From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 20:28:18 2003 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 3467837B401 for ; Tue, 10 Jun 2003 20:28:18 -0700 (PDT) Received: from nightmare.dreamchaser.org (pm7-2.blackfoot.net [12.32.36.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DCC43F75 for ; Tue, 10 Jun 2003 20:28:15 -0700 (PDT) (envelope-from garya@dreamchaser.org) Received: from dreamchaser.org (imagination.dreamchaser.org. [12.32.36.74]) by nightmare.dreamchaser.org (8.11.6/8.9.3) with ESMTP id h5B2a6405737 for ; Tue, 10 Jun 2003 20:36:11 -0600 (MDT) (envelope-from garya@dreamchaser.org) Message-ID: <3EE6A1C6.5030800@dreamchaser.org> Date: Tue, 10 Jun 2003 21:28:06 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-US, es MIME-Version: 1.0 To: questions@freebsd.org References: <3500515B75D9D311948800508BA37955014BDB96@EX-LONDON> <3ED64120.3070607@dreamchaser.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Booting using serial console 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: Wed, 11 Jun 2003 03:28:18 -0000 Well, nothing like feeling like a blind person... I'm trying to boot / install 4.5 on a headless system. I've made the serial console boot floppies, but get no response when I try to use them. I've got a vt220 plugged into com1; I know the cable is good because I plugged it into com1 on a windoze box and could read and write the vt220 using hyperterminal. The vt220 is set to 9600 baud (it's max rate is 19200) The boot floppies look like this: boot loader loader.rc boot.config kernel.gz boot.config looks like: /boot/loader -h When the machine tries to boot, how does it determine the baud rate to use on the com1 port, assuming it is properly listening there? I'm guessing the baud rates of the machine and the terminal are mismatched. I've tried typing on the keyboard as it is attempting to boot, but still get no response. I get two beeps after about 8 seconds or so after the floppy starts reading. Any suggestions would be much appreciated. Gary