From owner-freebsd-sparc64@FreeBSD.ORG Thu Apr 1 02:55:42 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1790616A4CE for ; Thu, 1 Apr 2004 02:55:42 -0800 (PST) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39BDC43D4C for ; Thu, 1 Apr 2004 02:55:41 -0800 (PST) (envelope-from harti@freebsd.org) Received: from freebsd.org (130-149-145-61.dialup.cs.tu-berlin.de [130.149.145.61]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id MAA21133; Thu, 1 Apr 2004 12:50:34 +0200 (MET DST) Message-ID: <406BF406.6060400@freebsd.org> Date: Thu, 01 Apr 2004 12:50:46 +0200 From: Harti Brandt User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040316 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Schnoebelen References: <200404010327.i313RR3R009096@egsner.cirr.com> In-Reply-To: <200404010327.i313RR3R009096@egsner.cirr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-sparc@freebsd.org Subject: Re: netbooting FreeBSD/sparc64? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 10:55:42 -0000 Eric Schnoebelen wrote: > Is it possible to network boot FreeBSD/sparc64? I've not been > able to find ay directions on the process (actually, the needed > files -- I know how to netboot sparc[64]'s.. :) > > The closest thing I've come up with is the 5.0-DP1 installation > notes, but the loader files listed there are long gone of the > ftp site. I'm running an U1 diskless. You basically need to setup rarp (etc/ethers), dhcp and tftp. For tftp copy the sparc loader into the tftp directory with the appropriate name (IP address). harti