Skip to content

T7397: add "system kernel option quiet" to suppress boot messages #1632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/configuration/system/option.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,27 @@

The available modes are:

* ``active`` This is the low-level firmware control mode based on the profile

Check warning on line 59 in docs/configuration/system/option.rst

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=81
set and the system governor has no effect.
* ``passive`` The driver allows the system governor to manage CPU frequency
while providing available performance states.
* ``guided`` The driver allows to set desired performance levels and the firmware

Check warning on line 63 in docs/configuration/system/option.rst

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=85
selects a performance level in this range and fitting to the current workload.

Check warning on line 64 in docs/configuration/system/option.rst

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=84

This will add the following two options to the Kernel commandline:

* ``initcall_blacklist=acpi_cpufreq_init`` Disable default ACPI CPU frequency scale

Check warning on line 68 in docs/configuration/system/option.rst

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=87
* ``amd_pstate={mode}`` Sets the p-state mode

.. note:: Setting will only become active with the next reboot!

.. seealso:: https://docs.kernel.org/admin-guide/pm/amd-pstate.html

.. cfgcmd:: set system option kernel quiet

Suppress most kernel messages during boot. This is useful for systems with
embedded serial console interfaces to speed up the boot process.

***********
HTTP client
***********
Expand Down Expand Up @@ -108,7 +113,7 @@
***************

When starting a VyOS live system (the installation CD) the configured keyboard
layout defaults to US. As this might not suite everyone's use case you can adjust

Check warning on line 116 in docs/configuration/system/option.rst

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=81
the used keyboard layout on the system console.

.. cfgcmd:: set system option keyboard-layout <us | fr | de | fi | no | dk>
Expand Down
Loading