Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: No progress indicator in bootsplash
Date: Wed, 16 Jul 2008 15:54:46
Message-Id: g5l5j8$em5$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: No progress indicator in bootsplash by "Sebastian Günther"
1 Sebastian Günther wrote:
2 > * Nikos Chantziaras (realnc@×××××.de) [16.07.08 15:02]:
3 >> I've removed BOOT_MSG. Still no go. It says "Initializing the kernel" and
4 >> nothing else happens.
5 >>
6 >> One thing I noticed is that:
7 >>
8 >> splash_geninitramfs -g /boot/splash1280x1024 -r 1280x1024 livecd-2007.0
9 >>
10 >> only includes the JPEG images in the initrd image. Things like
11 >> "icons/apmd_started.png", "icons/sysklogd_started.png", etc, are not
12 >> included. I've included them manually (-o /etc/splash/livecd-2007.0) but
13 >> still no go; the splash remains static :(
14 >>
15 > The icons are *not* needed in the initrd, they are used *after* the
16 > rootfs is mounted, so they can be accessed right in time.
17
18 Yeah, I only tried that in an attempt at shotgun-debugging :P
19
20
21 > Please post your /etc/conf.d/splash, /etc/conf.d/fbcondecor
22
23 Thanks for helping in tracking down this issue. Here's /etc/conf.d/splash:
24
25 SPLASH_VERBOSE_ON_ERRORS="no"
26 SPLASH_EFFECTS="fadein,fadeout"
27 SPLASH_TEXTBOX="no"
28 SPLASH_AUTOVERBOSE="0"
29
30 In /etc/conf.d/fbcondecor everything is commented out.
31
32
33 > and what
34 > # ls -l /etc/splash
35
36 drwxr-xr-x 3 root root 4096 2008-07-14 16:06 emergence
37 drwxr-xr-x 3 root root 4096 2008-07-14 16:06 gentoo
38 drwxr-xr-x 6 root root 4096 2008-07-15 10:52 livecd-2007.0
39 -rw-r--r-- 1 root root 66372 2008-07-14 16:06 luxisri.ttf
40
41
42 > and
43 > # eselect rc list |grep fbcondecor
44
45 fbcondecor boot
46
47 (Note that I had to rc-update fbcondecor into boot by hand. The ebuild
48 did not do this and also didn't mention the existence of the script at
49 all. The only thing mentioned is there was a change from some older
50 splash version which doesn't say much for 1st time users like me.)
51
52 Meanwhile I switched from uvesafb to the old vesafb to see if it has
53 something to do with it. Same result. I also re-emerged klibc and
54 splashutils. No go.
55
56 (The kernel has "[*] Support for the Framebuffer Console Decorations"
57 enabled.)
58
59 Package versions:
60
61 sys-devel/gcc (~)4.3.1-r1
62 media-gfx/splashutils (~)1.5.4.1 (1st try)
63 media-gfx/splashutils 1.5.3.4 (2nd try)
64 dev-libs/klibc 1.5.8 (1st try)
65 dev-libs/klibc (~)1.5.12-r1 (2nd try)
66 sys-kernel/gentoo-sources 2.6.25-r6 (1st try)
67 sys-kernel/gentoo-sources 2.6.24-r8 (2nd try)
68
69 I hope this won't turn out to be a GCC 4.3 issue :P I will emerge gcc
70 4.1.2 and try again with that.
71
72 I'm on AMD64 (if this is relevant.)
73
74 --
75 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: No progress indicator in bootsplash "Sebastian Günther" <samson@××××××××××××××××.de>