We were trying to Install Ubuntu 14.04 In Dual Boot Mode With Windows 8.1 UEFI in my new HP laptop. The installation of Ubuntu was finished successfully. But when I rebooted (with secure boot disabled) it is not showing any GRUB menu and directly going to Windows.
So I tried Boot-Repair. For this I plugged our USB drive back in and reboot so that the live version of Ubuntu runs again. Then I used following command for boot repair.
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo sed 's/trusty/saucy/g' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list
sudo apt-get update
sudo apt-get install -y boot-repair && (boot-repair &)
Then I repaired the boot with the launched Boot-Repair window. But it end with the following error message.
"An error occurred during the repair.
Please write on a paper the following URL: http://paste.ubuntu.com/7982274/
In case you still experience boot problem, indicate this URL to: boot.repair@gmail.com
You can now reboot your computer. Please do not forget to make your BIOS boot on sda (1000GB) disk!"
I also send a mail to the given mail ID. Please suggest a method to solve my problem. Thanks.