From fdda0e7b3d35fae5fa577e9befa6c9bbef33b2b2 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 8 May 2026 04:43:05 +0300 Subject: [PATCH] steamos-bootdebug: add page (#22134) --- pages/linux/steamos-bootdebug.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/steamos-bootdebug.md diff --git a/pages/linux/steamos-bootdebug.md b/pages/linux/steamos-bootdebug.md new file mode 100644 index 0000000000..b476c20a47 --- /dev/null +++ b/pages/linux/steamos-bootdebug.md @@ -0,0 +1,20 @@ +# steamos-bootdebug + +> Manage the SteamOS boot process. +> More information: . + +- Change what SteamOS shows on boot: + +`sudo steamos-bootdebug {{kernel-debug|kernel-quiet|menu|verbose|quiet|status}}` + +- Show kernel logging only on the next boot: + +`sudo steamos-bootdebug {{kernel-debug-once}}` + +- Set if the boot process should log to a file: + +`sudo steamos-bootdebug log {{enable|disable}}` + +- Display the recorded log file: + +`sudo steamos-bootdebug log show`