Hello, I'm a Linux vet. and have managed dual booting before.
This time I made the attempt to install Windows Xp after Gentoo.
To do this I had to first delete the partition table to overcome
Windows' Linux safeguards, and then rewrite it the same after
the installation was complete.
When all was done and my original MBR was replaced, Grub gives me
Error 13 when trying to boot into Windows, but I can successfully
boot into Linux. If I delete the partition table again and create
only the windows partition, and replace the MBR with that installed
by windows xp, I can boot into it.
The only problem that I can think of causing this is that the windows
partition is not the first one, or possible the new partition are
slightly off what they should be.
also,when I write the partition table to be this:
Code:
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 12 96358+ 83 Linux
/dev/hda2 13 2444 19535040 83 Linux
/dev/hda3 2445 9605 57520732+ 7 HPFS/NTFS
/dev/hda4 9606 9729 996030 82 Linux swap / Solaris
it eventually turn in to this without warnings: (I have no explanation of how)
Code:
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 12 96358+ 83 Linux
/dev/hda2 13 2444 19535040 83 Linux
/dev/hda3 2445 9605 57520732+ 5 Extended
/dev/hda4 9606 9729 996030 82 Linux swap / Solaris
/dev/hda5 ? 16022 121966 850995205 72 Unknown
Any help, before I attempt a full partition reorder, would be much appreciated.
-Ayron