boot image

wezhira

Well-Known Member
Joined
Jun 15, 2008
Messages
467
Reaction score
5
hi guys when any of my opensuse machine boots up i get this text scrolling up telling me whats happening whats been activated and whats failed now i know that its possible too have an image there instead of this text have an image then if i wanna see whats going on i press esc .This image has been working for a while but now its gone i am curious as too how i can get it back it really looks slicker than having the text scrolling up ok got it its the bootsplash image
 
Last edited:
I will assume you run grub. Can you paste your /boot/grub/menu.lst or /boot/grub/grub.conf here. If you don't run grub, i suppose you can post your lilo config file and someone else who uses lilo might be able to help.

EDIT: When I used SUSE I often found Linuxquestions.org a good resource - for instance, this might prove useful.
 
Last edited:
I use grub i have followed so many tutorials even the ones from opensuse still no luck ended up with some vga mode error wait 30 sec or press space after more tweaking i edited something now i can't boot into my distro at all
 
This sounds a bit more serious than just a grubsplash error. :D

What error do you get if you try and boot-up? You could also use the distro CD as a rescue CD and reinstall grub, that usually fixes the more serious errors.
 
i reinstalled grub from the opensuse disc now i'm back at the beginng tried this
http://sathyasays.com/2007/12/02/changing-bootsplash-screen-in-opensuse-103/
this
http://en.opensuse.org/Custom_splash_screen#HowTo:_Change_your_boot_splash_screens
this is wat made suse fail too boot
http://www.linuxquestions.org/quest...-in-opensuse-11-after-changing-kernel-660156/
tried this same error as mine
http://forums.opensuse.org/install-boot-login/391479-undefined-video-mode-31a.html
setting vga=normal did not help
ja so if any of your tips involves anyof that then well i give up
 
my grub menu.lst

# Modified by YaST2. Last modification on Mon Jan 5 18:36:44 SAST 2009
default 0
timeout 8
gfxmenu (hd0,6)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title mistress
root (hd0,6)
kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_ST3200820A_5QE104AX-part7 resume=/dev/sda5 splash=silent showopts
initrd /boot/initrd-2.6.25.5-1.1-default

###Don't change this comment - YaST2 identifier: Original name: linux (/dev/sda6)###
title marisa
root (hd0,5)
configfile /boot/grub/menu.lst

###Don't change this comment - YaST2 identifier: Original name: linux (/dev/sda9)###
title stress
root (hd0,8)
configfile /boot/grub/menu.lst

###Don't change this comment - YaST2 identifier: Original name: windows###
title dont select this
rootnoverify (hd0,6)
chainloader (hd0,1)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.0
root (hd0,6)
kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_ST3200820A_5QE104AX-part7 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe vga=0x318
initrd /boot/initrd-2.6.25.5-1.1-default

###Don't change this comment - YaST2 identifier: Original name: Kernel-2.6.25.5-1.1-default###
title Kernel-2.6.25.5-1.1-default
root (hd0,6)
kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_ST3200820A_5QE104AX-part7 resume=/dev/sda5 splash=silent showopts vga=0x318
initrd /boot/initrd-2.6.25.5-1.1-default
 
after running mkinitrd

linux-w77s:/home/scrarfussi # mkinitrd

Kernel image: /boot/vmlinuz-2.6.25.5-1.1-default
Initrd image: /boot/initrd-2.6.25.5-1.1-default
Root device: /dev/disk/by-id/scsi-SATA_ST3200820A_5QE104AX-part7 (/dev/sda7) (mounted on / as ext3)
Resume device: /dev/sda5
Kernel Modules: dock scsi_mod libata pata_via jbd mbcache ext3 fan edd sd_mod usbcore ohci-hcd uhci-hcd ehci-hcd ff-memless hid usbhid
Features: block usb resume.userspace resume.kernel
Bootsplash: Kylie_Minogue (1024x768)
21809 blocks
linux-w77s:/home/scrarfussi #
 
How proficient are you with GRUB?

