Newsgroups: alt.os.linux.mandrake Date: 2003-02-05 01:49:13 PST
> title Windows 2000 > map (hd0) (hd1) > map (hd1) (hd0)
Correct. You swap the drives around using the "map" feature of GRUB because you need to trick Windows into believing it's located on the first drive. But your next line,
> rootnoverify (hd0,0)
is not supposed to continue fooling Windows, because at this stage you're telling the GRUB where to look for the partition to boot Windows from. Switch this around, it should be rootnoverify (hd1,0) here.
Ulrich Plate