From owner-freebsd-questions@FreeBSD.ORG Sat Sep 3 18:33:12 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 8675F16A41F for ; Sat, 3 Sep 2005 18:33:12 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE5643D45 for ; Sat, 3 Sep 2005 18:33:11 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j83IW2ju026687; Sat, 3 Sep 2005 13:32:22 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4319EC18.5010604@daleco.biz> Date: Sat, 03 Sep 2005 13:31:52 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: robert@webtent.com References: <1125771356.7916.3.camel@columbus> In-Reply-To: <1125771356.7916.3.camel@columbus> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: boot problem - how can I access the file system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2005 18:33:12 -0000 Robert Fitzpatrick wrote: >I made a mistake to my /boot/loader.conf file and now the system hangs >after pressing F1 and before the boot options menu. How can I access the >file to edit it? I have the install CD, but can't seem to figure out how >to get to the file system. > > > When it happened to me, I had the good fortune to have another FBSD system nearby. Mounted it there, edited mistake, voila. What resources do you have? Further thoughts: 1] Boot off of a live CD (Matt Olander posted a link to a nice, fairly small one on advocacy@ yesterday, IIRC). 2] Fixit CD or Fixit floppy. Available via FTP from ftp.freebsd.org. 3] sysinstall's emergency holographic shell - dunno if it can edit. Might be able to cp a backup, though, if you have one. HTH, Kevin Kinsey