I dual-boot Windows 8 and Crunchbang Linux. I installed Windows first, then Linux. GRUB was installed directly in the MBR.
However, now I suspect that GRUB is the reason why I can't use bcdedit on Windows, so I'd like to restore the default Windows bootloader. How can I do it without breaking Linux?
bcdeditwas that my Linux/bootpartition was located at the start of the hard drive. Apparently Windows doesn't like that. All I had to do was delete it, move my Windows partition to the start, then runbootrec /fixbootandbootrec /fixmbrto inform Windows of the change. Now Windows lets me usebcdedit. My Linux installation is still inaccesible (and without a/bootdirectory to boot - no pun intended) but I'll try reinstalling GRUB to the Linux partition and running EasyBCD on Windows to make it accessible from the outside. – jSepia Mar 13 at 14:01