Which of the following kernel parameters instructs the kernel to suppress most boot messages?
Which of the following kernel parameters instructs the kernel to suppress most boot messages?
The kernel parameter that instructs the kernel to suppress most boot messages is `quiet`. Adding `quiet` as a kernel parameter typically reduces the verbosity of boot messages, making the boot process quieter by displaying fewer messages. This is often used to create a cleaner and less verbose boot process.
D is correct https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html (ctrl + F "quiet")
The kernel parameter that instructs the kernel to suppress most boot messages is: D. `quiet` Adding `quiet` as a kernel parameter typically reduces the verbosity of boot messages, making the boot process quieter by displaying fewer messages. It's often used to reduce the amount of information displayed during boot, especially on systems where you want a cleaner and less verbose boot process.