From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 13 08:59:53 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 749D437B404 for ; Fri, 13 Jun 2003 08:59:53 -0700 (PDT) Received: from nexus.oss.uswest.net (nexus.oss.uswest.net [209.180.20.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id C905043F85 for ; Fri, 13 Jun 2003 08:59:52 -0700 (PDT) (envelope-from novak@nexus.oss.uswest.net) Received: from nexus.oss.uswest.net (localhost [127.0.0.1]) by nexus.oss.uswest.net (8.12.9/8.12.9) with ESMTP id h5DFxqqQ038654 for ; Fri, 13 Jun 2003 10:59:52 -0500 (CDT) (envelope-from novak@nexus.oss.uswest.net) Received: (from novak@localhost) by nexus.oss.uswest.net (8.12.9/8.12.9/Submit) id h5DFxqfa038653 for freebsd-hackers@freebsd.org; Fri, 13 Jun 2003 10:59:52 -0500 (CDT) Date: Fri, 13 Jun 2003 10:59:52 -0500 From: Jamie Novak To: freebsd-hackers@freebsd.org Message-ID: <20030613155952.GA38455@qwest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: "jumpstation" configuration X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 15:59:53 -0000 I hope this is okay to post here. I was torn between this list and freebsd-general... At work, we have a FreeBSD jumpstart server configured, more or less, as described on Alfred Perlstein's web page. (http://people.freebsd.org/~alfred/pxe/) The jumpstation itself works great and we've been using it for well over a year to do automated installs of FreeBSD on Intel-based systems of varying types. They've all had NICs which used the "fxp" driver. Recently, however, we've started purchasing new servers that have onboard gigabit NICs which use the "em" driver. FreeBSD recognizes it and handles it just fine (tested using a CD install), but we're running into a problem with the network boot/install that I thought maybe somebody else could help me with. On the fxp servers, they'll network boot and install without complaint, so we know we have DHCP, tftp, nfs, etc. working (I would assume) the way they should. Our the em-based servers, the jumpstart process will get an IP address from DHCP, it'll get the kernel image from tftp, it'll go through the boot screen and get to the actual FreeBSD install.cfg (sets a bunch of variables, the hostname, the netDev=em0, etc.) but as soon as it gets to "mediaSetNFS" in the install.cfg, it dies without warning or error -- the install screen just says "Command `mediSetNFS' failed." Does anybody know what sorts of things I could look for to figure out why it gets this far, but then fails? (As I mentioned before, nfs appears to be configured correctly, because the fxp-based servers blow right past that point and get to the actual install without a problem.) I don't even know where to start... - Jamie