Edit /etc/default/grub file, locate the following line:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet”
and change it to:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet text”
and don’t forget to run ‘update-grub’ afterwards to update.
(thanks to Eu2200 on debainadmin.com)