Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:services:tftp.pxe-server [2021/04/18 21:11] – ↷ Links adapted because of a move operation tmomas | docs:guide-user:services:tftp.pxe-server [2023/12/24 12:46] – [PXE-Boot network boot server] add a reference to USB drives quickstart akostadinov | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | The word NetBoot can be applied to multiple concepts, see [[inbox: | ||
| + | |||
| ====== PXE-Boot network boot server ====== | ====== PXE-Boot network boot server ====== | ||
| + | Note: you can also check [[: | ||
| + | |||
| You can use your OpenWrt device as a PXE-Server to store network boot images for booting other devices over then network. | You can use your OpenWrt device as a PXE-Server to store network boot images for booting other devices over then network. | ||
| Possibilities: | Possibilities: | ||
| Line 271: | Line 275: | ||
| </ | </ | ||
| + | ===== 5. Trouble shooting ===== | ||
| + | |||
| + | < | ||
| + | >> | ||
| + | >> | ||
| + | >> | ||
| + | Station IP address is 192.168.1.239 | ||
| + | | ||
| + | Server IP address is 192.168.1.1 | ||
| + | NBP filename is pxelinux.0 | ||
| + | NBP filesize is 0 Bytes | ||
| + | PXE-E23: Client received TFTP error from... | ||
| + | </ | ||
| + | |||
| + | Check that your tftp-server is up and running and serves the file ' | ||
| + | |||
| + | < | ||
| + | user@server: | ||
| + | user@server: | ||
| + | user@server: | ||
| + | tftp> get pxelinux.0 | ||
| + | tftp> error received from server <file / | ||
| + | tftp> aborting | ||
| + | tftp> | ||
| + | </ | ||
| + | |||
| + | If the file pxelinux.0 is at the expected location, try restarting the tftp server: | ||
| + | |||
| + | < | ||
| + | user@server: | ||
| + | udhcpc: started, v1.35.0 | ||
| + | udhcpc: broadcasting discover | ||
| + | udhcpc: no lease, failing | ||
| + | user@server: | ||
| + | </ | ||