Skip to content

siderolabs/booter

Repository files navigation

booter

A tool to easily boot Talos machines using PXE.

Usage

Run booter in a container on the host network:

docker run --rm --network host \
  ghcr.io/siderolabs/booter:v0.1.0

Then, 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

About

A tool to easily boot Talos machines using PXE

Resources

License

Stars

Watchers

Forks

Packages