Not displaying logo during startup/shutdown

Nils Kassube kassube at gmx.net
Tue Apr 15 19:10:03 UTC 2008


Ioannis Vranos wrote:
> Nils Kassube wrote:
> > Ioannis Vranos wrote:
> >> Is there any way to make Ubuntu not display the Ubuntu logo with the
> >> bar during startup/shutdown, but the service messages instead?
> >
> > Use the command
> >
> > gksu gedit /boot/grub/menu.lst
> >
> > in a terminal (or with ALT-F2) to modify the grub boot menu. In this
> > file replace every string "quiet splash" with the string
> > "vga=normal".
>
> I did it and it didn't work. The menu.lst I used is attached to this
> email.

The kernel line shouldn't have the "# Itan quiet splash" at the end.
This is how it should be:

kernel /vmlinuz-2.6.22-14-generic root=UUID=d8190421-05fc-4644-ad51-3164c4a8ab33 ro vga=normal

Furthermore there is a line

# defoptions=quiet splash

that should be replaced with this line:

# defoptions=vga=normal

If you don't modify this line also, the next kernel update would undo
your modification.


Nils




More information about the ubuntu-users mailing list