By default, Ubuntu starts with splash screen in quiet mode without displaying startup actions.

Before Ubuntu Karmic (legacy Grub), you have to edit /boot/grub/menu.lst to remove the quiet words.

Since Ubuntu Karmic (new Grub):

sudo vi /etc/default/grub
# remove "quiet"
sudo update-grub

Link:

See also: