I'm having problems with a dual boot with Fedora Core 4 and Windows XP. I've been with google and I've found much advice, but still; no avail.
The GRUB interface comes up, and I can happily boot into FC4. But, on choosing WinXP GRUB simply goes
rootnoverify (hd0, 5) chainloader +1 boot
Then it hangs and I never get the Windows Loader screen. I added the boot part to the grub.conf file, but it does exactly the same with or without the boot line.
My hard drives are as follows:
/dev/hda
hda1 start:1 end:13 Size:102 type:ext3
hda2 start:14 end: 5004 size: 39151 type: Extended
hda5 start:14 end: 5004 size: 39151 type: ntfs
start:5004 end:5005 size:8 type Free space
/dev/sda
(an ntfs hard drive not being used by either O/S)
/dev/sdb
sdb1 start:1 end:131 size:1024 linux-swap
sdb2 start:132 end:5005 size:38233 ext3Windows is on the primary hard drive, hda, and FC4 is on sdb.
The device.map is as follows
# this map was gernerated by anaconda (fd0) /dev/fd0 (hd0) /dev/hda (hd1) /dev/sdb
Finally the current grub.conf
# stuff #boot=/dev/hda default=2 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.11-1.1369_FC4smp root (hd0,0) kernal /*directory*/ rhgb quiet initrd /*directory* title Fedora Core-up root(hd0,0) kernal /*directory*/ rhgb quiet initrd /*directory* title WinXP rootnoverify (hd0,5) chainloader +1 boot
All boot info (i.e. /boot and windows' boot.ini) is held on the hd0/hda hard drive. Yet, Windows refuses to boot, or GRUB isn't doing things correctly.

Help










