Page 1 of 1

Re: Hide boot up text

Posted: Tue Nov 18, 2008 12:32 am
by newW2
Open a terminal and enter:

Code: Select all

gksu gedit /boot/grub/menu.lst
This will open menu.lst in a text editor.

Look for the line starting with "kernel" Like this:
kernel /boot/vmlinuz-2.6.24-16-generic root=/dev/sda1 ro

Change that line to this (add quiet splash):
kernel /boot/vmlinuz-2.6.24-16-generic root=/dev/sda1 ro quiet splash