Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ [1] 2 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: bootsplash...again< Next Oldest | Next Newest >
kreon28 Offline





Group: Members
Posts: 48
Joined: Oct. 2006
Posted: May 29 2007,15:51 QUOTE

Hi,

I think I've got a problem with bootsplash.
During boot instead of nice splash-picture , there is only little tux on top of the screen.
I patched the kernel, installed bootsplash (the way it is written at bootsplash.org), got AquaMatrix theme(copied image files to /usr/share/bootsplash/themes/AquaMatrix/images)  and made initrd.splash (splash -sf /etc/bootsplash/themes/matrix/config/bootsplash-1024x768.cfg > /boot/initrd.splash)
Then I edited grub
Code Sample
title DSL with XFree86
kernel /boot/linux-24 root=/dev/hda4 splash=silent vga=791 initrd /boot/initrd.splash


Did I miss something ?
Back to top
Profile PM 
curaga Offline





Group: Members
Posts: 2163
Joined: Feb. 2007
Posted: May 29 2007,16:08 QUOTE

The penguin overrides bootsplash.. If it's on, the pic is off..

And that initrd is supposed to be on it's own line:
Quote
title DSL with XFree86
kernel /boot/linux-24 root=/dev/hda4 splash=silent vga=791
initrd /boot/initrd.splash


--------------
There's no such thing as life. Those mean little jocks invented it ;)
-
Windows is not a virus. A virus does something!
Back to top
Profile PM 
kreon28 Offline





Group: Members
Posts: 48
Joined: Oct. 2006
Posted: May 29 2007,16:43 QUOTE

Yep. You are right once again  :D
Now it works, but question:
What about that progress bar problem. I read here that progress bar doesn't work with DSL. Any news about that?
Back to top
Profile PM 
curaga Offline





Group: Members
Posts: 2163
Joined: Feb. 2007
Posted: May 30 2007,07:20 QUOTE

For progress bar you need to mess with the init files.. Someone said that 'cause it isn't possible on the Livecd now.

Add this to the end of "functions" (a file in /etc/init.d)
Quote
progressbar()
    {

         if [ $# != 1 ]
         then
              echo "Usage: progressbar {progress}"
              exit 1
         fi

         echo "show $(( 65534 * $1 / 100 ))" > /proc/splash

    }


Then see the order of init scripts (ls /etc/rcsysinit.d) they are numbered from 0 to 100. Obviously low number is used first, then higher. At the end of each script add
Quote
progressbar 40
Where 40 is the % of full bar..


--------------
There's no such thing as life. Those mean little jocks invented it ;)
-
Windows is not a virus. A virus does something!
Back to top
Profile PM 
kreon28 Offline





Group: Members
Posts: 48
Joined: Oct. 2006
Posted: May 30 2007,10:17 QUOTE

Quote (curaga @ May 30 2007,03:20)
Then see the order of init scripts (ls /etc/rcsysinit.d) they are numbered from 0 to 100. Obviously low number is used first, then higher. At the end of each script add
Quote
progressbar 40
Where 40 is the % of full bar..

hmmm...I have folders such as /etc/rc0.d , rc1.d etc..and then rcS.d.
But these are folders, so where to put that "progressbar"

P.S. In /etc/default/ I have file rcS - maybe you have talked about this one?
Back to top
Profile PM 
8 replies since May 29 2007,15:51 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ [1] 2 >/
reply to topic new topic new poll
Quick Reply: bootsplash...again

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code