From owner-freebsd-sparc Fri Jul 12 12:24:46 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCBCD37B400 for ; Fri, 12 Jul 2002 12:24:43 -0700 (PDT) Received: from whiskey.klatsch.org (whiskey.klatsch.org [209.6.82.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C62B43E4A for ; Fri, 12 Jul 2002 12:24:43 -0700 (PDT) (envelope-from cjack@klatsch.org) Received: by whiskey.klatsch.org (Postfix, from userid 1002) id 9F77A24FC9; Fri, 12 Jul 2002 15:24:42 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by whiskey.klatsch.org (Postfix) with ESMTP id 9D21F24FC8 for ; Fri, 12 Jul 2002 15:24:42 -0400 (EDT) Date: Fri, 12 Jul 2002 15:24:42 -0400 (EDT) From: Chris Jackman To: freebsd-sparc@freebsd.org Subject: need help netbooting sun ultra 2 Message-ID: <20020712145913.F20908-100000@whiskey.klatsch.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hola senores. I'm trying to netboot a sun ultra 2. It successfully rarps for an ip address and gets the loader from tftpd. Then the loader tries to grab the kernel, and I see this: Boot device: /sbus/SUNW,hme@e,8c00000 File and args: 21800 Console: OpenFirmware console FreeBSD/sparc64 loader bootpath="/sbus@1f,0/SUNW,hme@e,8c00000" loaddev=net0: boot: ethernet address: 08:00:20:9a:76:f4 net_open: server addr: 0.0.0.0 net_open: server path: / panic: arp: no response for 0.0.0.0 --> Press a key on the console to reboot <-- I've looked at: people.freebsd.org/~jake people.freebsd.org/~bmah/relnotes/CURRENT/installation-sparc64.html people.freebsd.org/~tmm and searched google/the mail archives but I'm unable to figure out why it's using 0.0.0.0. I see in (for example): http://docs.freebsd.org/cgi/getmsg.cgi?fetch=10460+0+archive/2002/freebsd-sparc/20020519.freebsd-sparc that net_open gets/uses a 'real' ip address. I copied the sample /etc/bootptab from bmah's page, and filled in the fields with my appropriate information. I also looked at the bootptab on ~tmm/bootptab. I downloaded the loader-tftp from: ftp://ftp.freebsd.org/pub/FreeBSD/development/sparc64/loader-tftp.bz2 I bunzip2'd it and put it in /tftpboot/loader-tftp. It seems to only get downloaded by the sun when i rename it to the ethernet address of the sun, D14E8062. (even with the -s flag to rarpd) I downloaded the kernel from: ftp://ftp.freebsd.org/pub/FreeBSD/development/sparc64/kernel.bz2 I bunzip2'd it and put it in /tftpboot/kernel My bootptab: >>cat /etc/bootptab .default:\ :bf="kernel":dn=local:ds=192.168.1.95:\ :gw=192.168.1.95:ht=ether:hd="/tftpboot/kernel":hn:\ :sa="198.168.1.95":\ :sm=255.255.255.0 sunrise:\ ha=0800209A76F4:ip=192.168.1.98:tc=.default What should I be looking at that I'm not ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message