From owner-freebsd-questions@FreeBSD.ORG Wed Mar 23 02:35:29 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 6468216A4CF for ; Wed, 23 Mar 2005 02:35:29 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7E443D41 for ; Wed, 23 Mar 2005 02:35:28 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.101] (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j2N2ZO0V026024; Tue, 22 Mar 2005 21:35:25 -0500 (EST) Message-ID: <4240D81E.6060709@ec.rr.com> Date: Tue, 22 Mar 2005 21:44:46 -0500 From: jason henson User-Agent: Mozilla Thunderbird 1.0 (X11/20050321) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary Kline References: <20050323003314.GA9348@thought.org> In-Reply-To: <20050323003314.GA9348@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD Mailing List Subject: Re: dual-boot troubles; /usr won't mount 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: Wed, 23 Mar 2005 02:35:29 -0000 Gary Kline wrote: > I'm having trouble installing 5.3 from my 4CD set. I have > a 10G Window partition; That leaves 3 slices available. > > I have tried various sizes for /, SWAP, and /usr, but newfs > consistantly has trouble mounting /usr. I have no idea why. > After I hit return, the install completes, I reboot to see > > F1: ??? > F2: FreeBSD > F3: FreeBSD > F4: FreeBSD > > F1 brings up my W2k; F2 boots FBSD but there is a system > error swhen it tried to mount /usr. I tried by-hand. No-joy. > Anybody know what I'm doing wrong? (Must I use the NT > bootloader, etc?) > > gary > > > > > Looks like you have 3 root "partitions" for FBSD and one for windows. I think you are dividing the disk up to soon. You only divide ad0 into ad0s1(w2k) and ad0s2(ufs). Then in the FBSD disk labeler you make /, swap, /usr, /tmp, etc.... So to recap it seems you have made ad0s1, ad0s2, ad0s3, and ad0s4 and the boot loader asks which you what to boot from. So there is no /usr(I guess) on ad0s2, you put it on ad0s3. Print out the steps from the handbook if you need to.