Disabling the SUSE boot splash screen with the little white progress bar.

To disable the green SUSE boot splash screen with the little white progress bar:

vi /boot/grub/menu.lst
and set “splash=silent” to “splash=verbose” That will do 🙂
or/and enter the command echo 0 >/proc/splash on the command line to disable the graphical screen. To activate it again, enter echo 1 >/proc/splash.

Leave a Reply

Your email address will not be published. Required fields are marked *

*