View previous topic :: View next topic |
Author |
Message |
duhblow7 n00b
Joined: 04 Sep 2004 Posts: 37
|
Posted: Fri Jul 22, 2005 12:43 am Post subject: fbsplash hangs at 100% - verbose mode (F2) works |
|
|
Hi All,
I've installed fbsplash according to the wiki and forum posts. i'm running gentoo sources 2.6.12. my fbsplash is set to silent mode, so i should get the splash screen with a progress bar. My problem is that if i let my progress bar get to 100% I never get a login screen. The fbsplash sits at 100% and my only option is to reboot. If I press control+alt+delete while my fbsplash is at 100%, the fbsplash changes to the reboot and the computer reboots, so I know it's not completely frozen. I've searched the forums and google but am unable to find anything similar. If i hit F2 for verbose mode before the progress bar gets to about 20-30% it changes to verbose mode and I get then normal login prompt.
I did notice this error on my console right before the fbsplash appears, but I can't find any documentation on this error
Code: | hw_random: RNG not detected
Couldn't load font file
Couldn't load 26 pt font from (null) |
Here is my applicable grub.conf
Code: |
title=gentoo sources 1024x768
root (hd0,4)
kernel /boot/gentoo-2.6.12 root=/dev/hda7 video=vesafb:1024x768-24@75 splash=silent,kdgraphics,fadein,theme:emergence vga=0x317 quiet CONSOLE=/dev/tty1
initrd /boot/fbsplash-emergence-1024x768 |
Here is my version of splashutils
Code: | [ebuild R ] media-gfx/splashutils-1.1.9.7 -hardened +kdgraphics +png +truetype 0 kB |
Here is how i created my splash ram init
Code: | splash_geninitramfs -v -g /boot/fbsplash-emergence-1024x768 -r 1024x768 emergence |
I have gotten this error with both vesafb and vesafb-tng. My symlink for /usr/src/linux is correct. I've rebuilt splashutils before and after kernel recompile.
Am I stupid? Is this what fbsplash is supposed to do? Was I supposed to make X start at boot? I was under the impression i would still get the Login screen.
Thanks |
|
Back to top |
|
|
Tsuna Tux's lil' helper
Joined: 23 Jan 2005 Posts: 147
|
Posted: Fri Jul 22, 2005 1:16 am Post subject: |
|
|
hi
I have the same problem. This problem arose when updating to the latest version of splashutils and it's kind of broken since then. 2.6.12 sux anyway, read the forums, there are too many problems around it. But still, this problem is also under the 2.6.11 so....
Hint: when you're stuck at 100%, you don't need to reboot, simply change console (press ALT+F2 for example) and log in another tty :/
what you did was right, splashutils is broken atm :s _________________ I am not sending subliminal messages |
|
Back to top |
|
|
bejean n00b
Joined: 29 Oct 2004 Posts: 5 Location: Atlanta, GA
|
Posted: Fri Jul 22, 2005 5:58 am Post subject: |
|
|
I have this problem also with the exception that mine hangs at 95%. verbose works fine, but i really want the progressbar. i can't find anything in the logs that might indicate something was wrong either.
here is my grub.conf
Code: | default 0
timeout 5
splashimage=(hd0,5)/grub/splash.xpm.gz
title=Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1
title=Gentoo Linux 2.6.12-r6
root (hd0,5)
kernel /kernel-2.6.12-gentoo-r6 video=vesafb-tng:ywrap,mtrr,1600x1200-32@60 quiet splash=silent,fadein,theme:livecd-2005.1 CONSOLE=/dev/tty1
initrd (hd0,5)/fbsplash-livecd-2005.1-1600x1200
|
i also get the error about RNG nt detected but not the others. No other consoles seem to be open, as ctrl+alt+F2 does nothing.
I'm using splashutils 1.1.9.8 and the 2005.1 livecd theme
Last edited by bejean on Sat Jul 23, 2005 4:20 am; edited 1 time in total |
|
Back to top |
|
|
duhblow7 n00b
Joined: 04 Sep 2004 Posts: 37
|
Posted: Sat Jul 23, 2005 12:33 am Post subject: |
|
|
bejean the only problem i see is that your grub.conf should show
hardy har-freaking har |
|
Back to top |
|
|
bejean n00b
Joined: 29 Oct 2004 Posts: 5 Location: Atlanta, GA
|
Posted: Sat Jul 23, 2005 4:18 am Post subject: |
|
|
very funny. The progress bar is probably the only thing keeping windows at default at this point. |
|
Back to top |
|
|
bubbas n00b
Joined: 29 Dec 2003 Posts: 36 Location: Germany
|
|
Back to top |
|
|
bejean n00b
Joined: 29 Oct 2004 Posts: 5 Location: Atlanta, GA
|
Posted: Sun Jul 24, 2005 5:10 pm Post subject: |
|
|
Thanks, that fixed it. |
|
Back to top |
|
|
bubbas n00b
Joined: 29 Dec 2003 Posts: 36 Location: Germany
|
Posted: Wed Jul 27, 2005 5:47 pm Post subject: |
|
|
hehe i spent a couple of hours too |
|
Back to top |
|
|
val Apprentice
Joined: 30 Jun 2004 Posts: 234
|
Posted: Mon Aug 29, 2005 4:12 pm Post subject: |
|
|
Hi,
I have udev enabled, but I still get the error. For some reason it's not finding /dev/tty1 when it is first loading the kernel. Verbose mode works fine if I don't have CONSOLE=/dev/tty1 as a kernel command. Anybody have any suggestions?
Thanks. _________________ My log saw what happened to Laura Palmer. Go ahead. Ask it. |
|
Back to top |
|
|
Dunkelschorsch n00b
Joined: 20 Jan 2003 Posts: 5 Location: Germany
|
Posted: Mon Aug 29, 2005 11:03 pm Post subject: |
|
|
I once had a similar problem: when I used the livecd-2005.x gensplash themes my system would hang just at the point, where it says "Activating (possibly more) swap".
My initramfs was a handmade one, back then, because I also needed to activate my evms root device.
An initramfs generated by genkernel sorted this out eventually. The command I used to create mine looked like this:
Code: |
genkernel initrd --gensplash=livecd-2005.1 --no-devfs --gensplash-res=1024x768 --evms2
|
I noticed you were talking about splashutils, so I assume you meant genplash, not bootplash. _________________ Immer druff, immer wech!! |
|
Back to top |
|
|
|