View previous topic :: View next topic |
Author |
Message |
WizzleyPete n00b
Joined: 27 May 2003 Posts: 54
|
Posted: Sun Aug 10, 2003 6:42 am Post subject: using bootsplash from liveCD |
|
|
Hey everyone. I really like the Gentoo Linux startup splash screen with the progress bar, and was wondering how exactly I could copy that from the CD. I emerged gs-sources and enabled bootsplash in the kernel, so I only need to know what initrd file on the CD will provide me with the bootsplash images. Thanks in advance.
James |
|
Back to top |
|
|
aardvark Guru
Joined: 30 Jun 2002 Posts: 576
|
Posted: Sun Aug 10, 2003 10:21 am Post subject: |
|
|
Me too!! I just love that boot cd boosplash with boot progress indicator, for all those times I don't need to know that my processes are all started [OK]
I got the inird.1024 from the CD (mounted in a running gentoo: /isolinux/initrd.1024) already, but with only that and the kernel option "splash=silent" I still don't get a progress bar.
Anyone on this? |
|
Back to top |
|
|
stig Apprentice
Joined: 03 Sep 2002 Posts: 289 Location: Bærum, Norway
|
Posted: Sun Aug 10, 2003 10:18 pm Post subject: |
|
|
Me too! That splashscreen was so cool _________________ Allting har en ende, pølsen den har to. |
|
Back to top |
|
|
darkcoder Apprentice
Joined: 09 May 2003 Posts: 253 Location: Lynchburg, VA
|
Posted: Mon Aug 11, 2003 5:50 am Post subject: |
|
|
I got it working. These are the steps you need:
1) emerge baselayout no greater than 1.8.6.9 (still not supported by the patch). I personally use 1.8.6.9.
2) emerge bootsplash if it is not in your sistem.
3) download the bootsplash progress bar patch from here: http://www.aichler.net/gentoo/bootsplash/downloads.html
4) get the cd bootsplash. It's /isolinux/initrd.1024. And save it in /boot.
5) Modify grub.conf with: Code: | kernel ... splash=silent
initrd=/boot/initrd.1024.
| as explain in the bootplash-howto.
6) untar the patch and apply it by typing: ./install.sh
7) Reboot, enjoy it, and smile at your friends _________________ Not bleeding edge.... No pain no game |
|
Back to top |
|
|
WizzleyPete n00b
Joined: 27 May 2003 Posts: 54
|
Posted: Mon Aug 11, 2003 5:24 pm Post subject: |
|
|
Cool Will give it a try. Thank you. |
|
Back to top |
|
|
syscrash Guru
Joined: 14 Apr 2003 Posts: 541
|
Posted: Tue Aug 12, 2003 12:31 am Post subject: |
|
|
Thanks dark, that works wonderfully. Something to note is that it did NOT work with gentoo-sources 2.4.20-r5 and vanilla-sources 2.4.21. It DID work with gaming-sources. |
|
Back to top |
|
|
WizzleyPete n00b
Joined: 27 May 2003 Posts: 54
|
Posted: Tue Aug 12, 2003 4:35 am Post subject: |
|
|
It won't work for me |
|
Back to top |
|
|
Blurpy Tux's lil' helper
Joined: 11 Feb 2003 Posts: 111 Location: Norway
|
Posted: Tue Aug 12, 2003 11:30 am Post subject: |
|
|
The initrd from the iso didn't work for me, so I made my own by using the config files and images from /etc/bootsplash/gentoo on the cd. But the progressbar is on the wrong place, and the font is very ugly.
This is what I got, and this is what it looks like on the cd.
Does anyone know how to fix it? I've tried looking at the config file, but don't know what to change. |
|
Back to top |
|
|
jbla00 n00b
Joined: 16 Jul 2003 Posts: 25
|
|
Back to top |
|
|
Blurpy Tux's lil' helper
Joined: 11 Feb 2003 Posts: 111 Location: Norway
|
Posted: Tue Aug 12, 2003 3:37 pm Post subject: |
|
|
I found out how to move the progressbar. I had to change several things. This is from /etc/bootsplash/gentoo/config/bootsplash-1024x768.cfg
The new:
Code: | # background
box silent noover 204 562 820 592 #04045498
box silent inter 204 563 204 591 #ffffff #ffffff #526bb0 #526bb0
box silent 204 563 820 591 #ffffff #ffffff #526bb0 #526bb0
# black border
box silent 204 562 820 562 #313234
box silent 204 592 820 592 #eef4ff
box silent 204 562 204 592 #313234
box silent 820 562 820 592 #eef4ff
|
The original:
Code: | # background
box silent noover 204 582 820 612 #04045498
box silent inter 204 583 204 611 #ffffff #ffffff #526bb0 #526bb0
box silent 204 583 820 611 #ffffff #ffffff #526bb0 #526bb0
# black border
box silent 204 582 820 582 #313234
box silent 204 612 820 612 #eef4ff
box silent 204 582 204 612 #313234
box silent 820 582 820 612 #eef4ff
|
The font is still ugly. Maybe the splash script puts the text on the same spot several times during the boot process. It looks like the text is normal the first second, and then it gets thicker and thicker. |
|
Back to top |
|
|
darkcoder Apprentice
Joined: 09 May 2003 Posts: 253 Location: Lynchburg, VA
|
Posted: Tue Aug 12, 2003 8:53 pm Post subject: |
|
|
I got everything, except for the text message. Apparently is something within my system since the message from other bootsplash are gone too. But I don't matter much for it either. If someone can fix it for me, tell me.
And where on the cd are those files, I only find the ones that bootsplash installed (console background).
And for the record, I use pfeifer-sources 2.4.21-pre4 _________________ Not bleeding edge.... No pain no game |
|
Back to top |
|
|
WizzleyPete n00b
Joined: 27 May 2003 Posts: 54
|
Posted: Tue Aug 12, 2003 9:23 pm Post subject: |
|
|
It should be here:
/mnt/cdrom/isolinux/initrd.1024
I tried copying initrd* rather than just the one file to my /boot partition, and it's worked just fine for me. I don't know if you need all of them or not, but it doesn't hurt to copy them over. Hope this helps. For the record, I did eventually get it to work I thought the overlapping text on the bootup splash from the first CD was annoying since it doesn't work quite the way it did on the CD, so I just edited /etc/conf.d/bootsplash.conf and got rid of the message, so now it boots up without the text on the splash screen/progress bar.
James |
|
Back to top |
|
|
Azaghal Tux's lil' helper
Joined: 02 May 2003 Posts: 103
|
Posted: Wed Aug 13, 2003 12:07 am Post subject: |
|
|
works like a charm
Had a few troubles at first, took me hours, and eventually looking at the src to find out that it's (with it's I mean bootsplash as a whole, not this patch) very picky about 'markers', which is why it would crash on my custom theme. Simply loaded it into gimp and saved it again with touching a few settings, and problem fixed. |
|
Back to top |
|
|
darkcoder Apprentice
Joined: 09 May 2003 Posts: 253 Location: Lynchburg, VA
|
Posted: Wed Aug 13, 2003 2:54 am Post subject: |
|
|
anyone was able to make it work under baselayout-1.8.6.10? _________________ Not bleeding edge.... No pain no game |
|
Back to top |
|
|
micha n00b
Joined: 03 Oct 2002 Posts: 24 Location: Germany
|
Posted: Wed Aug 13, 2003 11:45 am Post subject: |
|
|
Hi,
darkcoder wrote: | anyone was able to make it work under baselayout-1.8.6.10? |
I updated the patch to baselayout 1.8.6.10 today.
The font issue should also be fixed now ( several calls to fbtruetpye during boot caused that issue, like Blurpy assumed).
micha |
|
Back to top |
|
|
Blurpy Tux's lil' helper
Joined: 11 Feb 2003 Posts: 111 Location: Norway
|
Posted: Wed Aug 13, 2003 4:46 pm Post subject: |
|
|
micha wrote: | The font issue should also be fixed now ( several calls to fbtruetpye during boot caused that issue, like Blurpy assumed). |
Thanks, the text looks much better now |
|
Back to top |
|
|
The Dark Tux's lil' helper
Joined: 01 Feb 2003 Posts: 126 Location: BACK ON PLANET GENTOO
|
Posted: Wed Aug 13, 2003 5:07 pm Post subject: |
|
|
darkcoder wrote: | I got it working. These are the steps you need:
1) emerge baselayout no greater than 1.8.6.9 (still not supported by the patch). I personally use 1.8.6.9.
2) emerge bootsplash if it is not in your sistem.
3) download the bootsplash progress bar patch from here: http://www.aichler.net/gentoo/bootsplash/downloads.html
4) get the cd bootsplash. It's /isolinux/initrd.1024. And save it in /boot.
5) Modify grub.conf with: Code: | kernel ... splash=silent
initrd=/boot/initrd.1024.
| as explain in the bootplash-howto.
6) untar the patch and apply it by typing: ./install.sh
7) Reboot, enjoy it, and smile at your friends |
Hmm still not working maybe i'm missing something ....
Yeah i lost my gentoo boot CD so i had to download the two pentium 3 live disk, and booted , and got the GENTOO LOVE all over again.
Yeah i liked the bootsplash, yes i did.
But its not working on my gentoo sources.??
Some body got this working with the gentoo sources, or do i have to vanilla my system to enjoy the bootsplash..????
Some codes...
And i enabled framebuffer in the kernel (do i need more ..??)
Check the codes.
/boot/grub/grub.conf
Code: | default 0
timeout 30
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
title=BOOT GENTOO LINUX
root(hd0,2)
kernel /boot/bzImage root=/dev/hda5 vga = 791 video=vesa:1024x768@70
title=Gentoo Linux ( 2.4.20 - Gentoo )
root (hd0,2)
kernel /boot/bzImage root=/dev/hda5
video=mtrr,vesa:1024x768 vga=0x314 splash=silent theme=gentoo
initrd=/initrd.1024
|
emerge -s bootsplash
Code: | Searching...
[ Results for search key : bootsplash ]
[ Applications found : 1 ]
* media-gfx/bootsplash [ Masked ]
Latest version available: 0.6-r1
Latest version installed: [ Not Installed ]
Size of downloaded files: 230 kB
Homepage: http://linux.tkdack.com/
Description: Graphical backgrounds for frame buffer consoles
|
What's the problem here
.... _________________ -=The Dark=-
Linux Rules
i686 Pentium III (Coppermine) GenuineIntel
http://www.gentoo.org |
|
Back to top |
|
|
darkcoder Apprentice
Joined: 09 May 2003 Posts: 253 Location: Lynchburg, VA
|
Posted: Wed Aug 13, 2003 6:37 pm Post subject: |
|
|
maybe you are not running unstable, so try this:
ACCEPT_KEYWORDS=~x86 emerge bootsplash _________________ Not bleeding edge.... No pain no game |
|
Back to top |
|
|
The Dark Tux's lil' helper
Joined: 01 Feb 2003 Posts: 126 Location: BACK ON PLANET GENTOO
|
Posted: Wed Aug 13, 2003 7:04 pm Post subject: |
|
|
darkcoder wrote: | maybe you are not running unstable, so try this:
ACCEPT_KEYWORDS=~x86 emerge bootsplash |
Well iv'e done that but still no splash alla LIVE CD ..
Did you check my grub.conf file...
Hmm check my section frame buffer.
Code: |
#
# Frame-buffer support
#
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FB_LOGO_TUX=y
# CONFIG_FB_LOGO_LARRY is not set
# CONFIG_FB_LOGO_GENTOO is not set
# CONFIG_FB_LOGO_G is not set
# CONFIG_FB_LOGO_PENGUIN is not set
# CONFIG_FB_LOGO_POWEREDBY is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_CLGEN is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_VESA is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_HGA is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_MATROX is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FBCON_SPLASHSCREEN is not set
# CONFIG_FBCON_ADVANCED is not set
# CONFIG_FBCON_FONTWIDTH8_ONLY is not set
# CONFIG_FBCON_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
|
Maybe there something missing in here ..?? _________________ -=The Dark=-
Linux Rules
i686 Pentium III (Coppermine) GenuineIntel
http://www.gentoo.org |
|
Back to top |
|
|
Blurpy Tux's lil' helper
Joined: 11 Feb 2003 Posts: 111 Location: Norway
|
Posted: Thu Aug 14, 2003 9:10 am Post subject: |
|
|
The Dark wrote: | Hmm check my section frame buffer.
Code: |
# CONFIG_FBCON_SPLASHSCREEN is not set
|
Maybe there something missing in here ..?? |
Vell, in my config, it says
Code: | CONFIG_FBCON_SPLASHSCREEN=y |
If you are using gentoo-sources, you might need to fix a little detail to make it work. Atleast that's what I had to do, or else I got errors and no silent picture. |
|
Back to top |
|
|
pazz Apprentice
Joined: 01 Dec 2002 Posts: 283
|
Posted: Fri Aug 15, 2003 10:07 am Post subject: |
|
|
Hi!
i was wondering if it is possible to use this progress bar thing under a nvidia card and kernel 2.6
i never used framebuffers for this pc because it seems to have trouble switching back from X to the console (it simply doesn't reply anymore)
well, but it semms a verry nice thing to me this bar...
here's what i did:
compiled framebuffer support for riva cards (seems to work)
compiled in support for console-fb, some fonts and boot-logo support
emerged bootsplash and moved this initrd.1024 file as darkcoder said
then i ran my kernel using: kernel /boot/bzImage root=/dev/hda5 hdc=ide-scsi video=mtrr,vesa:1024x768 vga=0x314 splash=silent theme=gentoo initrd=/initrd.1024
and what came out was a huge margin around a verry small but high resulutioned, normal boot-output...
any comments?
thx
pazz |
|
Back to top |
|
|
Blurpy Tux's lil' helper
Joined: 11 Feb 2003 Posts: 111 Location: Norway
|
Posted: Fri Aug 15, 2003 11:58 am Post subject: |
|
|
pazz wrote: | Hi!
i was wondering if it is possible to use this progress bar thing under a nvidia card and kernel 2.6
here's what i did:
compiled framebuffer support for riva cards (seems to work)
compiled in support for console-fb, some fonts and boot-logo support
emerged bootsplash and moved this initrd.1024 file as darkcoder said |
I've read on this forum that the riva framebuffer driver doesn't work very well with the nvidia drivers. I'm using the vesa framebuffer driver, together with the nvidia drivers, and that works fine.
I also read in the bootsplash.org FAQ that bootsplash wont work with a 2.6 kernel yet. |
|
Back to top |
|
|
pazz Apprentice
Joined: 01 Dec 2002 Posts: 283
|
Posted: Fri Aug 15, 2003 1:07 pm Post subject: |
|
|
well, fine
but it's nice to be sure that i't really won't work and that it's not me that is simply too dumb for it *g
thanx pazz |
|
Back to top |
|
|
The Dark Tux's lil' helper
Joined: 01 Feb 2003 Posts: 126 Location: BACK ON PLANET GENTOO
|
Posted: Fri Aug 15, 2003 6:10 pm Post subject: |
|
|
Blurpy wrote: | The Dark wrote: | Hmm check my section frame buffer.
Code: |
# CONFIG_FBCON_SPLASHSCREEN is not set
|
Maybe there something missing in here ..?? |
Vell, in my config, it says
Code: | CONFIG_FBCON_SPLASHSCREEN=y |
If you are using gentoo-sources, you might need to fix a little detail to make it work. Atleast that's what I had to do, or else I got errors and no silent picture. |
Yeah thanks for the reply .
I got it working reading THIS.
I did not try the splash = silent yet.
After reading the post
i got the splash working.
But when i tried to startx .... i got.
Code: | (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xDE000000
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
|
Hmmm..... nvidia module is loaded at boot.
Compiled after make modules_install....
issue a modules-update command......
So don't know what X is B&^%#$@$ about.......
Got to figure this one out.
Well maybe you experts out there knows better, i yah do let me know. _________________ -=The Dark=-
Linux Rules
i686 Pentium III (Coppermine) GenuineIntel
http://www.gentoo.org |
|
Back to top |
|
|
zuowei n00b
Joined: 19 Jun 2003 Posts: 27 Location: Shanghai (P.R.China)
|
Posted: Fri Aug 22, 2003 12:14 pm Post subject: |
|
|
Blurpy wrote: | I found out how to move the progressbar. I had to change several things. This is from /etc/bootsplash/gentoo/config/bootsplash-1024x768.cfg
The new:
Code: | # background
box silent noover 204 562 820 592 #04045498
box silent inter 204 563 204 591 #ffffff #ffffff #526bb0 #526bb0
box silent 204 563 820 591 #ffffff #ffffff #526bb0 #526bb0
# black border
box silent 204 562 820 562 #313234
box silent 204 592 820 592 #eef4ff
box silent 204 562 204 592 #313234
box silent 820 562 820 592 #eef4ff
|
The original:
Code: | # background
box silent noover 204 582 820 612 #04045498
box silent inter 204 583 204 611 #ffffff #ffffff #526bb0 #526bb0
box silent 204 583 820 611 #ffffff #ffffff #526bb0 #526bb0
# black border
box silent 204 582 820 582 #313234
box silent 204 612 820 612 #eef4ff
box silent 204 582 204 612 #313234
box silent 820 582 820 612 #eef4ff
|
The font is still ugly. Maybe the splash script puts the text on the same spot several times during the boot process. It looks like the text is normal the first second, and then it gets thicker and thicker. |
You can adjust properties of font in the same file
Code: |
#ttf message output parameters
text_x=332
text_y=524
text_size=16
text_color=oxeef4ff
|
then the messages were displayed better than before. |
|
Back to top |
|
|
|