Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bootsplash frustration
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
WolfPack
n00b
n00b


Joined: 03 Aug 2004
Posts: 33

PostPosted: Sat Sep 11, 2004 9:10 am    Post subject: Bootsplash frustration Reply with quote

So i just upgraded my kernel to gentoo-dev-sources. I was following the bootsplash guide on this forum. On my previous kernel, I had it up and running fine.

I tried different kernels (gentoo-dev and vanilla), tried doing the bootsplash_patch or the manual patch on either of those kernels. For the life of me, I could not get "Bootsplash configuration" to show up? (Gentoo-dev is supposed to have it already in as it is). Moving ahead anyway, I compiled in all the other obvious stuff for framebuffer, emerged bootsplash, i have a /etc/bootsplash, the conf and the theme it points to is in there, i made the initrd and placed it in grub, it IS recognized at bootup. But yet I have no bootsplash or framebuffer with my "dangergirl". Observe:

/etc/init.d/bootsplash.conf
Code:


please help :(
thx in advance
# /etc/init.d/bootsplash.conf

# The name of the theme that should be used during
# startup/shutdown. You can also set this with
# the kernel parameter 'theme' (e.g. by addying
# 'theme=something' to your kernel parameters in
# the bootloader configuration file). The kernel
# parameter overrides BOOTSPLASH_THEME. If both
# variables are empty, 'default' is assumed.

BOOTSPLASH_THEME="DangerGirl"

# The numbers of ttys (seperated by space) which should
# get the splash (e.g. for tty 1-5: "0 1 2 3 4 5")
#
# If you want to have different splash images on the ttys
# then you have to link the configuration file of that
# image to your theme's config directory as
# vtsplash-X-Y.cfg, where X is the tty number and Y the
# resolution.
# Assumed, your current theme is /etc/bootsplash/gentoo/ and
# you want to have the splash image from /etc/bootsplash/Linux
# on console 2 (at 800x600), then you have to link as follows:
#
# ln -s /etc/bootsplash/Linux/config/bootsplash-800x600.cfg \
# /etc/bootsplash/gentoo/config/vtsplash-1-800x600.cfg
#

BOOTSPLASH_TTYS="0 1 2 3 4 5"

# Should the silent splash be stopped on errors? (yes/no) (default: no)

BOOTSPLASH_STOP_ON_ERROR="no"

# You can use a custom TrueType font to display the silent splash
# messages. The given font has to be put to /etc/bootsplash

BOOTSPLASH_FONT="luxisri.ttf"

# Here you can customize the messages displayed during boot/reboot/shutdown

PROGRESS_BOOT_MESSAGE="Booting the system... Press F2 for verbose mode"
PROGRESS_SHUTDOWN_MESSAGE="Shutting down the system... Press F2 for verbose mode"
PROGRESS_REBOOT_MESSAGE="Rebooting the system... Press F2 for verbose mode"


grub.conf
Code:

#
# Sample boot menu configuration file
#
default=GenToo
splashimage=(hd1,0)/grub/splash.xpm.gz


# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 0

# Fallback to the second entry.
fallback 1

# For booting GNU/Linux
title GenToo
root (hd1,0)
kernel (hd1,0)/kernel-2.6.8 root=/dev/hdc3 idebus=66 vga=0x317 video=vesa:ywarp,mtr
initrd (hd1,0)/initrd.splash
# For booting Windows XP
title=Windows XP
rootnoverify (hd0,0)
chainloader +1

Back to top
View user's profile Send private message
fctk
Veteran
Veteran


Joined: 28 Jan 2004
Posts: 1424
Location: Milan, Italy, EU

PostPosted: Sat Sep 11, 2004 11:59 am    Post subject: Reply with quote

you can try gensplash instead of bootsplash
Back to top
View user's profile Send private message
d3vlin
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2003
Posts: 134

PostPosted: Sat Sep 11, 2004 1:55 pm    Post subject: Re: Bootsplash frustration Reply with quote

WolfPack wrote:

Code:

kernel (hd1,0)/kernel-2.6.8 root=/dev/hdc3 idebus=66 vga=0x317 video=vesa:ywarp,mtr


shouldn't that be 'mtrr' instead of 'mtr' ?

Best, D.
Back to top
View user's profile Send private message
entity
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jun 2002
Posts: 95
Location: Finland

PostPosted: Sat Sep 11, 2004 3:19 pm    Post subject: Reply with quote

At least gentoo-wiki
says:
Quote:

Note that in the above grub and lilo configuration examples the keyword 'vesafb' is applicable to 2.6.x kernels. For 2.4.x kernels it should be changed to 'vesa'.


Perhaps you should try vesafb?
Back to top
View user's profile Send private message
WolfPack
n00b
n00b


Joined: 03 Aug 2004
Posts: 33

PostPosted: Sat Sep 11, 2004 8:43 pm    Post subject: Reply with quote

tried that...
Back to top
View user's profile Send private message
miseiler
Tux's lil' helper
Tux's lil' helper


Joined: 17 Mar 2003
Posts: 118

PostPosted: Sat Sep 11, 2004 10:22 pm    Post subject: Reply with quote

newer kernels come with gensplash, which requires splashutils, rather than bootsplash.

https://forums.gentoo.org/viewtopic.php?t=206778
_________________
Cthulhu for president.
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