Teletype brute Kernel Log
DzEN/DzEN @ 8 August 2023This message/log always shown while booting? Then when using Teletype/text based mode this message keep distub you while type a prompt and type something? This is because log level on your boot parameters not set loglevel lower than “3” or you didn’t set it at all.
this step to disable that kernel log (Tested on Arch-based distro):
-
open your terminal then type “
sudo nano /etc/default/grub
” -
serach for “GRUB_CMDLINE_LINUX_DEFAULT”
-
then add “
loglevel=3
” on last word before “'
” -
save file with “ctrl+x” then “y” then press “enter”
-
then run “
sudo update-grub
” or “grub-mkconfig -o /boot/grub/grub.cfg
” -
restart for best result :)