I have managet to customize my logon screen the way i want it,
Problem is i do not wish to have background imege at bootsplash screen (still want to receive option how to boot just simple text);
And later when system is loading modules and starting i just want to have simple black background on my screen, with nice text (verbose) telling me what is done.
This is my dream
If u help me with this one i would have apreciate it sooooo much.
You are talking about two splash screens, the GRUB one and the Linux boot one.
The first one is configured in /boot/grub/menu.lst with the gfxmenu line. I did not test, but see what happens when you remove this line. (First make a copy of menu.lst of course).
The second is a Kernel parameter and is also in /boot/grub/menu.lst. You will find for each Linux entry a Kernel parameter splash=silent. Change it to* splash=0*.
On 2011-05-20 19:36, stipi69 wrote:
> And later when system is loading modules and starting i just want to
> have simple black background on my screen, with nice text (verbose)
> telling me what is done.
SuSE Linux boots with a graphical grub menu and splash screen. This can be disruptive to administrators supporting the servers through the RSA/IMM/ILO connection as the graphics can load very slowly .
Disable all boot graphics:
Change VGA mode to normal and remove the splash screen.
edit /boot/grub/menu.lst
change the kernel parameters:
**vga=0x314 **to vga=normal splash=silent to splash=0
Remove the graphical grub bootloader menu.
comment or remove grub parameter, also in /boot/grub/menu.lst:
**gfxmenu (hd0,1)/boot/message **
becomes
**#gfxmenu (hd0,1)/boot/message **
Have the server boot to runlevel 3 by default:
edit /etc/inittab