Linux command
steamos-finalize-install 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Finalize
sudo steamos-finalize-install
Example
sudo steamos-finalize-install --no-bootloaders --no-kernel
Example
sudo steamos-finalize-install --no-migrate
Example
sudo steamos-finalize-install --roothash [hash]
Force
sudo steamos-finalize-install --force
说明
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.
参数
- --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
FAQ
What is the steamos-finalize-install command used for?
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.
How do I run a basic steamos-finalize-install example?
Run `sudo steamos-finalize-install` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --no-bootloaders do in steamos-finalize-install?
Skip bootloader setup