A tool to easily boot Talos machines using PXE.
Run booter in a container on the host network:
docker run --rm --network host \
ghcr.io/siderolabs/booter:v0.1.0Then, power on machines in the same subnet as booter with UEFI PXE boot enabled.
Recommended boot order: disk first, then network.
To connect the machines to Omni, go to the Omni Overview page, click “Copy Kernel Parameters”, and run booter with the copied arguments:
docker run --rm --network host \
ghcr.io/siderolabs/booter:v0.1.0 \
<KERNEL_ARGS>To see more options:
docker run --rm --network host ghcr.io/siderolabs/booter:v0.1.0 --help