Boot logo with text
This page was last updated on July 18, 2009.
Temporary Method
- In the GRUB menu that comes up when booting the computer, highlight the Ubuntu Linux entry with the latest kernel.
- Press the e key.
- Use your arrow keys to select the kernel line.
- Press the e key again.
- Remove quiet from the line.
- Press the Enter key to accept the changes.
- Press the b key to boot the computer.
Permanent Method
- Edit your menu.lst file:
- Ubuntu users type this command in a terminal window:
- Kubuntu users type this command in a terminal window:
- Find the #defoptions= line.
- Example:
- Remove quiet from that line.
- Save and close the file.
- Update GRUB by typing this command in a terminal window:
gksudo gedit /boot/grub/menu.lst
kdesudo kate /boot/grub/menu.lst
# defoptions=quiet splash
sudo update-grub
Obligatory Happy Ending
And they all lived happily ever after. The end.
