Ho installato Gentoo in una partizione dell'hard disk dove sta anche Windows XP. Ho configurato e installato grub seguendo le istruzioni del manuale gentoo, ma il risultato è che linux si avvia senza problemi, mentre Windows non ne vuole proprio sapere.

Ecco la tabella delle partizioni:

codice:
Disk /dev/hda: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1           5       40131   83  Linux
/dev/hda2            7650       19928    98631067+   f  W95 Ext'd (LBA)
/dev/hda3               6          68      506047+  83  Linux
/dev/hda4   *          69        7649    60894382+  83  Linux
/dev/hda5            7650       11473    30716248+   7  HPFS/NTFS

Partition table entries are not in disk order


Ed ecco grub.conf:

codice:
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.14
root(hd0,0)
kernel /boot/kernel-genkernel-x86_64-2.6.14-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda4 vga=0x318 video=vesafb:mtrr,ywrap udev
initrd /boot/initramfs-genkernel-x86_64-2.6.14-gentoo-r5

title=Windows XP
rootnoverify (hd0,4)
makeactive
chainloader +1
Dove ho sbagliato???

Grazie.