From owner-freebsd-questions@FreeBSD.ORG Wed Dec 7 17:01:11 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 3B0AE16A41F for ; Wed, 7 Dec 2005 17:01:11 +0000 (GMT) (envelope-from chris@xecu.net) Received: from mss1.myactv.net (mss1.myactv.net [24.89.0.26]) by mx1.FreeBSD.org (Postfix) with SMTP id A827E43D66 for ; Wed, 7 Dec 2005 17:01:08 +0000 (GMT) (envelope-from chris@xecu.net) Received: (qmail 12747 invoked from network); 7 Dec 2005 17:01:07 -0000 Received: from stat-153-127-112.myactv.net (HELO ?192.168.1.86?) (24.153.127.112) by new.mss1.myactv.net with SMTP; 7 Dec 2005 17:01:07 -0000 Message-ID: <43971551.30306@xecu.net> Date: Wed, 07 Dec 2005 12:01:05 -0500 From: Christopher McGee User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Pxeboot for nfs installation woes. 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: Wed, 07 Dec 2005 17:01:11 -0000 Hi all, I have a lot of servers on order, so I want to be able to just network boot them as a jumpstart into the installation (which will then be scripted). I am most of the way there. I have tested my NFS shares and if I boot a boxe off a cd, I can do the nfs installation without fail. I have setup pxeboot, and if I am far enough along that when I boot off the network, it tftp's the files it needs, boots through menus, loads the generic kernel, mounts an nfs root, then errors. The errors are "exec /sbin/init: error 70". One error for each attempt at an init file. Then it gives me an "init: not found in path /sbin/init:/sbin/oinit......" Then it panics and reboots. There is so much I've done, I'm not sure what specifics anyone might need to offer some assistance. Chris