Link to home
Start Free TrialLog in
Avatar of gregca80
gregca80Flag for United States of America

asked on

Adding extra option in grub boot menu

Hi:

Right now I have a dual boot system of Windowz XP and Red Hat. My Red Hat logs into the GUI (gnome) when I select it. I want to have three options from boot.

1. Red Hat (GUI)
2. Red Hat (Shell)
3. Windows XP

So my question is, what do I need to add to have the extra option to boot into the shell. I'm guessing I need to add another entry to my menu.lst file under my /boot/grub.

Here is what my menu.lst files looks like thus far:

default=1
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
     root (hd0, 1)
     kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
     initrd /initrd-2.6.5-1.358.img
title Windows XP
     rootnoverify (hd0,0)
     chainloader +1

Any help would be great. Thankx!

-Greg
ASKER CERTIFIED SOLUTION
Avatar of hedayat
hedayat

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gregca80

ASKER

perfecto. Gracias