sudo vi /etc/dafault/grub
And change the value "quiet splash" of GRUB_CMDLINE_LINUX_DEFAULT with "".
if you use vi use the two following commands:
:%s/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"/GRUB_CMDLINE_LINUX_DEFAULT=""/
:wq
After that update grub:
update-grub2