Teletype brute Kernel Log 

DzEN/DzEN @ 8 August 2023 

Message log

This 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):

  1. open your terminal then type “sudo nano /etc/default/grubopen file grub config

  2. serach for “GRUB_CMDLINE_LINUX_DEFAULT

  3. then add “loglevel=3” on last word before “'Set loglevel

  4. save file with “ctrl+x” then “y” then press “enter

  5. then run “sudo update-grub” or “grub-mkconfig -o /boot/grub/grub.cfgUpdating grub configuration

  6. restart for best result :) Results