View previous topic :: View next topic |
Author |
Message |
Thaidog Veteran
Joined: 19 May 2004 Posts: 1053
|
Posted: Wed Oct 03, 2007 9:40 pm Post subject: Having trouble with grahpical fbsplash SOLVED |
|
|
I am having trouble getting the bootup sequence to show a graphical splash screen. I have generated a initrd file with:
# splash_geninitramfs livecd-2007.0 -r 1024x768 -g /boot/fbsplash-livecd-2007.0-1024x768 -v
...and I have put this line in the grub.conf:
initrd /boot/fbsplash-livecd-2007.0-1024x768
...but no splash screen happens at boot. What am I doing wrong?
UPDATE: at boot I get the following error at boot:
unknown option "theme:livecd-2007.0"
can not open config file: /etc/splash/default/1024x768.cfg _________________ Registered Linux User: 437619
"I'm a big believer in technology over politics" - Linus Torvalds
Last edited by Thaidog on Thu Oct 04, 2007 5:49 pm; edited 2 times in total |
|
Back to top |
|
|
djdunn l33t
Joined: 26 Dec 2004 Posts: 812
|
Posted: Thu Oct 04, 2007 12:31 am Post subject: |
|
|
might be a typo but i have to ask
/boot/fbsplash-livecd-2007.0-1024x768
does not = /boot/fbslash-livecd-2007.0-1024x768
need to add a "p" in there if its not a typo _________________ “Music is a moral law. It gives a soul to the Universe, wings to the mind, flight to the imagination, a charm to sadness, gaiety and life to everything. It is the essence of order, and leads to all that is good and just and beautiful.”
― Plato |
|
Back to top |
|
|
Thaidog Veteran
Joined: 19 May 2004 Posts: 1053
|
Posted: Thu Oct 04, 2007 12:42 am Post subject: |
|
|
djdunn wrote: | might be a typo but i have to ask
/boot/fbsplash-livecd-2007.0-1024x768
does not = /boot/fbslash-livecd-2007.0-1024x768
need to add a "p" in there if its not a typo |
No, unfortunately it is just a typo in the post. I just fixed it, thanks! _________________ Registered Linux User: 437619
"I'm a big believer in technology over politics" - Linus Torvalds |
|
Back to top |
|
|
baeksu l33t
Joined: 26 Sep 2004 Posts: 609 Location: Seoul, Korea
|
Posted: Thu Oct 04, 2007 3:53 am Post subject: |
|
|
That 'unknown option "theme:livecd-2007.0"' means something is wrong with the options you pass to the kernel.
What's you kernel line in grub? _________________ Gnome:
1. A legendary being.
2. A never ending quest to make unix friendly to people who don't want unix and excruciating for those that do. |
|
Back to top |
|
|
Thaidog Veteran
Joined: 19 May 2004 Posts: 1053
|
Posted: Thu Oct 04, 2007 4:39 am Post subject: |
|
|
baeksu wrote: | That 'unknown option "theme:livecd-2007.0"' means something is wrong with the options you pass to the kernel.
What's you kernel line in grub? |
Here is the grub conf line:
kernel /boot/kerenel-2.6.22-gentoo-r8 root=/dev/hda3 splash=silent, theme:livecd-2007.0 video=vesafb:1024x768-32@60,mtrr,ywrap quiet CONSOLE=/dev/tty1 _________________ Registered Linux User: 437619
"I'm a big believer in technology over politics" - Linus Torvalds |
|
Back to top |
|
|
baeksu l33t
Joined: 26 Sep 2004 Posts: 609 Location: Seoul, Korea
|
Posted: Thu Oct 04, 2007 12:51 pm Post subject: |
|
|
Thaidog wrote: | kernel /boot/kerenel-2.6.22-gentoo-r8 root=/dev/hda3 splash=silent, theme:livecd-2007.0 video=vesafb:1024x768-32@60,mtrr,ywrap quiet CONSOLE=/dev/tty1 |
There shouldn't be a space in the splash options. You have a space between "silent," and the "theme" part (or was that a typo?). _________________ Gnome:
1. A legendary being.
2. A never ending quest to make unix friendly to people who don't want unix and excruciating for those that do. |
|
Back to top |
|
|
belrpr Guru
Joined: 22 May 2006 Posts: 440
|
Posted: Thu Oct 04, 2007 1:24 pm Post subject: |
|
|
I personally think it is strange that there is a : instead of = after theme |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Thu Oct 04, 2007 4:20 pm Post subject: |
|
|
Moved from Installing Gentoo to Other Things Gentoo.
Not about getting gentoo installed, so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
Thaidog Veteran
Joined: 19 May 2004 Posts: 1053
|
Posted: Thu Oct 04, 2007 5:48 pm Post subject: |
|
|
baeksu wrote: | Thaidog wrote: | kernel /boot/kerenel-2.6.22-gentoo-r8 root=/dev/hda3 splash=silent, theme:livecd-2007.0 video=vesafb:1024x768-32@60,mtrr,ywrap quiet CONSOLE=/dev/tty1 |
There shouldn't be a space in the splash options. You have a space between "silent," and the "theme" part (or was that a typo?). |
That fixed it! Thanks! _________________ Registered Linux User: 437619
"I'm a big believer in technology over politics" - Linus Torvalds |
|
Back to top |
|
|
|