LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 02-03-2005, 06:23 PM   #1
harley51
Member
 
Registered: Nov 2003
Location: Downey Ca
Distribution: Fedora 11
Posts: 232

Rep: Reputation: 30
Changing The Boot Up Screen


Can someone explain how to change the back ground image on the bootup screen?
 
Old 02-03-2005, 07:46 PM   #2
JoannesX
Member
 
Registered: Dec 2004
Location: Brazil
Distribution: Slackware
Posts: 99

Rep: Reputation: 15
are you using grub???? with grub, you have to edit a file called "menu.lst"
its path is normally : "/boot/grub/menu.lst"

there's a line written "splashimage="XXXX"
where XXXX is the image file
this image must be put in the /boot directory
 
Old 02-03-2005, 07:48 PM   #3
JoannesX
Member
 
Registered: Dec 2004
Location: Brazil
Distribution: Slackware
Posts: 99

Rep: Reputation: 15
maybe your not talking about that screen...
sorry..
 
Old 02-03-2005, 08:23 PM   #4
harley51
Member
 
Registered: Nov 2003
Location: Downey Ca
Distribution: Fedora 11
Posts: 232

Original Poster
Rep: Reputation: 30
The screen I'm talking about is when you first startup and Fedora Core 3 counts down and starts to load the Kernel.
 
Old 02-03-2005, 08:32 PM   #5
awtoc123
Member
 
Registered: Apr 2002
Location: China
Distribution: Suse 10
Posts: 225

Rep: Reputation: 30
Anybody know how to change the login page in Fedora FC3 ?
 
Old 02-04-2005, 01:25 AM   #6
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Rep: Reputation: 30
Red face

guys it's peace of cake - www.grub.org or something, step2 - DL, step3 - edit as said menu.lst
 
Old 02-04-2005, 06:21 AM   #7
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Rep: Reputation: 30
Red face

Quote:
Originally posted by JoannesX
are you using grub???? with grub, you have to edit a file called "menu.lst"
its path is normally : "/boot/grub/menu.lst"

there's a line written "splashimage="XXXX"
where XXXX is the image file
this image must be put in the /boot directory
I lost a bookmark where I had for example AMD64 splash but do you know where do download?
 
Old 02-04-2005, 09:31 AM   #8
jlawren7
Member
 
Registered: Jan 2005
Location: Rochester, NY
Distribution: Fedora Core III
Posts: 46

Rep: Reputation: 15
does the image you are going to use need to be a archive e.g .gz
the default image is splash.xpm.gz
 
Old 02-04-2005, 09:48 PM   #9
JoannesX
Member
 
Registered: Dec 2004
Location: Brazil
Distribution: Slackware
Posts: 99

Rep: Reputation: 15
yeah a .gz package with an image with the extension .xpm inside it...

but we're not talking about the same screen buddy.. if you change this imge that I suggested, you'll be changin the grub background screen, sorry for that!

johnnydangerous == sorry I don't know it..
 
Old 02-05-2005, 05:50 PM   #10
Ravager
LQ Newbie
 
Registered: Oct 2004
Posts: 22

Rep: Reputation: 15
Quote:
Originally posted by johnnydangerous
guys it's peace of cake - www.grub.org or something, step2 - DL, step3 - edit as said menu.lst
How is using the grub at the url you supplied going to do anything for him??

That url is for the GRUB that is a web crawler and has nothing to do with the system GRUB=Grand Unified Boot Loader that he is asking about.
The latest version is 0.94-5 maintained by Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
 
Old 02-05-2005, 06:14 PM   #11
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Rep: Reputation: 30
Red face

www.grub.org or something
 
Old 02-06-2005, 02:03 PM   #12
kazoinks
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core 3
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by awtoc123
Anybody know how to change the login page in Fedora FC3 ?
Depends afaik on what window manager you're running.
If youre using gdm try running gdmconfig (need to be root to run)
dont ask me about kdm or xdm as i have no idea.
 
Old 02-06-2005, 05:25 PM   #13
harley51
Member
 
Registered: Nov 2003
Location: Downey Ca
Distribution: Fedora 11
Posts: 232

Original Poster
Rep: Reputation: 30
Gentlemen here's an article that makes it very easy.

Customizing the splash image in GRUB
Submitted by c_r_jayanth on Friday, November 7, 2003 - 10:46



Customizing the splash image in GRUB

The splash image is the image shown in the background when GRUB (the GRand Unified Bootloader) is displaying the list of operating systems you can boot. Typically, this is the corporate logo of your Linux distribution. But its very simple to customize it to an image of your choice. All you need is the GIMP and gzip. My GIMP version is 1.2. Even older versions may do the job.

Here's howYou need to have root access)
1)Start the GIMP.
2)Click on File->New or type Ctrl+N
3)In the new image dialog, change Width to 640 pixels and Height to 480 pixels. (The image should be of size 640x480 pixels.) Now click OK.
4)Create the image which you would like to be the splash image. It's quite fun to experiment with the various tools of the GIMP!
5)After you have finished creating the image, hit Alt+i or right click on the image and click on Image->Mode->Indexed...
6)In the Indexed Color Conversion dialog that appears, click on the radio button "Generate optimal Palette" and in "# of colors" enter 14. Click OK.(The image should be of only 14 colors)
7)Now right-click on the image and click on File->Save As...Save the file as splash.xpm in a directory of your choice.
8)Now open a terminal window and navigate to the directory where you have saved splash.xpm
9)Now key in gzip splash.xpm
10)You will find that a file named splash.xpm.gz is created in the directory where splash.xpm used to exist.
11)Copy this splash.xpm.gz to the /boot/grub directory. You may want to back up the pre-existing splash.xpm.gz file in the /boot/grub directory first.

That's it! When you reboot, you will find your image in the background, with the menu of operating systems etc. in the foreground.

Of course, this is not the only way to change the image, but it is a very simple one.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Problem changing the video adapter setting and changing the screen resolution habiblove Linux - General 3 02-18-2006 05:10 PM
Changing Screen Resolution at Boot? jp_css Linux - Newbie 3 05-18-2005 01:31 PM
Changing the graphical boot screen NNP Mandriva 5 05-16-2005 12:29 PM
changing 'screen name' name_in_use450 LQ Suggestions & Feedback 6 09-06-2004 07:06 AM
Changing the boot screen created by Linux fedora core arinlinux Linux - Newbie 3 06-25-2004 08:07 AM

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

All times are GMT -5. The time now is 12:46 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