I had same problem and i had saved this article by which I had done suscessfully. Hope it helps you. __________
Follow the steps below, you need to know where your '/' (root) partition is. Boot your computer from Ubuntu Live CD. Choose 'Try Live CD' Once the desktop loads, Open Terminal from Applications menu -> Accessories Type: sudo fdisk -l >From here you can figure out your root partition. Now if your root partition is /dev/sda1 follow the following commands below: sudo mount /dev/sda1 /mnt sudo mount --bind /dev /mnt/dev sudo mount --bind /proc /mnt/proc Now chroot to /mnt: sudo chroot /mnt Now install grub: grub-install /dev/sda Now update the grub: update-grub2 Now you will see the GRUB and can boot between Linux and Windows. If you don't see the Windows option in GRUB menu, open the Linux that is present in GRUB and run the last command of this tutorial. -- Thanks you । धन्यवाद, Sandip Niroula । सन्दिप निरौला, e-Mail । इ-मेल: [email protected] weblog । वेभलग: http://www.meozone.blogspot.com/ (Internet is not a new form of life but it's just a new activity. । इन्टरनेट नयाँ प्रकारको जीवन होइन तर केवल नयाँ क्रियाकलाप हो ।) -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
