LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 03-21-2006, 05:56 PM   #1
furiousV
Member
 
Registered: Aug 2004
Location: Aberdeen, UK
Distribution: Ubuntu, CentOS, FreeBSD
Posts: 64

Rep: Reputation: 15
Cool Boot Logo


Hi

A few months ago, I have upgraded this computer which had SUSE 9.1 Personal to SUSE 10.0 (One that I got with a book, I think it is OpenSUSE).

What I want to know is, how I would make it so I get that nice blue Booting screen with the circular dotted progress bar
Right now, I get the black screen with it listing out everything is loading saying OK or FAILED (none fail I don't think)

It would be nice for the main PC to have more eye-candy when booting it up than look all . . . geeky

The upgrade was not a re-install or format or anything, it was the Upgrade option

Thanks in advance
 
Old 03-21-2006, 06:25 PM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
It's been a while, but I think the solution is in your bootloader configuration file... there will be a line pointing to the boot splash image, and one saying "splash=no" or similar. Comment out the splash=no line.
 
Old 03-24-2006, 05:11 AM   #3
furiousV
Member
 
Registered: Aug 2004
Location: Aberdeen, UK
Distribution: Ubuntu, CentOS, FreeBSD
Posts: 64

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Simon Bridge
It's been a while, but I think the solution is in your bootloader configuration file... there will be a line pointing to the boot splash image, and one saying "splash=no" or similar. Comment out the splash=no line.
Thanks for responding

Unfortunately, I don't think that did the trick

I ran the Control Center and went to System then Boot, there was something in the kernel parameters like splash=no, I tried taking it out, switching it to yes, no luck.

The grub setup for SUSE 10 is rather . . . . weird, nothing like Fedora Core (where it was much much simpler), there are lots of files, and you kinda have to use yast do edit it.

I still only see the black screen with loading this loading that, OK and OK, loading ethernet with IP address.

Any more ideas?
 
Old 03-24-2006, 06:49 AM   #4
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
In /boot/grub/menu.lst, search for the parameter 'splash=' and edit this to 'splash=silent'. But I assume that this is already set and the bootsplash image needs to be updated (ususally happens after a resolution change). To do this, run 'mkinitrd' as root.
 
Old 03-24-2006, 09:07 AM   #5
furiousV
Member
 
Registered: Aug 2004
Location: Aberdeen, UK
Distribution: Ubuntu, CentOS, FreeBSD
Posts: 64

Original Poster
Rep: Reputation: 15
Just back after rebooting, and still no luck

I edited /boot/grub/menu.lst and since 'splash=' wasn't there, I added in splash=silent , saved and ran mkinitrd (a root of course, ran successfully, but this might be of interest -
Quote:
Bootsplash: no theme selected
7432 blocks
Maybe the problem lies there?

This is a part of the menu.lst file
Quote:
title SUSE LINUX 10.0
root (hd1,0)
kernel /boot/vmlinuz root=/dev/hdb1 vga=828 selinux=0 resume=/dev/hdb2 splash=silent showopts
initrd /boot/initrd
Again thanks for helping
 
Old 03-24-2006, 09:17 AM   #6
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Check /etc/sysconfig/bootsplash. Should look like this:
Code:
## Path:	System/Boot
## Description:	selects bootsplash graphics theme
## Type:	string
## Default:	SuSE
# Choose the bootsplash theme. It should be based in
# /etc/bootsplash/themes/
THEME="SuSE"
## Path:	System/Boot
## Description:	enables/disables bootup graphics
## Type:	yesno
## Default:	yes
#
# SPLASH can be set to "no" to turn off the splash-screen on console 1
# at boot time (after kernel load).
#
# SPLASH=no to disable the splash screen
#
# SPLASH=yes to show the splash screen
#
SPLASH="yes"
Next, check if the theme is installed in /etc/bootsplash/themes/. If not, install bootsplash-theme-SuSE.

I am not sure if this matters, but the vga= parameter is hexadecimal on my system (I think this changed during transition to the 2.6 kernel). Try vga=0x33C. But this value is not listed in the kernel documentation and I think there may be no suitable splash image existing. Try to use one of the parameters from the table below. Don't forget to run mkinitrd after you've changed something.
Code:
    | 640x480  800x600  1024x768 1280x1024
----+-------------------------------------
256 |  0x301    0x303    0x305    0x307   
32k |  0x310    0x313    0x316    0x319   
64k |  0x311    0x314    0x317    0x31A   
16M |  0x312    0x315    0x318    0x31B
 
Old 03-24-2006, 10:16 AM   #7
furiousV
Member
 
Registered: Aug 2004
Location: Aberdeen, UK
Distribution: Ubuntu, CentOS, FreeBSD
Posts: 64

Original Poster
Rep: Reputation: 15
I think I found the problem
In the /etc/bootsplash/themes directory was 'SuSE'

but /etc/sysconfig/bootsplash said

THEME="SuSE-Home"

I changed that to "SuSE" and mkinitrd , which now gives

Code:
Root device:    /dev/hdb1 (mounted on / as ext3)
Module list:    sis5513 processor thermal fan jbd ext3

Kernel image:   /boot/vmlinuz-2.6.13-15-default
Initrd image:   /boot/initrd-2.6.13-15-default
Shared libs:    lib/ld-2.3.5.so lib/libblkid.so.1.0 lib/libc-2.3.5.so lib/libcom_err.so.2.1 lib/libext2fs.so.2.4 lib/libselinux.so.1 lib/libuuid.so.1.2

Driver modules: ide-disk sis5513 processor thermal fan
Filesystem modules:     jbd ext3
Including:      klibc initramfs udev fsck.ext3
Bootsplash:     SuSE (1024x768)
7605 blocks
But it still doesn't show the bootsplash screen. I also tried removing the splash=silent part on menu.lst, no luck there either. Does many a differetn command need to be run, since I am booting of the MBR
 
Old 03-24-2006, 10:19 AM   #8
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Did you change the vga setting in menu.lst? Because the bootsplash is set to 1024x768, which corresponds to e.g. vga=0x317.
 
Old 03-24-2006, 10:35 AM   #9
furiousV
Member
 
Registered: Aug 2004
Location: Aberdeen, UK
Distribution: Ubuntu, CentOS, FreeBSD
Posts: 64

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by abisko00
Did you change the vga setting in menu.lst? Because the bootsplash is set to 1024x768, which corresponds to e.g. vga=0x317.
Done, also added 'splash=silent' back in and it works great! Thanks alot for your help

Only thing left is to get it on-center, quite a bit of black on the left, I think thats down to the system-set refresh rate, which I think is 87Hz, my own desktop is on 85Hz which sorts it all out.

But thanks alot for helping me to get the splash image working
 
Old 03-25-2006, 04:15 AM   #10
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Let's see...
To enable a missing bootsplash:

in /etc/sysconfig/bootsplash.conf
... set the theme
... note the resolution of the theme

in /etc/bootsplash/themes
... check the theme is installed

in /boot/grub/menue.lst
... add kernel option: bootsplash=silent

run mkinitrd

reboot


It occurs to me there would be something you can do with YaST for this - install bootsplash theme or something? Like with regular desktop themes?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot Logo endfx Linux - Software 3 05-31-2005 01:33 AM
Boot up with boot logo - fuzzy fonts yotamk Debian 1 11-25-2004 11:47 PM
Boot Logo Stephanie Linux - Software 5 03-26-2003 10:41 AM
Boot-Logo soda Linux - General 3 12-17-2002 02:20 AM
boot logo wenwen Programming 0 08-08-2001 10:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 12:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration