Contents of grub.conf file:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this
file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/hda3
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
password --md5 $1$lMj.1jxk$pqSF2bFlt6asQSc/1BBU90
title Red Hat Linux (2.4.20-8)
root (hd0,1)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,0)
chainloader +1
OUTPUT of 'fdisk -l' command:
[root dhcp024-209-250-221 etc]# fdisk -l
Disk /dev/hda: 30.7 GB, 30750031872 bytes
16 heads, 63 sectors/track, 59582 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 44704 22530784+ 7 HPFS/NTFS
/dev/hda2 44705 44907 102312 83 Linux
/dev/hda3 44908 59192 7199640 83 Linux
/dev/hda4 59193 59582 196560 f Win95 Ext'd (LBA)
/dev/hda5 59193 59582 196528+ 82 Linux swap
Thanks
-Vaibhav
--- Chris Hewitt <g0pae manordat demon co uk> wrote:
Vaibhav Deshpande wrote:
Hi,
I'v installed RH 9 with WIN 2000 on my PC in dual boot mode. I've
couple of issues:
1. When I boot my PC from hard disk, i'm not getting GUI menu for
boot
option. Why this may happen? I've configured GRUB but I'm only
getting
GRUB command line. Any help?
If grub cannot find its configuration file (/boot/grub/grub.conf and
the
link from /etc/grub.conf) then it gives the command line not the GUI
menu. Have you got this file? If so, it may be useful to post its
contents here.
2. My Windows 2000 doesn't boot. It just hangs after I get initial
screen. Any help?
Again this will be a grub configuration issue. How it needs to be
configured depends on which disc drives and partitions win2k is on.
If
you post the output of "fdisk -l" (as root) then I'm sure we can
help.
Your two problems are probably related.
Regards
Chris