I recently installed Ubuntu on my DELL's D Drive (Secondary Partition) and I lost the windows vista boot which was on my C Drive. Now when I boot my system directly loads Ubuntu, which seemed to me that GRUB was not installed. So I installed GRUB2
sudo apt-get install grub-pc
I checked the version to get:
$ grub-install -v
grub-install (GRUB) 1.99~rc1-13ubuntu3
Now how do I configure grub to list both Ubuntu (sda5) and windows vista (sda3)? Or that is not possible :(
The Catch:
My CD drive is broken so I cant use any Live CD
PS: I have a mem-stick with Ubuntu installed