From aaeb418b346cb8e6b01592d9daec1b3660086b0d Mon Sep 17 00:00:00 2001 From: sajolida Date: Wed, 25 Mar 2020 02:51:22 +0000 Subject: [PATCH] Improve intro --- wiki/src/doc/advanced_topics/boot_options.mdwn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index 6ff000b244..59269f3c1f 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -3,9 +3,15 @@ The Boot Loader is the first screen that appears when starting Tails. +You can use the Boot Loader to add *boot options*. Boot options are +special parameters that can be useful to troubleshoot or workaround +hardware support problems. For example, our [[list of known issues with +graphics cards|support/known_issues/graphics]] document boot options for +different graphics cards. +
-

The Troubleshooting Mode disables some features of the +

The Troubleshooting Mode of the Boot Loader disables some features of the Linux kernel and might work better on some computers. You can try this option if you think you are experiencing errors related to hardware compatibility while starting Tails.

-- GitLab