From owner-freebsd-questions@FreeBSD.ORG Wed Mar 31 08:51:24 2004 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 EAD7E16A4CE for ; Wed, 31 Mar 2004 08:51:24 -0800 (PST) Received: from calis.blacksun.org (calis.blacksun.org [216.254.108.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3F8B43D2D for ; Wed, 31 Mar 2004 08:51:24 -0800 (PST) (envelope-from don@calis.blacksun.org) Received: by calis.blacksun.org (Postfix, from userid 1001) id 92FB017088; Wed, 31 Mar 2004 11:54:47 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by calis.blacksun.org (Postfix) with ESMTP id 9096117082 for ; Wed, 31 Mar 2004 11:54:47 -0500 (EST) Date: Wed, 31 Mar 2004 11:54:47 -0500 (EST) From: Don To: freebsd-questions@freebsd.org In-Reply-To: <20040330191217.S20814@calis.blacksun.org> Message-ID: <20040331115224.C2874@calis.blacksun.org> References: <20040330191217.S20814@calis.blacksun.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: 5.2.1-R sysinstall NFS install failure 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, 31 Mar 2004 16:51:25 -0000 > "Error mounting 10.3.1.20:/usr/FreeBSD/5.2.1-RELEASE on /dist: No such > file or directory" > > I can mount 10.3.1.20:/usr/FreeBSD/5.2.1-RELEASE on other systems within > the network. The pxeboot loader is also pulling /kernel from an NFS mount > on this server. As usual this was my own stupidity. NFS is a kernel module on the boot floppies and the module is on the drivers floppy and not the mfsroot floppy. rsync'd the NFS modules over and the NFS install worked flawlessly. I think the above error is just _slightly_ misleading for a missing kernel module but perhaps that is just me :) -Don