Skip to content

Commit

Permalink
Update boot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Feb 25, 2023
1 parent f0b4791 commit a5de08d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions developer/boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a5de08d

Please sign in to comment.