From owner-freebsd-questions Tue Nov 11 14:43:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA29604 for questions-outgoing; Tue, 11 Nov 1997 14:43:26 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA29588 for ; Tue, 11 Nov 1997 14:43:20 -0800 (PST) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([208.133.153.7]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA156; Tue, 11 Nov 1997 17:43:14 -0500 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.7) id RAA01235; Tue, 11 Nov 1997 17:42:57 -0500 (EST) (envelope-from root) Message-ID: <19971111174257.56903@scsn.net> Date: Tue, 11 Nov 1997 17:42:57 -0500 From: "Donald J. Maddox" To: Chuck Cc: jlemon@americantv.com, questions@FreeBSD.ORG Subject: Re: Gawd! Am I a newbie forever? Reply-To: dmaddox@scsn.net References: <199711112104.QAA00910@capecod.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: <199711112104.QAA00910@capecod.net>; from Chuck on Tue, Nov 11, 1997 at 04:04:46PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Nov 11, 1997 at 04:04:46PM -0500, Chuck wrote: > jlemon@americantv.com sez: > >On Nov 11, 1997 at 12:53:38PM -0500, Chuck wrote: > >> Just when I thought I had the hang of it :-( > >> > >> Whenever I boot one of my two 2.2.2R systems, I get the configuration > >> menu before the boot continues. I have to hit return to finish the > >> boot. The other system boots cleanly. > >> > >> I can't find anything in the configuration menu which says to turn the > >> damn thing off! The system is completely configured, runs like a top, > >> and yet .. I can't boot hands off. If I shutdown -r now, and come back > >> ten minutes later, it's sitting there in that silly menu offering me > >> three choices, the first of which gets the boot rolling. > > > >Try checking /boot.config; this contains default options that are passed > >to `boot' when it comes up. It sounds like you have ``-c'' in this file, > >which would always drop you in the UserConfig menu on a reboot. > >-- > >Jonathan > > Sorry, there isn't any /boot.config. The root directory has no plain > files except for /kernel*, .cshrc, .profile, COPYRIGHT and new-registration. > The dotfiles are unexceptional. --Yes, finding something like a file > named /boot.config would be a dead giveaway! > Chuck It looks like you compiled your kernel with options USERCONFIG_BOOT. Recompile without this option and this problem will go away.