From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:57:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8EA2316A420 for ; Mon, 5 Sep 2005 15:57:10 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB5743D73 for ; Mon, 5 Sep 2005 15:57:02 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 13119 invoked from network); 5 Sep 2005 13:45:56 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Sep 2005 13:45:55 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 07B0453; Mon, 5 Sep 2005 09:45:54 -0400 (EDT) Sender: lowell@be-well.ilk.org To: claco@chrislaco.com To: freebsd-questions@freebsd.org References: <4319F112.6050303@chrislaco.com> From: Lowell Gilbert Date: 05 Sep 2005 09:45:54 -0400 In-Reply-To: <4319F112.6050303@chrislaco.com> Message-ID: <44d5nnzkz1.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: Won't go into multi-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 15:57:10 -0000 "Christopher H. Laco" writes: > I have a week old 5.4-STABLE install that absolutely refuses to boot > into multi-user mode after a restart. I get no errors in dmsg or in > /var/log/messages. It simply boots like normal, starts most things, > then stops at a bash prompt. Manually hitting CTRL-D fires off multi > user mode and everyone is happy. > > I've checked loader.conf and it's emtpy. I have no clue where to start > with this. Anyone have any idea where to start and troubleshoot this? FreeBSD doesn't even come with bash installed by default, so you need to look at your system's unique local configuration. Single-user mode won't give you a shell directly -- it prompts you for what shell you want to run -- so it doesn't sound like that either. Keep a closer eye on the console as you are booting, and post a more detailed description of what the system is telling you, and maybe we'll have a clearer idea of what to tell you. Good luck.