blob: 92e5be08b8efbbfe3bf70894279f26bf3a00b7f8 (
plain)
1
2
3
4
5
6
7
8
|
# netboot-pxe
`netboot-pxe` runs a dhcp-proxy server and tftp server to make pxe booting (using netboot.xyz) possible without needing to configure your router's DHCP server or setup a tftp server.
0. connect the current computer to the same network as the computer that will pxe boot
1. `cargo install --git https://git.d464.sh/netboot-pxe`
2. `netboot-pxe`
3. select pxe boot option on the other computer
|