Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to get new version of Grub to display "Splash Scree
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
ckwall
Apprentice
Apprentice


Joined: 31 May 2002
Posts: 163

PostPosted: Mon Nov 11, 2002 5:04 pm    Post subject: How to get new version of Grub to display "Splash Scree Reply with quote

Code:
su -
#cd /boot


Download into /boot ftp://alpha.gnu.org/gnu/grub/grub-0.92.tar.gz

Code:
#tar zxvf grub-0.92.tar.gz
#cd grub-0.92


Download into /boot/grub http://archive.linuxfromscratch.org/mail-archives/lfs-support/2002/09/att-0084/01-grub-0.92-vga-nodeprecated.patch.bz2

Code:
#patch -p1 < 01-grub-0.92-vga-nodeprecated.patch


This will update the grub files with the patch
next:
Code:
#./configure
#make
#make install


rather than editing the MakeFile I chose to do the following:
Code:
#cd /usr/local/share/grub
#mv i386 /boot/grub


now you need to make a grub.conf file in boot/grub
Code:
#cd /boot/grub
#nano -w /boot/grub/grub.conf


a sample of what you would include here is:
Code:
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=My example Gentoo Linux
root (hd0,0)
kernel /boot/bzImage root=/dev/hda3

#Below is for setup using hardware RAID
title=My Gentoo Linux on RAID
root (hd0,0)
kernel /boot/bzImage root=/dev/ataraid/discX/partY

# Below needed only for people who dual-boot
title=Windows NT Workstation
root (hd0,5)
chainloader +1


once you have saved that file, we need to set grub up to run the boot loader:
Code:
#grub
 GRUB  version 0.92  (640K lower / 3072K upper memory)

 [ Minimal BASH-like line editing is supported.  For the first word, TAB
   lists possible command completions.  Anywhere else TAB lists the possible
   completions of a device/filename. ]

grub> root (hd0,0) ****replace with the correct info for your setup****
grub> setup (hd0)
grub>quit


now just enter
Code:
ln -sf /boot/grub/grub.conf /boot/grub/menu.lst


you will have to put a splash image somewhere and map it from within your grub.conf
Then you should be good to go.

I am sure the is an easier way, and probably a more correct way to do this, but this is how if figured it out. So if someone out there wants to correct me on this feel free. That is what linux is all about. Learning how to do things and sharing it with others.
Back to top
View user's profile Send private message
phong
Bodhisattva
Bodhisattva


Joined: 16 Jul 2002
Posts: 778
Location: Michigan - 15 & Ryan

PostPosted: Mon Nov 11, 2002 5:38 pm    Post subject: Reply with quote

Moving from Other Things Gentoo to Documentation, Tips & Tricks.


EDIT: As comments below indicate, this seems fixed. Moved back to OTG. 2004.DEC --pjp
_________________
"An empty head is not really empty; it is stuffed with rubbish. Hence the difficulty of forcing anything into an empty head."
-- Eric Hoffer
Back to top
View user's profile Send private message
Uranus
Guru
Guru


Joined: 07 May 2002
Posts: 438
Location: Portugal, Braga

PostPosted: Thu Jan 09, 2003 8:44 pm    Post subject: Reply with quote

pardon my ignorance, but isn't this the "normal" picture that shows up on a default (for those who followed the manual that is) gentoo install?
Back to top
View user's profile Send private message
Carlos
Guru
Guru


Joined: 07 Aug 2002
Posts: 458
Location: Providence, RI

PostPosted: Wed Feb 12, 2003 3:11 am    Post subject: Reply with quote

Uranus wrote:
pardon my ignorance, but isn't this the "normal" picture that shows up on a default (for those who followed the manual that is) gentoo install?
Well, look at the date; I think this tip has been superceded by an update to the ebuild. 'Course, here I am responding to a month-old thread...
_________________
Man must shape his tools lest they shape him.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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