Files
Vetting/internal/pxe
josh 026923075c
CI / Lint + build + test (push) Successful in 1m22s
Release / release (push) Has been cancelled
pxe: disable systemd-firstboot so the live image doesn't prompt
systemd-firstboot.service is an interactive wizard that asks for
locale, timezone, and root password when /etc/machine-id isn't
populated — i.e. every PXE boot of a mkosi-built image. It sits on
sysinit.target waiting for input that will never arrive, blocking
the agent service and every other downstream unit indefinitely.

systemd.firstboot=off on the kernel cmdline is the documented kill
switch; no image-side changes needed.
2026-04-18 15:35:24 -04:00
..