Hello,
I don't know if this is the right place to ask, but I ran out of solutions, so
please help me.
I have two disks, one IDE and one SATA. The IDE is installed with grub (and
fedora core 2) and SATA has Windows XP on it.
My grub.conf:
#--------------------
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Fedora Code (2.6.5-1.358)
root (hd0,0)
kernel /boot/vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.5-1.358.img
title MS Windows XP
rootnoverify(hd1,0)
chainloader +1
#-------------------------
The device.map file:
#--------------------------
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/sda
#--------------------------
The SATA drive is seen correctly (I think) by the linux system (I cannot mount
partitions for now, because I lack ntfs support in kernel -- is still the
default installation kernel running).
Please help me!!!