Hi robert...
Before you install windows, make sure you know what your
root and
boot partitions are for linux ... I'll assume
boot is
/dev/hdd1 and
root is
/dev/hdd3 (with
swap as
/dev/hdd2).
Boot with a linux startup disk like
SystemRescueCd ... or use
linux rescue from almost any distro of linux ... after booting up, exit direct to the console mode (if required, like on some distro boot disks)...or use
knoppix and just open a terminal window as root.
At the command prompt, make a directory to mount your
root partition into ...
mkdir /mnt/fixgrubthen mount the
root partition:
mount /dev/hdd3 /mnt/fixgrubthen mount the
boot partition into
/mnt/fixgrub/boot (if boot is a seprate partition ... it is possible that /boot is included in the root partition, in which case this step is not required:
mount /dev/hdd1 /mnt/fixgrub/bootnow we need to chroot to the SUSE install like this:
chroot /mnt/fixgrubIf that works, you should be the root user in the SUSE install ... now run the command:
grubThen, at the grub prompt, run the command:
root (hd0)That should fix the boot partition using the version of grub that is installed on the SUSE install. exit grub and reboot...