From a5de08da88eaf76bbfb7c1a54169cf12dcd541f1 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 26 Feb 2023 00:50:44 +0100 Subject: [PATCH] Update boot.md --- developer/boot.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/developer/boot.md b/developer/boot.md index 9086703d..f89bfffd 100644 --- a/developer/boot.md +++ b/developer/boot.md @@ -193,6 +193,9 @@ Example: `load: 0.62 cmd: sleep 1739 [nanslp] 2.97r 0.00u 0.00s 0% 2168k` If you would like to observe the details of the boot process, you can start your computer in __verbose mode__. This allows you to inspect the Live system early boot process and to enter commands manually that would otherwise be executed automatically. +Since helloSystem 0.8.1: To boot in verbose mode, press the "k" key as soon as the screen becomes grey. + +Before helloSystem 0.8.1: 1. While the bootloader is running, keep the {kbd}`Backspace` key pressed until you see an `OK` prompt (alternatively, for a short time during boot, it says `Hit [Enter] to boot immediately, or any other key for command prompt.`. Press the {kbd}`Esc` key on your keyboard immediately when you see this) 2. Type `unset boot_mute` and press the {kbd}`Enter` key. This disables the graphical splash screen and results in boot messages being shown 3. Type `boot -v` and press the {kbd}`Enter` key. This results in the system being booted in verbose mode @@ -203,6 +206,9 @@ The computer should boot into a graphical desktop. If your computer hangs during booting, you can boot into __verbose single-user mode__. This allows advanced users, administrators, and developers to inspect the Live system early boot process and to enter commands manually that would otherwise be executed automatically. +Since helloSystem 0.8.1: To boot in verbose single-user mode, press the "s" key as soon as the screen becomes grey. + +Before helloSystem 0.8.1: 1. While the bootloader is running, keep the {kbd}`Backspace` key pressed until you see an `OK` prompt (alternatively, for a short time during boot, it says `Hit [Enter] to boot immediately, or any other key for command prompt.`. Press the {kbd}`Esc` key on your keyboard immediately when you see this) 1. Type `unset boot_mute` and press the {kbd}`Enter` key. This disables the graphical splash screen and results in boot messages being shown 1. Type `boot -v -s` and press the {kbd}`Enter` key. This results in the system being booted in verbose single-user mode