Grub won't boot windows from second HD
I've read several threads on this topic on many websites and tried everything and I can't seem to make it work. I have ubuntu 9.04 on my primary hd and want to be able to boot windows xp from the second partition on the second hd. Based on other threads I've gotten close by editing the grub menu.lst:
Quote:
title Windows XP
rootnoverify (hd1,1)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
savedefault
chainloader +1
This gets me to the windows loading screen which stays up for about a second, before a blue screen with white text flashes onscreen for about a second, and then the computer reboots. I don't have time to read any of the text on the BSoD. Any help is greatly appreciated.