[SOLVED] Dual boot Grub with xp
I recently installed Linux Mint 5:Elyssa (which I like quite a lot) and got it working on my first hard disk.
my second hard disk has windows xp on it.
When i first installed, i had xp on both the first and second hard disks. I formatted the first one, which had drive C: on it (and possibly the windows xp bootloader?). I've been editing my menu.lst file for about 2 hours while continuously rebooting and checking if it's been working, and nothing I've found has worked so I thought I'd give here a try.
Any help would be appreciated.
output of fdisk -l:
Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xed8a6ae6
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 268 2048287+ 82 Linux swap / Solaris
/dev/sda3 269 7296 56452410 83 Linux
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe179fcdd
Device Boot Start End Blocks Id System
/dev/sdb1 2 14593 117210240 f W95 Ext'd (LBA)
/dev/sdb5 2 14593 117210208+ 7 HPFS/NTFS
I have tried the default:
title Windows
root (hd1,0)
chainloader +1
as well as
title Windows
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
chainloader +1
all with no luck.
Thanks in advance!