From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 15:08:38 2003 Return-Path: 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 D92AC37B401 for ; Mon, 14 Apr 2003 15:08:38 -0700 (PDT) Received: from blueyonder.co.uk (pcow057o.blueyonder.co.uk [195.188.53.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id C081743FAF for ; Mon, 14 Apr 2003 15:08:37 -0700 (PDT) (envelope-from jfm@blueyonder.co.uk) Received: from lexx ([62.31.198.203]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Mon, 14 Apr 2003 23:08:35 +0100 From: John Murphy To: "Sperry Russ" Date: Mon, 14 Apr 2003 23:08:34 +0100 Message-ID: <6f8m9vck575l7spjbto6ac83vmojjc1l3q@4ax.com> References: <200304141508140606.0048DD6C@smtp.earthlink.net> In-Reply-To: <200304141508140606.0048DD6C@smtp.earthlink.net> X-Mailer: Forte Agent 1.9/32.560 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: questions@FreeBSD.ORG Subject: Re: Failed to Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jfm@blueyonder.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 22:08:39 -0000 "Sperry Russ" wrote: >When I installed FreeBSD I set it not to modify my boot manager. >Upon my first boot it booted to the point of a prompt with the words: >mount root> and informed me that i needed to supply a file system and = device. > >What do I need to do to make it boot to a normal command line? Depends on the drive types and on where you installed FreeBSD-4.8. If you only have one IDE HD and you installed to the 3rd. slice = (partition): 0:ad(2,a)/kernel will get you going. Adjust the first number to the drive number, replace ad with da for SCSI etc. When it's up and running you should make sure that the devices listed in /etc/fstab are similar to the location you entered above eg. /dev/ad0s2a / ufs rw 1 1 would be right for the location of the root file system described above. You'll need to change the entries for the rest of the filesystem as well. >I searched the faq and could find nothing about it in the Install manual= either. Another good place to search is the google FreeBSD mailing list archive: http://groups.google.com/groups?hl=3Den&lr=3Dlang_en&ie=3DUTF-8&safe=3Dof= f&group=3Dmailing.freebsd John.