Remotely diagnosing server 2012 boot problems with no KVM
Solution 1:
I'm assuming you can download files from your servers hard drive.
Try this:
Grab your BCD file from your servers boot partition.
then run:
bcdedit /set bootlog yes /store <path-to-bcd-file>
restore bcd file to appropriate path and reboot server with fingers crossed ;)