For those interested in Linux grub and dual boot I've managed to get it to work with a Windows 8 installation, two Windows 10 installations and Linux on one PC.
Instructions...
a) Install Grub MBR again.
b) Boot from win DVD.
c) After picking the language, select 'Repair your computer' (do not install windows!)
d) Select 'use recovery tools that can help fix problems starting Windows...'
e) Select 'Command Prompt' (CMD) to launch CMD with admin privileges.
e) Then do this:
diskpart
list disk (Find the disk number of windows you are repairing)
select disk {Your Disk Number}
list partition {Find the partition with windows on}
select partition {Your partition Number}
detail partition
exit
c:
bcdboot c:\Windows
Reboot
It's a tricky and can be a frightening procedure, but after it works perfectly afterwards, however it's probably only suitable for advanced users or those really confident with their backups...
Thanks..