SuSE Linux: Versions since 7.2
Kernel: Versions since 2.4
echo 0 > /proc/splashto disable the splash screen on the command line. You need 'root'-permissions to do that.
append="splash=0"Or, if you already have an append-entry in /etc/lilo.conf, change the line accordingly, e.g.:
append="vga=771"to
append="vga=771 splash=0"If you prefer working in the ordinary text mode from earlier SuSE distributions, you can set "vga=normal" alternatively.