LinuxCommandLibrary

steamos-finalize-install

Complete SteamOS installation setup

TLDR

Finalize installation

$ sudo steamos-finalize-install
copy
Finalize without bootloaders or kernel
$ sudo steamos-finalize-install --no-bootloaders --no-kernel
copy
Skip migration steps
$ sudo steamos-finalize-install --no-migrate
copy
Set specific root hash
$ sudo steamos-finalize-install --roothash [hash]
copy
Force migration regardless of environment
$ sudo steamos-finalize-install --force
copy

SYNOPSIS

steamos-finalize-install [OPTIONS]

DESCRIPTION

steamos-finalize-install completes a SteamOS installation by setting up bootloaders, installing the kernel, and applying system updates. It performs necessary migration steps to transition from an incomplete installation to a fully bootable system.
This command is typically run as part of the installation process but can be manually invoked to repair or reconfigure boot components.

PARAMETERS

--no-bootloaders

Skip bootloader setup
--no-kernel
Skip kernel installation
--no-migrate
Skip all migration steps
--roothash HASH
Set specific root hash during finalization
--force
Force system migration regardless of environment

CAVEATS

Requires root privileges. Incorrect use may render the system unbootable. The --force flag should be used with caution as it bypasses safety checks.

HISTORY

steamos-finalize-install is part of the SteamOS utilities developed by Valve. It handles the final stage of the A/B partition installation system used by SteamOS 3.0 on the Steam Deck.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community