Je 2017-10-18 23:11, Christian Weisgerber skribis:
On 2017-10-18, Solène Rapenne <sol...@perso.pw> wrote:
Are you able to fetch /bsd.rd if you use tftp in command line ?
How is this relevant?
Netbooting is inherently machine-dependent. Firmware aside, there
are also at least two OpenBSD bootloader flavors:
* pxeboot (amd64, i386) uses TFTP to load the kernel.
* netboot (alpha) and ofwboot.net (sparc64) load the kernel from
an NFS server.
Looking at INSTALL.macppc, I see that macppc's ofwboot works along
the lines of alpha and sparc64. If you are trying to give advice
based on amd64/i386, then this will be bogus and misleading.
Indeed, in this case the ofwboot is already retrieved so it's not a
tftp issue.
About the problem for booting on the nfs, I would try starting
tcpdump on the nfs server and see what happens when the client boots.