[Techtalk] RE: Problem with booting GRUB

Carla Schroder carla at bratgrrl.com
Sat Aug 2 23:46:08 EST 2003


On Saturday 02 August 2003 10:55 pm, c s wrote:
> Thanks Tintin.
>
> >You may need to reinstall grub -
<snip>

I vote for reinstalling it, it sounds like something's missing.

>
> Yes, I can edit my grub.conf now. But I don't see
> what's wrong with my grub.conf :
>
> -----------------------------------------------
> default=1
> timeout=10
> splashimage=)hd0,3)/grub/splash.xpm.gz
> password --md5 ....
> title Red Hat Linux (2.4.20-8.img
>     root (hd0,3)
>     kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
> hdc=ide-scsi
>     initrd /initrd-2.4.20-8.img
> title WinXP
>     rootnoverify (hd0,0)
>     chainloader +1
> ------------------------------------------------
>

Is this an exact copy? Some things look wrong, like 

 splashimage=)hd0,3)

The parentheses are all weird, it should be

 splashimage=(hd0,3)

And this should be all on one line:

kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi

I think the splashimage line is the showstopper; fix that and see what 
happens. 

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~
Carla Schroder
www.tuxcomputing.com
this message brought to you
by Libranet 2.7 and Kmail
~~~~~~~~~~~~~~~~~~~~~~~~~


More information about the Techtalk mailing list