Talos Linux Image Factory

The Talos Linux Image Factory, developed by Sidero Labs, Inc., offers a method to download various boot assets for Talos Linux.

For more information about the Image Factory API and the available image formats, please visit the GitHub repository.

Version: v1.0.3

Loading...

Schematic Ready

Your image schematic ID is:
376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba
customization: {}

First Boot

Here are the options for the initial boot of Talos Linux on Nocloud:

SecureBoot Disk Image
https://factory.talos.dev/image/376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba/v1.12.2/nocloud-amd64-secureboot.raw.xz
SecureBoot ISO
https://factory.talos.dev/image/376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba/v1.12.2/nocloud-amd64-secureboot.iso (SecureBoot documentation)
SecureBoot PXE (iPXE script)
https://pxe.factory.talos.dev/pxe/376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba/v1.12.2/nocloud-amd64-secureboot

Initial Installation

For the initial installation of Talos Linux (not applicable for disk image boot), add the following installer image to the machine configuration:

factory.talos.dev/nocloud-installer-secureboot/376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba:v1.12.2

Upgrading Talos Linux

To upgrade Talos Linux on the machine, use the following image:

factory.talos.dev/nocloud-installer-secureboot/376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba:v1.12.2

Local Test Cluster

To create a local Talos Linux test cluster from this schematic on macOS (Apple Silicon) or Linux, run:

talosctl cluster create qemu --schematic-id=376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba --talos-version=v1.12.2

PXE Boot with booter

To easily PXE boot bare-metal machines using booter with this schematic, run the following command on a host in the same subnet:

docker run --rm --network host ghcr.io/siderolabs/booter:v0.3.0 --talos-version=v1.12.2 --schematic-id=376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba

Documentation