From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 23:34:05 2005 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 B025F16A4D8 for ; Thu, 3 Mar 2005 23:34:05 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62ACF43D49 for ; Thu, 3 Mar 2005 23:34:05 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 3 Mar 2005 17:37:40 -0600 Message-ID: <42279EEB.5060801@daleco.biz> Date: Thu, 03 Mar 2005 17:34:03 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: jesse@wingnet.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Mar 2005 23:37:41.0107 (UTC) FILETIME=[FDB42430:01C52049] cc: freebsd-questions@freebsd.org Subject: Re: /boot like linux! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 23:34:05 -0000 Jesse Guardiani wrote: >Anyway, that worked. The kernel boots now, but it prompts >me at the beginning of the rc process for the root device. >I give it: > >ufs:ad1s1d > >Which is my / partition, and it boots successfully. >Is it possible to automate this process so that the loader >knows to use ad1s1d as my root device? > >Thanks! > > Please note that I'm a "fellow newb", and don't take this as if it were from an authoritative source (other than whoever I'm quoting...) from boot(8): "Make note of the fact that /boot.config is read only from the `a' parti- tion. As a result, slices which are missing an `a' parition require user intervention during the boot process." Kevin Kinsey P.S. It might be better to go back and set things up correctly. As someone just said, you can do it with just / and swap, if you don't feel the need to have seperate partitions for /var, /usr, /tmp, whatever.