LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-13-2005, 12:58 PM   #1
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Rep: Reputation: 49
BootSplash image Customized


Hello, I am using Debian Sarge with kernel 2.6.8-2-386(stable repository) on my Pentium M system. I would like to have my own bootsplash image(which default debian lacks) buring the booting process just like Fedora Core, Mandrake,etc. I have googled around but could not get proper steps and directions as to how to do it.

Does any one have any experience in this matter or can suggest me some good pointers for Debian boot splash.

Thanks in advance.
 
Old 09-13-2005, 01:14 PM   #2
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Splash for KDE is chosen through Control Centre=>Appearance and Themes=>Splash Screen
 
Old 09-13-2005, 01:15 PM   #3
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
thanks for the reply. But I am using GNOME. Also I read somewhere that I need to patch the kernel. I am not sure if kernel 2.6.8 comes already patched for the bootsplash.
 
Old 09-13-2005, 01:36 PM   #4
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Open "Gnome Configuration Editor"=>apps=>gnome-session=>option
Here is your splash.png
Replace it with custom

I mean set path to custom image.png or .jpg

Last edited by SlackerLX; 09-13-2005 at 01:37 PM.
 
Old 09-13-2005, 02:32 PM   #5
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
that's not what h is looking for. He is talking about a bootsplash, before it even get to load gnome or kde.

The hard way is to recompile the kernel to add support, then mess around with the userland apps. The easy way is to install splashy from the experimental repo. Try it out, it's very easy. To customize, look at under /etc/splashy.
 
Old 09-13-2005, 02:40 PM   #6
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
Yes Yanik, I was looking for the splashy thing. The logo which comes up when linux boots instead of the text that appears. Although we have an option of switching to the text mode by hitting the F2 key as we get in Morphix Live CD or FC4

By experimental repo you mean testing or unstable. Can you give me the sources.lst for this?


thanks
 
Old 09-13-2005, 02:51 PM   #7
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
You don't need to add it to your sources.list, just download it here:

http://ftp-mirror.internap.com/pub/d...0.1.5_i386.deb

And install it with dpkg -i splashy_0.1.5_i386.deb , there shouldn't be any dependencies.

Splashy works/looks better at 1024x768, so make sure you add vga=791 to your kernel line in /boot/grub/menu.lst

Here is mine:

kernel /boot/vmlinuz-2.6.12-1-k7 root=/dev/hda1 ro vga=791 quiet


To customize, simply replace the file /etc/splashy/themes/default/background.jpg with your own 1024x768 jpg. There are some settings you can change in /etc/splashy/config.xml. You can change the location of the progress bar and it color/size among other things.


Try it out, it's fun
 
Old 09-13-2005, 04:53 PM   #8
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
I would not recommend using Splashy as it is alpha status software & very buggy. Many systems can use Splashy without incident but I've also seen it render some Debian installations unbootable. These things should be considered by anyone before attempting to use Splashy.

If you want to use a stable bootsplash then I'd advise you follow the how-to's available at DebBlue and Oreilly's Hacks.

Last edited by Xian; 09-13-2005 at 05:48 PM.
 
Old 09-13-2005, 05:28 PM   #9
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
Try splashy first, it'll save you lots of time and troubles. And it's not buggy and alpha. It's beta near stable, see for yourself on their project page.
 
Old 09-13-2005, 05:48 PM   #10
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Yes, thanks for the correction. It is in beta.
 
Old 09-14-2005, 07:18 PM   #11
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
Quote:
Originally posted by yanik
Try splashy first, it'll save you lots of time and troubles. And it's not buggy and alpha. It's beta near stable, see for yourself on their project page.
Hey Yanik, Thanks you so much!!! It worked at first shot. I thought it would be a tedious process to get the bootsplash but with your instructions it wasn;'t. You are the man.

Btw, is there any way by which we can have option of switching back and forth between the bootsplash and the normal text that comes when we boot, just like Fedora or Morphix where we can press F1 to switch screen during the boot process.

Thank you all once again.
 
Old 09-14-2005, 09:06 PM   #12
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Quote:
Originally posted by kushalkoolwal
Btw, is there any way by which we can have option of switching back and forth between the bootsplash and the normal text that comes when we boot, just like Fedora or Morphix where we can press F1 to switch screen during the boot process.
You can switch to a non-image boot with the F2 key.
AFAIK you can not then switch back during the same boot.
 
Old 09-21-2005, 01:01 PM   #13
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
Quote:
Originally posted by yanik
You don't need to add it to your sources.list, just download it here:

http://ftp-mirror.internap.com/pub/d...0.1.5_i386.deb

And install it with dpkg -i splashy_0.1.5_i386.deb , there shouldn't be any dependencies.

Splashy works/looks better at 1024x768, so make sure you add vga=791 to your kernel line in /boot/grub/menu.lst

Here is mine:

kernel /boot/vmlinuz-2.6.12-1-k7 root=/dev/hda1 ro vga=791 quiet


To customize, simply replace the file /etc/splashy/themes/default/background.jpg with your own 1024x768 jpg. There are some settings you can change in /etc/splashy/config.xml. You can change the location of the progress bar and it color/size among other things.


Try it out, it's fun
I installed splashy_0.1.5_i386.deb and everything worked fine. Now I would like to un-install it and get back my orginal debian boot screen(text base). What is the easiest way to uninstall it?

is it

dpkg --purge splashy

??
 
Old 09-21-2005, 01:06 PM   #14
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
yes
 
Old 10-13-2005, 08:14 AM   #15
Matty-J
Member
 
Registered: Jun 2004
Distribution: SuSE 9.3, Debian Sarge
Posts: 65

Rep: Reputation: 15
Just out of curiousity, why did you uninstall it?
 
  


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
Make a customized OS ashkan_G Linux - General 2 03-19-2005 03:14 PM
bootsplash ram disk image error huntermix Slackware 2 07-27-2004 11:53 AM
bootsplash + 2.6.5 = no valid ramdisk image... i need an answer please! thehundredthone Linux - General 2 05-06-2004 05:00 PM
Customized help? Jalalabee Linux - Newbie 1 12-02-2003 07:48 AM
Bootsplash image not showing (SuSE 8.2) sergeantroach Linux - Software 1 11-11-2003 05:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:48 AM.

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