Often in embedded systems, one would like to hide/suppress the messages printed by Linux Kernel while booting. Linux Kernel supports a boot-time argument “quite“. If “quite” is given as one of the command-line arguments, Linux Kernel doesn’t not print most of the boot messages on console. However it still prints few lines of messages. To remove those, one should examine Linux kernel source code and comment them.