You need to edit ‘/etc/default/grub’ at root and remove the “quiet” option from the GRUB command line.

#GRUB_CMDLINE_LINUX_DEFAULT=“quiet“
GRUB_CMDLINE_LINUX_DEFAULT=““

The you need to update grub.
# update-grub