- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] Modifying GRUB to remove graphics
- From: Brett Fenton <brett.fenton@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 11 Nov 2004 09:24:34 +1100
- Organization: NetRegistry Pty Ltd
- User-agent: KMail/1.7
no grub is smart enough to handle the changes, just reboot ...
regards, brett
On Thursday 11 November 2004 09:18, DaZZa wrote:
> On Thu, 11 Nov 2004, Brett Fenton wrote:
> > i think you are talking about editing menu.lst which is probably going to
> > reside someplace like /boot/grub/menu.lst
> >
> > then you'll want to add a line like:
> >
> > splashimage=(hd0,0)/grub/splash.xpm.gz
> >
> > where splash.xpm.gz is the image you want to load, or alternatively
> > comment the line out if you want to get rid of the image, this just gives
> > you a plain text boot screen.
>
> Do you need to run grub to re-read the config file like you do LILO, or is
> GRUB smart enough to just read the config without it?
>
> DaZZa