2025-09-28 22:28:00 +02:00
2023-11-24 08:20:37 +01:00
2025-03-22 22:58:42 +01:00
2025-03-26 22:35:36 +01:00
2025-01-31 01:13:12 +01:00
2024-04-10 00:45:23 +02:00
2025-09-28 22:28:00 +02:00
2025-03-22 17:19:46 +01:00
2024-04-10 00:45:23 +02:00
2024-06-03 19:07:53 +02:00

HowToBuild and setup

Clone this repo: "git clone https://github.com/pi-farm/Docker-PXE-Server.git" and cd into it: "cd Docker-PXE-Server"

#############################################################################################

1: run: "bash start" or "bash t-start"

1.1: choose (b) to build the image and installing everything in the PXE-Container

1.2: restart your pi

#############################################################################################

2: run: "bash start" or "bash t-start"

2.1: choose (e) to edit the p2-include-handle file in RPi-PXE-Server (look here: https://github.com/beta-tester/RPi-PXE-Server#p2-include-handle--c2-custom-handle)

2.2: choose (s) to setup the PXE-Container

2.3: restart your pi

#############################################################################################

3: run: "bash start" or "bash t-start"

3.1: choose (u) for update

After that, your PXE-Container is ready!

#############################################################################################

to check, if the volumes are mounted, go into the running container:

  • run: "docker exec -it pxe-container bash"
  • run: "df -h"
  • run: "showmount -e"

Check if all services are up and running:

"systemctl status chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server"

if not, try to start the services:

"systemctl start chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server"

NOTE: win-pxe / SAMBA feature not tested... coming soon!

Description
No description provided
Readme 128 KiB
Languages
Shell 100%