Hello everyone,
I installed FC3 and I am stuck. I would really appreciate any response and help, since I am new to linux getting past this step would really help me!!!
I have 2 hard disks
- (hd0 - 20GB) contains windows XP home
- (hd1 - 120GB) contains 4 partitons (0 - ntfs (80GB) , 1 - datatransfer (5GB) , 2 - fedora (16GB), 3 - swap (1GB))
When I boot my pc I get the message
GRUB Loading stage1.5.
GRUB loading, please wait...
Error 21
This is what I did to setup GRUB
chroot /mnt/sysimage
grub
root (hd1,2)
setup (hd1) Note : I also tried setup (hd0)
My device.map
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdb
My grub.conf
default=1
timeout=5
splashimage=(hd1,2)/boot/grub/splash/xpm.gz
hiddenmenu
title Fedora Core (2.6.9-1.667)
root (hd1,2)
kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet
initrd /oot/initrd-2.6.9-1.667.img
title WindowsXP
rootnoverify(hd0,0)
chainloader +1
Thanks in advance.
Regards