ciao a tutti, dopo un po' di peripezie sono riuscito a installare sul secondo hd ( maxtor sata da 120 gb ) fedora core 5, mentre sul primo hd ( seagate sata da 120 gb ) ho windows xp.

Come mi aspettavo ora grub non fa partire windows mentre fedora funziona perfettamente, ho provato un po a smanettare con la configurazione di grub ma nn parte ....vi posto un po di file utili cosi se qualcuno puoi aiutarmi gliene sarò grato

allora ecco un fdisk -l :

codice:
[root@localhost ~]# fdisk -l

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               2       12490   100317892+   f  W95 Ext'd (LBA)
/dev/sda2   *       13766       14593     6650910    c  W95 FAT32 (LBA)
/dev/sda5               2       12490   100317861    7  HPFS/NTFS

Disk /dev/sdb: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1          13      104391   83  Linux
/dev/sdb2              14        3837    30716280   83  Linux
/dev/sdb3            3838        3902      522112+  82  Linux swap / Solaris
/dev/sdb4            3903       14946    88710930    5  Extended
/dev/sdb5            3903       14946    88710898+  8e  Linux LVM
[root@localhost ~]#

poi ecco la grub.conf come è ora :

codice:
# 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 (hd1,0)
#          kernel /vmlinuz-version ro root=/dev/sdb2
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15-1.2054_FC5smp)
        root (hd1,0)
        kernel /vmlinuz-2.6.15-1.2054_FC5smp ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.15-1.2054_FC5smp.img
title Other
        rootnoverify (hd0,4)
        chainloader +1
qualcuno puo aiutarmi? grazie mille ciao