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
.