I've fallen victim to windows' aggressive handling of boot-ups. I have Ubuntu and Windows 7 side by side on my PC, and after I started the upgrade to Windows 10, I couldn't boot to continue the upgrade. Booting results only in Grub rescue prompt.
I've tried using boot-repair with no results (http://paste.ubuntu.com/12243604/) and I tried repairing the MBR with windows 10 installation iso, and it still doesn't fix the problem.
Since then I tried fixing the problem manually by enabling EFI in BIOS and i tried running the command bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
in Windows 10 installer, but nothing have helped so far.
I've also been looking around in the grub rescue menu, and all partitions shows as msdos partitions. And I can't find any boot partition through ls (hdx,msdosx), since they all show as unknown filesystems.
Both OS are 64-bit, ubuntu version is 15.04.
SOLVED: I managed to solve this through the windows 10 startup USB. I went into the command prompt and wrote the following commands:
bootrec /RebuildBcd bootrec /fixMbr bootrec /fixboot Exit (src: http://www.thewindowsclub.com/repair-master-boot-record-mbr-windows)
That wasnt enough though, as I continued to fiddle with he troubleshooting menu in the windows 10 repair menu. I turned UEFI off and after some random fiddling and being stubborn, the upgrade process has resumed.
Do note that this nukes ubuntu from the boot order!