Store

Feed

Categories

Ads

Recent Posts

Ads

Security Advisories

RSS FreeBSD Advisories

RSS NetBSD Advisories

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.

Write a comment