12.02.2008 10:34
Ubuntu boot-splash
Ubuntu has this really ennoying feature that it does not show any log-messages on boot up. In order to have them displayed on in your boot splash-screen, switch of the quiet option in grub, that is, replace
#defoptions=quiet splashby
#defoptions=splashin /boot/grub/menu.lst. The graphical boot splash can temporarily be switched off by CTRL + ALT+ F1 or permanently by setting
#defoptions=nosplashAfter editing /boot/grub/menu.lst you have to run
sudo update-grubSee this Wiki-page for more details.