Netbooting Sparc64

Miles Nordin carton at Ivy.NET
Wed Apr 25 16:45:57 UTC 2007


>>>>> "dm" == Didrik Madheden <didrik at kth.se> writes:

    dm> panic: arp: no response for 0.0.0.0

I don't know.  What you did looks right to me.  I think /boot/loader
ought to print out more things, such as it's own IP, subnet mask, and
router, but I guess ours doesn't.

1. make sure you are specifying a subnet mask and a default router in
   your subnet stanza.  Here's mine:

        subnet 10.100.100.192 netmask 255.255.255.224 {
                option routers 10.100.100.193;
                server-identifier 10.100.100.193;
                option subnet-mask 255.255.255.224;
                option broadcast-address 10.100.100.223;
        }

2. if that doesn't work, add a 'next-server 192.168.1.68' to
   sune.lan's host stanza.  It shouldn't be needed---next-server is
   for TFTP, not NFS.  but, I know /boot/loader will try to load the
   rest of itself and the kernel over either TFTP or NFS (using NFS
   seems more self-documenting to me), so maybe it's panicing on the
   TFTP part because of a wrong exception path, instead of falling
   through to the NFS part.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 304 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-sparc64/attachments/20070425/abb95e57/attachment.pgp


More information about the freebsd-sparc64 mailing list