Q: Why do I get “read text: Unknown error: code 60 failed(60)” when trying to PXE boot OpenBSD?
A: You will need to add the following option to /etc/dhcpd.conf on your DHCP server.
next-server 10.0.0.5;
The next-server address should refer to your tftp server.
Posted: January 16th, 2007 under Answers, Networking, OpenBSD.
Comments: none


Write a comment