Go to the
/boot/grub/menu.lst
file and make sure it says the following:
Quote:
title Windows Vista
root (hd0,1)
makeactive
chainloader +1 |
You can change the "title" to anything you want. You can make two of these entries: one for Vista and one for Win 7.
The thing you might have to change is the
(hd0,1)
What you enter here for the Windows partitions will vary on which drive it's on. If Windows is on the first drive, enter (hd0,1). The first number is the drive number and the second number is the partition. So if Vista and Win 7 are both on the first disk, then do something like:
(hd0,1)
(hd0,2)