Need Help Booting Into Windows, Grub Got Hosed

Hello, I had windows 7, and opensuse 11.1 installed, and I just upgraded from 11.1 to 11.2. When I upgraded to 11.2, my windows 7 grub entry got messed up. When I try and boot into windows I get error messages about the grub menu, I’ve gotten a few different ones depending on what I try for the windows grub entry.

Here is what I get when I hit “fdisk -l”:
pastebin - collaborative debugging tool

What should I put for the windows grub entry in my /boot/grub/menu.lst file??

Is windows 7 on sda3 or sdb1?

Try this if it’s sdb1:

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    rootnoverify (hd1,0)
    chainloader (hd1,0)+1

Change the two instances of (hd1,0) to (hd0,2) if it’s sda3

PS there’s no space between the “)” and the “+” in “(hd1,0)+1”