indeed, “quiet” the kernel parameter has nothing to do with it, this is printed by grub.
open file /etc/grub.d/10_linux (with root privileges)
find and change line from;
quiet_boot="0"
to
quiet_boot="1"
regenerate grub.cfg using;
sudo update-grub