From owner-freebsd-alpha@FreeBSD.ORG Fri Jun 18 17:58:05 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5560A16A4CE for ; Fri, 18 Jun 2004 17:58:05 +0000 (GMT) Received: from egsner.cirr.com (egsner.cirr.com [192.67.63.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5B0143D49 for ; Fri, 18 Jun 2004 17:58:04 +0000 (GMT) (envelope-from smj@egsner.cirr.com) Received: from egsner.cirr.com (smj@localhost [127.0.0.1]) by egsner.cirr.com (8.12.11/8.12.10/$Revision: 1.21 $) with ESMTP id i5IHvgiF016338; Fri, 18 Jun 2004 12:57:43 -0500 (CDT) Received: (from smj@localhost) by egsner.cirr.com (8.12.11/8.12.11) id i5IHvfUc007671; Fri, 18 Jun 2004 12:57:41 -0500 (CDT) From: "Stephen M. Jones" Message-Id: <200406181757.i5IHvfUc007671@egsner.cirr.com> To: aelmore@interwoven.com (Andrew Elmore) Date: Fri, 18 Jun 2004 12:57:41 -0500 (CDT) In-Reply-To: <20040618172617.GO32239@interwoven.com> from "Andrew Elmore" at Jun 18, 2004 10:26:17 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-MD-Spam-Flag: NO X-MD-Spam-Status: No, hits=-4.90 required=5.00 tests=BAYES_00 X-Scanned-By: MIMEDefang 2.40 cc: freebsd-alpha@freebsd.org Subject: Re: netbooting an install kernel X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 17:58:05 -0000 Thanks Andrew - The issue was basically that I had moved everything in the 'boot' directory from the ISO to the tftp root directory when I should have just put the boot directory in the tftpboot directory with a copy of the netboot (as you stated) .. thats all. Sorry for my confusion and thanks!