Thanks for all your help
)
Here was the fix:
In the Grub.conf
I did this:
map (hd0,0) (hd2,0)
map (hd2,0) (hd0,0)
rootnoverify (hd2,0)
chainloader +1
I was thinking BIOS when I was thinking device #'s.
So when I tried the map statement useing "map (hd5,0)..."
It failed as there was no hd5.
hd0 is on IDE pri master
hd1 is on IDE 2nd master
hd2 is first drive on Promise SATA 150 card
Once I knew the Grub "lingo" for ID of the disks I was good to go