It is, 2:25am
I've been at this thing for a while. I am in need of help. A lot of it.
The system: -
Athlon 64 3200
The setup: -
1 x 120Gb Hard disk, 1 x 160Gb hard disk.
We can forget about the 160Gb hard disk though, it's not concerned here.
On the 120Gb disk, I have the following.
10Gb NTFS Partition (with WinXP on it)
10Gb Linux (8Gb ext3 / 2Gb swap)
90Gb NTFS Partition (sitting inside an extended partition. Again, this is not considered)
What I've managed to do (or at least I think i've done) is had Windows XP installed on the first 10gb with no problems. Then, I decided to take the 2nd 10Gb, and install Fedora Core 2 on it.
Once i'd installed it all, I booted up the computer into Grub, and had 2 options.
Fedora Core 2.blah blah (the version number)
Other
Where I would THINK other is my WinXP partition.
When I try and use the other option, i get a black dos type screen with the following on it
Booting other...
rootnoverify (hd0,0)
chainloader +1
Then nothing.
Fedora has been working fine. But since then and now, i managed to screw up 2 fedora installations, and i even tried the FIXMBR command from the Windows XP CD. Still no Windows.
So i've got Fedora, and i KNOW the NTFS partitions are ok (i've mounted them in Linux and checked that all the data is ok)
So how on earth do i get my Windows XP partition working again??
I have included my grub.conf below, perhaps it may be of use. Beware I am a total n00b to linux, but not to Windows and Computers themselves, I have 14 years of DOS/Windows experience
Thanks
David
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,2)
# kernel /boot/vmlinuz-version ro root=/dev/hda3
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd0,2)
kernel /boot/vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.5-1.358.img
title Other
rootnoverify (hd0,0)
chainloader +1