You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a kernel arg, and add it to the ISO boot so that if Talos detects being already installed, and the arg is present, Talos boot process halts without proceeding further showing diagnostics.
This prevents the case of forgetting to remove the ISO.
The text was updated successfully, but these errors were encountered:
Pause sequencer till the boot timeout if talos is booted from ISO/PXE, but
an existing talos is installed to disk and
`talos.iso.boot.halt_if_installed` kernel argument is set.
Fixes: siderolabs#9232
Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Aug 30, 2024
Pause sequencer till the boot timeout if talos is booted from ISO/PXE, but
an existing talos is installed to disk and
`talos.iso.boot.halt_if_installed` kernel argument is set.
Fixes: siderolabs#9232
Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Aug 30, 2024
Pause sequencer till the boot timeout if talos is booted from ISO/PXE, but
an existing talos is installed to disk and
`talos.iso.boot.halt_if_installed` kernel argument is set.
Fixes: siderolabs#9232
Signed-off-by: Noel Georgi <git@frezbo.dev>
Add a kernel arg, and add it to the ISO boot so that if Talos detects being already installed, and the arg is present, Talos boot process halts without proceeding further showing diagnostics.
This prevents the case of forgetting to remove the ISO.
The text was updated successfully, but these errors were encountered: