I have installed Ubuntu 12.04 LTS 64-bit alongside with windows 7.
During installation I choose Something Else and partitioned as followed:
And choose /dev/sda for boot loader installation
The installation was successful. I never get a boot menu from where I could choose the OS.
What is the problem?
/dev/sdanotsda5. – Samik Jun 18 '12 at 14:02sudo mount --bind /boot <path to sda5>,sudo mount --bind / <path to sda3>then issuesudo grub-install /dev/sda, finallysudo update-grub2and provide the output in your question. – Samik Jun 18 '12 at 14:40