Silent boot: Difference between revisions
Prabuanand (talk | contribs) m (Replaced non-existant Category:Boot by Category:Booting) |
Prabuanand (talk | contribs) (changed category to existing Category:Booting instead of new category Category:Boot process) Tag: Manual revert |
||
(2 intermediate revisions by one other user not shown) | |||
Line 44: | Line 44: | ||
* [https://www.youtube.com/watch?v=HoltBFnu0yo https://www.youtube.com/watch?v=HoltBFnu0yo] [1] | * [https://www.youtube.com/watch?v=HoltBFnu0yo https://www.youtube.com/watch?v=HoltBFnu0yo] [1] | ||
[[Category:Security | [[Category:Security]] [[Category:Booting]] |
Latest revision as of 02:51, 15 December 2024
What is silent boot?
Silent boot means to almost completely remove all kernel and OpenRC messages on boot from your system. This may make it harder to debug issues when booting your computer, but it is also relatively simple to get back a verbose message boot, with this following wiki page guide.
This wiki page guide will remove all OpenRC messages, except login prompt. This will also remove kernel messages at boot.
Setting up silent-boot
Disable kernel messages:
Grub
Edit /etc/default/grub and add quiet to the GRUB_CMDLINE_LINUX variable:
Contents of /etc/default/grub
Kernel-hooks
Modify /etc/kernel-hooks.d/secureboot.conf and add quiet to cmdline:
Contents of /etc/kernel-hooks.d/secureboot.conf
Disable OpenRC Boot messages:
Make your /etc/inittab
similar to this:
Contents of /etc/inittab
Remove the "&> /dev/null
" on each line to see OpenRC boot messages again.
External sources
Alpine Linux Silent Boot with cmatrix (youtube) (not mine)