Ok, its obvious you have another computer that you're typing on. Try each of the methods below until one works. If you're back in Windows, stop and report back.
Replace the suspect hard drive into your computer, making sure it is the only hard drive connected. Also ensure that DVD boot is the first priority in the bios.
METHOD / ATTEMPT 1: START IN SAFE MODE
Windows 8 safe mode has changed - YAY! You must with epic speed hold down SHIFT and F8. So firstly, try to start in
Safe Mode (with networking) by
tapping SHIFT F8 RAPIDLY - and i mean RAPIDLY on boot up and see if you can get into Windows that way. If so, use a
system restore (instructions (
DOT POINTS) below) to go back to a time/date prior to when this issue started. Windows 8.1 only gives you a fraction of time to open advanced boot options, so quick that its very hard to do, so hold down shift and button mash that F8 key like its 1999.
If you can get into Safe Mode normally, then do the following:
- Open the Windows 8 Control Panel.
- Click on System and Security within Control Panel.
- In the System and Security window that's now open, click System
- On the left, click the System protection link.
- From the System Properties window that appeared, click the System Restore... button.
- Click Next > from the System Restore window titled Restore system files and settings.
- Select the restore point you want to use from those in the list.
- With your chosen restore point selected, click the Next > button.
- Confirm the restore point you want to use on the Confirm your restore point window and then click the Finish button.
- Click Yes to the Once started, System Restore cannot be interrupted. Do you want to continue? question.
- Next, on a mostly empty screen, you'll see a Please wait while your Windows files and settings are being restored message.
It will then restart, hopefully into a working normal Windows 8 - If so - BINGO! Fixed. At this point, report back and we will try and determine what went wrong via log files.
__________________________________________________________________________
METHOD / ATTEMPT 2 : YOUR EPIC SHIFT F8 COMBINATION IS ELDERLY! - FORCE START IN SAFE MODE (WITH NETWORKING)
- I know you have Windows 8/8.1, however Microsoft have made it very hard to download Windows ISO as we can with Windows 7. Try and obtain your Windows 8/8.1 (Get the right one) ISO using this method and burn that ISO to a DVD. If that doesn't work for whatever reason, download Windows 7 (legitimate legal source) Burn whichever ISO you get to a DVD.
- Put your Windows setup DVD or your System Repair Disc in the drive and restart your PC. Assuming you've properly configured your BIOS to boot from CDs/DVDs before hard drives (or you can press F12 if your PC supports it to boot from the CD), you should get a prompt asking you to “Press any key to boot from the CD/DVD…“
- Press a key, and the CD will begin to load. If you are using your Windows Installation CD, you’ll see a dialog asking you want to Install Now, or in the lower left corner, an option to “Repair your Computer,” which you’ll want to click.
(Images may look a bit different - this is using Windows Vista, but its the same process)
- After selecting your language, the recovery CD will scan for operating systems on your drive.
First lets try FORCING SAFE MODE. Select Command Prompt and type:
bcdedit /set {default} safeboot network
A properly executed bcdedit command should return a "The operation completed successfully" message.
Close the Command Prompt and click Continue.
It will now restart (do that if it doesn't automatically) and hopefully you can get into Safe Mode.
If that is successful you should be in a safe version of Windows. If so attempt the DOT POINTS above again.
METHOD / ATTEMPT 3: SYSTEM RESTORE FROM WITHIN BOOT DISK
Repeat steps 2 - 4 again, and lets try to select System Restore. See if you can find a Restore Point from a time that you KNOW the system was working, preferably several days before. If so, click on that and conduct a System Restore, restart and try and get into Windows.
METHOD 4: START UP REPAIR WITHIN BOOT DISK
Repeat Steps 2 - 4 (above) and then
- Select Startup Repair, let it finish and restart. Dont hit any keys when it does and see if you can now get into windows.
METHOD / ATTEMPT 5: CHECK DISK FIX THE BUGGER
Repeat Steps 2 and 3 above but this time, click on
Command Prompt
In command prompt type:
chkdsk C: /f
Let it finish and then type:
exit
METHOD / ATTEMPT 6: FIX THE MBR - BOOT RECORD MANNUALLY
If this doesnt work, go back to the
Command Prompt by clicking on it,
or repeating steps 1 - 4 above and this time type:
bootrec.exe /fixmbr
then type
bootsect.exe /nt60 all /force
then type
bootrec.exe /rebuildbcd
hitting
enter after each one.
Restart and see if you can get into Windows.
METHOD / ATTEMPT 7: REPLACE THE BCD ALTOGETHER
Again, go back to
Command Prompt (you should know how to do it by now

and type (hitting enter after each line). This completely replaces the BCD.
attrib -h -s C:\boot\BCD
del C:\boot\BCD
bcdedit /createstore c:\boot\bcd.temp
bcdedit.exe /store c:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /import c:\boot\bcd.temp
bcdedit.exe /set {bootmgr} device partition=C:
bcdedit.exe /timeout 10
attrib -h -s C:\boot\bcd.temp
del c:\boot\bcd.temp
If that doesn't work, id suggest trying a fresh installation of Windows on the drive which will nuke anything on the drive.... if that fails you need a new hard drive.