So, I've been running gentoo linux for a long while now, saying goodbye to windows; however.. Today I decided to embark on installing windows 2000 on a seperate hdd. But before I did this, I unplugged my hdd, that linux was on, along with my /home hdd. (For fear that windows might decide to write some stuffs to 'em.) I install windows and no problem's there. The real problem comes when I go to setup this new windows install in my current grub configuration. Well, I've been surfing the web for the past 4 hours or so, and to no avail, of getting grub to boot my windows hdd. Here is my configuration.
Code:
title=Windows 2000
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd0,0)
makeactive
chainloader +1
The error I get with this configuration is: "Loading stage2Read Error", I presume this is because, I mapepd hd0, to hd1, and grub is trying to load the stage2 image from hd0, (which is now hd1), which obviously doesn't exist. I'm running out of thoughts here, and google isn't being much help right now.. Any help would be much appreciated..