> am working through a netboot install onto a sparc64 machine and noticed > that netboot != pxeboot and want to determine the minimum requirements > for netbooting. > > so with netbooting it requires rarpd, tftp and NFS? not used to the NFS > requirement when pxebooting and usually just have dhcpd running. not > much of a stretch to add the NFS stuff but am surprised that bsd.rd > isn't sufficient to get the system going.
all architectures work differently. man diskless(8) that will give you the basics, and then you can figure out the rest after that. it is unfortunate that it is not documented per-architecture yet, but that's what you get. even within architectures there are some differences, so this is perhaps the limit of what can be documented. in essence, all the parts one needs to know about are in that man page.