If you are proficient, then please, I just try and cover all the bases here. Remember to only change one menu entry at a time, this way you have a failsafe to boot to should an option not boot any more, i.e only change the first "mistress" options, it it fails to boot or whatever you can use (in my case) "Rescue" to boot into the installation and make the necessary changes to the grub.conf.
What I do is list an entry with no options specified, only the boot image. This way I know even if there is a framebuffer bug I can still boot to CLi.
Code:
title Rescue
root (hd0,6)
kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_ST3200820A_5QE104AX-part7

I see you have a few listings in your GRUB, does the splash work with any of them, or is it broken on just the "mistress" entry?
i.e, Does the splash work on failsafe and Kernel-2.6.25.5-1.1-default?

According to the docs the first "mistress" entry will not show a splash since the framebuffer has not been activate with the video=xxx entry.
Display needs to be in 16bpp mode for the bootsplash to work, make sure grub options are set correctly. aka vga=794 for for 1280x1024

This will then also be the reason if the bootsplash does not work across the whole board, since you use:
vga=0x318 (24bit)
and according to the article it should be:
vga=0x317 (16bit)

You can even try more advanced video modes:
Code:
video=vesafb:ywrap,mtrr,1024x768-16@70
video=vesafb:ywrap,mtrr,(resolution-colour depth@refresh rate)

Have you tried this?
i also lost my bootsplash after upgrading my kernel.
what i did was go to yast, then boot loader, then i added the screen resolution of 0x317(1024 x 768) on the Vga mode for the boot image i use, for this case it is openSUSE 11.0
and also for Failsafe OpenSUSE 11.0
then i went to sysconfig on yast
then system
then boot
then theme and selected OpenSUSE
after that i restarted and bingo i had a bootsplash.
That seems to be the easiest to restore the default theme or one downloaded from where ever.

Also, have you edited the "/etc/sysconfig/themes" file?
THEME="your_theme_name"

Lets stop here first and see where we need to go after this.
 
Last edited:
# Modified by YaST2. Last modification on Mon Jan 5 21:55:52 SAST 2009
default 0
timeout 8
gfxmenu (hd0,6)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title mistress
root (hd0,6)
kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_ST3200820A_5QE104AX-part7 resume=/dev/sda5 splash=silent showopts vga=791
initrd /boot/initrd-2.6.25.5-1.1-default

###Don't change this comment - YaST2 identifier: Original name: linux (/dev/sda6)###
title mandr
root (hd0,5)
configfile /boot/grub/menu.lst

###Don't change this comment - YaST2 identifier: Original name: linux (/dev/sda9)###
title stress
root (hd0,8)
configfile /boot/grub/menu.lst

###Don't change this comment - YaST2 identifier: Original name: windows###
title dont
rootnoverify (hd0,6)
chainloader (hd0,1)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
root (hd0,6)
kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_ST3200820A_5QE104AX-part7 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe vga=791
initrd /boot/initrd-2.6.25.5-1.1-default

###Don't change this comment - YaST2 identifier: Original name: Kernel-2.6.25.5-1.1-default###
title somethin wong
root (hd0,6)
kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_ST3200820A_5QE104AX-part7 resume=/dev/sda5 splash=silent showopts vga=791
initrd /boot/initrd-2.6.25.5-1.1-default
 
i have tried everything after putting a vga mode whether its 16bpp or 24 bpp that is vga=791 or vga =792 or vga=ox317 or 318 still no luck i get a 317 error vga mode not supported and i have too wait for 30sec or press space have tried hwinfo --framebuffer it gives me lots of modes have even used yast bootloader sysconfig editor nothing mistress is my suse partition the other are mandriva and windows mandriva has its own grub menu when i select mandriva its own grub pops up i'm not that good with grub just learning
the bootsplash does not work on defualt or safemode
 
Hmmmm, I'm still not done with this yet, so if you find a solution please post it here.

I uninstalled Lilo and installed GRUB, so far everything is peachy, got fb going but no bootsplash as well, will report when I have it sorted.
 
i'm waiting to upgrade too opensuse 11.1 then i'll test some more the wierd thing is the image was working then it stopped may be i should download a different theme will see later thanx any how
 
Top
Sign up to the MyBroadband newsletter
X