From owner-freebsd-questions Wed Sep 20 18:44:46 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA01114 for questions-outgoing; Wed, 20 Sep 1995 18:44:46 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA01097 for ; Wed, 20 Sep 1995 18:44:41 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.12/8.6.5) with ESMTP id SAA21066; Wed, 20 Sep 1995 18:43:25 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id SAA05371; Wed, 20 Sep 1995 18:45:45 -0700 Message-Id: <199509210145.SAA05371@corbin.Root.COM> To: Brian Litzinger cc: freebsd-questions@freebsd.org Subject: Re: Non existent keyboard found during serial console boot In-reply-to: Your message of "Wed, 20 Sep 95 18:33:50 PDT." <199509210133.SAA20726@MediaCity.com> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 20 Sep 1995 18:45:45 -0700 Sender: owner-questions@freebsd.org Precedence: bulk >in sys/i386/boot/biosboot/README.serial it says: > >- BOOT THE MACHINE. The boot block will probe for a keyboard on your > system. If it fails to find one, you'll see a prompt appear on the > terminal that looks something like this: > > No keyboard found. > > >> FreeBSD BOOT @ 0x10000: 640/7168 k of memory > Use hd(1,a)/kernel to boot sd0 when wd0 is also installed. > >My system does not have a keyboard attached and at this point >'No keyboard found.' fails appear. The system boots up >on the VGA display as it usually does. > >Using > boot: /kernel -h >it boots correctly via the serial console. > >I'm about to use the FORCE_COMCONSOLE option, but I like the idea >of having a choice at boot time. > >What have I done wrong? > >I'm running a -current as of just before the sig 11 nightmare. The auto keyboard probe/serial console selector was disabled when it was found to cause problems on some machines. ...That's why you now have to hardwire it with FORCE_COMCONSOLE. -DG