Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2006 12:29:56 GMT
From:      Harti Brandt <harti@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/95408: install over serial console does not work as documented
Message-ID:  <200604061229.k36CTud7033071@www.freebsd.org>
Resent-Message-ID: <200604061230.k36CULsn012686@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95408
>Category:       docs
>Synopsis:       install over serial console does not work as documented
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 06 12:30:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Harti Brandt
>Release:        6.1-beta4
>Organization:
DLR
>Environment:
>Description:
The installation document describes a procedure to install on i386 over a 
serial console. It recommends to either unplug the keyboard or to interrupt the boot and boot with boot -h.

Boot -h turns out not to work. While all the kernel messages from the probing
appear on both the normal console and the serial one, after mounting the root
file system the system switches entirely to the normal console.

Instead the following procedure will do it (but require at least a keyboard on the machine in question):

- interrupt the boot in the boot menu by pressing 6
- enter the following lines:

set boot_multicons="YES"
set boot_serial="YES"
set console="comconsole"
boot

(I got this from Dmitriy Kirhlarov <dimma at higis.ru>)
>How-To-Repeat:
Burn a install CD and try a serial install according to the current documentation
>Fix:
Fix the documentation (see above).
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604061229.k36CTud7033071>