From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 25 01:25:02 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B679616A401 for ; Wed, 25 Apr 2007 01:25:02 +0000 (UTC) (envelope-from nitro2k01@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by mx1.freebsd.org (Postfix) with ESMTP id 3608A13C459 for ; Wed, 25 Apr 2007 01:25:01 +0000 (UTC) (envelope-from nitro2k01@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so54791muf for ; Tue, 24 Apr 2007 18:25:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=G1nO8KQs2BGLboFcysaGMFQqTVxBqcDTiYjSzDFckJf0iFY/uyBata8RWGFYL03NmjWc/z+wjWsGhcYjC68igtWnFCU4lWY8w4WeDSvjrMStBiCst0x3ywoI7vsoxkq8FK7HcTbakXGYuqkZ5FaSYaan57yCAhxZmYQEMJfp2WE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=rn2j7HpYJKnRK90ioY9AVRXjQcOZxiHw9eQJjOtWmqWHrp8Bj7m9rweW+5gyTCP/nZj415F68/eTfsEpc8MXOR2gjxin2rEonMFNGf5YR2XdQgBtf2yKroQdH2DvpSlhe/o3Alfr5XjKtaYWBFDdfWGKg96M0JD+dT3DvXdgOWI= Received: by 10.82.184.2 with SMTP id h2mr70252buf.1177464300800; Tue, 24 Apr 2007 18:25:00 -0700 (PDT) Received: by 10.82.141.19 with HTTP; Tue, 24 Apr 2007 18:25:00 -0700 (PDT) Message-ID: <6d7d37410704241825v26f7d06ey402bf63ced54890a@mail.gmail.com> Date: Wed, 25 Apr 2007 03:25:00 +0200 From: "Didrik Madheden" Sender: nitro2k01@gmail.com To: "Miles Nordin" , freebsd-sparc64@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6d7d37410704211612u712d29ebl4722232ce8d0111d@mail.gmail.com> <6d7d37410704211742p2340707cpf27fd280a2d0f353@mail.gmail.com> <6d7d37410704241621q1da5c653xec7ac0120783f660@mail.gmail.com> X-Google-Sender-Auth: 72ec67f7f74cc51d Cc: Subject: Re: Netbooting Sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 01:25:02 -0000 Ok, second status report. As before, I've managed to get inital arp and tftp in order, to download the bootstrap. I managed to disable my router's dhcp server and activate dhcpd on my FBSD box. Here's what the sun box outputs: =3D=3D=3D 36e00 Consoles: Open Firmware console FreeBSD/sparc64 bootstrap loader, Revision 1.0 (root@s-dallas.cse.buffalo.edu, Fri Jan 12 08:25:13 UTC 2007) bootpath=3D"/pci@1f,0/network@c,1" boot: ethernet address: 00:03:ba:08:1c:11 net_open: server addr: 192.168.1.68 net_open: server path: /usr/sunboot panic: arp: no response for 0.0.0.0 --> Press a key on the console to reboot <-- Rebooting... Program terminated ok [prompt mode] =3D=3D=3D The part I'm curious about is "panic: arp: no response for 0.0.0.0". What am I missing? Perhaps it won't work to place the contents of the boot CD in /usr/sunboot, but that error seems to about something else. Relevant parts if my dhcpd.conf: =3D=3D=3D host sune.lan { fixed-address sune.lan; hardware ethernet 00:03:ba:08:1c:11; option root-path "192.168.1.68:/usr/sunboot"; } host alantis.lan { fixed-address 192.168.1.65; hardware ethernet 00:13:37:13:37:cc; # Yes, it's a custom MAC } host billy.lan { fixed-address 192.168.1.68; hardware ethernet 00:c0:4f:8a:68:a5; } =3D=3D=3D sune.lan is assigned to 192.168.1.69 in hosts and 0:3:ba:8:1c:11 in ethers. billy.lan is the server used for netboot. alantis.lan is just an innocent bystander. My exports has a single row: /usr/sunboot -ro -maproot=3Droot -network 192.168.1.69 -mask 255.25= 5.255.0 My rc.conf is the default configuration+what you adviced me to add. I also double-checked showmount -e after a reboot. Anything obvious I've missed? On 4/25/07, Miles Nordin wrote: > >>>>> "dm" =3D=3D Didrik Madheden writes: > I've never used the ISO image, but maybe that will work? Anyway, > /usr/sunboot should be the root directory of an installed FreeBSD > system. You can install by hand with something like (but not exactly > like): It should somehow work since the CD boots. (Or should've done in the ideal case) > cat base.a{a..z} base.b{a..f} | gunzip | (cd /usr/sunboot && pax -rpe) > cat comp.a{a..z} comp.b{a..x} | gunzip | (cd /usr/sunboot && pax -rpe) Hmm, I don't have an installed FreeBSD(-sparc64) system. /Didrik Madheden -----BEGIN 2ROT13 MESSAGE----- Low Bitrate Netlabel: Electronic music forum: S=E4tt p=E5 ett par flipflops, vippa p=E5 rumpan och g=F6r det h=E4r till en minnesv=E4rd sommar! -----END 2ROT13 MESSAGE-----