Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fbsplash hangs at 100% - verbose mode (F2) works
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
duhblow7
n00b
n00b


Joined: 04 Sep 2004
Posts: 37

PostPosted: Fri Jul 22, 2005 12:43 am    Post subject: fbsplash hangs at 100% - verbose mode (F2) works Reply with quote

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
View user's profile Send private message
Tsuna
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jan 2005
Posts: 147

PostPosted: Fri Jul 22, 2005 1:16 am    Post subject: Reply with quote

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
View user's profile Send private message
bejean
n00b
n00b


Joined: 29 Oct 2004
Posts: 5
Location: Atlanta, GA

PostPosted: Fri Jul 22, 2005 5:58 am    Post subject: Reply with quote

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
View user's profile Send private message
duhblow7
n00b
n00b


Joined: 04 Sep 2004
Posts: 37

PostPosted: Sat Jul 23, 2005 12:33 am    Post subject: Reply with quote

bejean the only problem i see is that your grub.conf should show
Code:

default 1


hardy har-freaking har
Back to top
View user's profile Send private message
bejean
n00b
n00b


Joined: 29 Oct 2004
Posts: 5
Location: Atlanta, GA

PostPosted: Sat Jul 23, 2005 4:18 am    Post subject: Reply with quote

very funny. The progress bar is probably the only thing keeping windows at default at this point.
Back to top
View user's profile Send private message
bubbas
n00b
n00b


Joined: 29 Dec 2003
Posts: 36
Location: Germany

PostPosted: Sat Jul 23, 2005 4:54 pm    Post subject: Reply with quote

you should activate udev like it is recommended while emerging the splashutils.

http://www.gentoo.org/doc/en/udev-guide.xml

solved the problem here ...

cu

vale
Back to top
View user's profile Send private message
bejean
n00b
n00b


Joined: 29 Oct 2004
Posts: 5
Location: Atlanta, GA

PostPosted: Sun Jul 24, 2005 5:10 pm    Post subject: Reply with quote

Thanks, that fixed it.
Back to top
View user's profile Send private message
bubbas
n00b
n00b


Joined: 29 Dec 2003
Posts: 36
Location: Germany

PostPosted: Wed Jul 27, 2005 5:47 pm    Post subject: Reply with quote

hehe i spent a couple of hours too :cry:
Back to top
View user's profile Send private message
val
Apprentice
Apprentice


Joined: 30 Jun 2004
Posts: 234

PostPosted: Mon Aug 29, 2005 4:12 pm    Post subject: Reply with quote

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
View user's profile Send private message
Dunkelschorsch
n00b
n00b


Joined: 20 Jan 2003
Posts: 5
Location: Germany

PostPosted: Mon Aug 29, 2005 11:03 pm    Post subject: Reply with quote

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. :wink:
_________________
Immer druff, immer wech!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum