Issue writing Grub


mount /dev/sdX# /mnt
mount --bind /dev /mnt/dev
mount --bind /prov /mnt/proc
mount --bind /sys /mnt/sys
chroot /mnt
yast

Thanks. THis worked to get me into yast, where I could delete the duplicate entries (/dev/sdd, etc) Then I could successfully install grub from there (also from the upgrade option in the installation dvd). But when I attempt to boot from the hard drive, I get

BOOTMGR is missing

and boot stops. What now? Thanks.