Netbooting Sparc64

Didrik Madheden didrik at kth.se
Sun Apr 22 00:42:14 UTC 2007


That seems pretty straightforward, I'll try it out. Thank you.
But there's one more problem (Please forgive my ignorance, but
everybody has a first time) I don't really know how to manage NFS. I
should probably read a guide and so on, but maybe you (Or someone)
could give a quick guide on how to set up a share?

Also, another problem is that I'm using my router for DHCP, is there
any way of doing this without giving extra options via DHCP? I could
perhaps solve it some other way, but given the hardware I possess,
it'd be easier if this could be solved without using a DHCP server on
a box.

On 4/22/07, Miles Nordin <carton at ivy.net> wrote:
> >>>>> "dm" == Didrik Madheden <didrik at kth.se> writes:
>
>     dm> A push in the right direction,
>
> set up RARP and TFTP on the boot server.  Put /boot/loader onto the
> TFTP server and name it after your machine's IP address in hex, in all
> caps, such as '0A64648E' for 10.100.100.142.
>
> When you type 'boot net' at the ok prompt, OpenPROM will do RARP, and
> then TFTP for that filename to whatever IP answered the RARP lookup.
>
> When /boot/loader gets control, it will call back to OpenPROM for
> access to the network chip and console.  It will use DHCP.  Set up
> DHCP on some machine, and use 'options root-path' to point
> /boot/loader to the root filesystem.  ex.:
>
> host amber {
>   fixed-address amber;
>   hardware ethernet 08:00:20:01:02:03;
>   option root-path "69.31.131.61:/export/nboot/amber";
> }
>
> /boot/loader will read all the other /boot/... stuff it needs over
> NFS, so make an NFS share for it.  Use '-maproot=root' in the exports
> file on the NFS server.
>
> Don't use bootparams at all.
>
> RARP and TFTP must run on the same machine.  DHCP can run on a
> different machine if you like.  The NFS server can be a third machine.
>
>

/Didrik Madheden

-----BEGIN 2ROT13 MESSAGE-----
Low Bitrate Netlabel: <http://f-label.tojt.net/>
Electronic music forum:
<http://oxo-unlimited.com/forums>
Sätt på ett par flipflops, vippa på rumpan
och gör det här till en minnesvärd sommar!
-----END 2ROT13 MESSAGE-----


More information about the freebsd-sparc64 mailing list