From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 11 08:52:31 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B98761065670 for ; Thu, 11 Dec 2008 08:52:31 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id 97FA48FC20 for ; Thu, 11 Dec 2008 08:52:29 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id mBB8e6ca014971 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 Dec 2008 10:40:07 +0200 (SAST) (envelope-from jonathan@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-hackers@freebsd.org Date: Thu, 11 Dec 2008 10:52:49 +0200 User-Agent: KMail/1.9.7 References: <493DA269.2070805@FreeBSD.org> <200812110837.26316.jonathan+freebsd-hackers@hst.org.za> <87prjzw156.fsf@kobe.laptop> In-Reply-To: <87prjzw156.fsf@kobe.laptop> X-Face: $@VrUx^RHy/}yu]jKf/<4T%/d|F+$j-Ol2"2J$q+%OK1]&/G_S9(=?utf-8?q?HkaQ*=60!=3FYOK=3FY!=27M=60C=0A=09aP=5C9nVPF8Q=7DCilHH8l=3B=7E!4?= =?utf-8?q?2HK6=273lg4J=7Daz?=@1Dqqh:J]M^"YPn*2IWrZON$1+G?oX3@ =?utf-8?q?k=230=0A=0954XDRg=3DYn=5FF-etwot4U=24b?=dTS{i X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 X-Mailman-Approved-At: Thu, 11 Dec 2008 12:39:33 +0000 Cc: Giorgos Keramidas , Jonathan McKeown Subject: Re: Enhancing cdboot [patch for review] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2008 08:52:31 -0000 On Thursday 11 December 2008 10:45:41 Giorgos Keramidas wrote: > On Thu, 11 Dec 2008 08:37:26 +0200, Jonathan McKeown wrote: > > While you're enhancing cdboot anyway, can I ask how complicated it > > would be to make cdboot serial-console capable? (I'm not a C > > programmer, I'm a sysadmin - but I'd be prepared to try and look at > > this myself if no-one else is interested). > > > > As it stands, the only way I've found to do a serial-console CD-based > > installation is by enabling the serial console in /boot/loader.conf, > > by which time you've already missed several useful points, > > particularly the entry to BIOS settings (if you have a serial-capable > > BIOS). > > cdboot runs long after the prompt for BIOS setup. I don't think we can > modify cdboot to add serial console support to systems whose BIOS setup > doesn't support it. Sorry, of course you're right: I'm talking nonsense. It's the stage immediately after that that isn't available. I wish I could remember why I thought that had caused me a problem once. Certainly there's a big chunk of the boot process that is accessible through a serial console on a disk-based boot that's not available on a serial-console boot.