Debian Lenny: Need Splashy to start straight after Grub2
I'm running a GNU/Linux Debian Lenny with an 2.6.26-2-686 bit. I mounted splashy for a bootsplash an upgraded grub to variation 2.
Currently I desire splashy to start straight after the customer has actually picked a startoption in grub. Presently, when the customer picks a start alternative a black screen with bootmessages takes place. I desire it to make sure that these messages are presented in splashy. Or as a choice, I intend to specify a history photo which is presented at this stage.
Do you recognize a remedy?
While plymouth is absolutely worth checking into, I utilize it myself, allow's see if we can not in fact address this inquiry for splashy
You require to see to it that the keyword splash
is passed as a bit argument at boot. This can be included at boot time or in the arrangement for your bootloader (i.e. /boot/grub/menu.lst
for grub, /etc/lilo.conf
for lilo, or /etc/default/grub
for grub2).
You might additionally need to enable the framebuffer on your bit. To do so, you require to add an additional parameter to the bit debates : vga=791
This argument is more than likely unnecessary with more recent bits in Squeeze and also Sid with KMS made it possible for.
So the line in /boot/grub/menu.lst
could resemble this :
kernel /vmlinuz-2.6.26-2-686 root=/dev/mapper/bootdisk-root00 ro quiet vga=791 splash
Further documents for splashy can be located below in instance you face various other concerns :
Related questions