Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have Windows 8 Enterprise x64. It's installed a virtual machine. After trying to update VMWare's guest extension it black screened. After resetting it, now the virtual machine won't boot. It just says "automatic repair couldn't repair your PC"

Everything I do ends with an error or it coming back to this screen. If I go to Troubleshoot > Advanced Options > Start up settings and then go to Safe Mode, all it will do is say "preparing automatic repair" and then "diagnosing your PC" and then will come straight back to the "automatic repair couldn't repair your PC" screen. It's as if it doesn't even attempt to go into safe made.

Is there anything else I can do before I reformat?

share|improve this question
It sounds like you have tried all the normal supported methods. If Windows Repair Console is unable to repair the problem you are literaly out of options. – Ramhound Sep 17 '12 at 14:51
Yea, even doing a "reset PC" which sounds like a reformat won't work, nor will attempting an upgrade using the Windows 8 disk. Time to reformat I suppose – Earlz Sep 17 '12 at 14:55
Add Safe Mode to the initial Boot menu, it shortens the process a bit, this link is for W7 but I just tried it on W8 and works...sevenforums.com/tutorials/… – Moab Sep 17 '12 at 20:04

4 Answers

up vote 10 down vote accepted

Things are a little bit different in Windows 8. Have a look at the HowToGeek guide for this which explains in detail what you may be trying to achieve.

In summary:

  1. Mash Shift+F8 like you would with F8
  2. Click See advanced repair options
  3. Choose Troubleshoot
  4. Choose Advanced options
  5. Choose Windows Startup Settings
  6. Click Restart

Windows 8 Safe Mode

share|improve this answer
When I go to safe mode it just reboots and says "preparing automatic repair" – Earlz Sep 17 '12 at 14:55
Then select disable automatic restart from this menu – Luke Sep 17 '12 at 14:57
@Luke I should've, but I didn't have too much stuff on it, so I figure faster to just reinstall than try to repair it now. – Earlz Sep 17 '12 at 15:00
@Earlz then try to repair it through the installation disk. – avirk Sep 17 '12 at 15:08
1  
@Ramhound what are you smoking, it is not the same thing, try it on your Windows 8 PC its a 7 step process including and extra restart of the PC, Absolutely nothing like W7 – Moab Sep 17 '12 at 20:03
show 7 more comments

Microsoft actually has changed the F8 hotkey to Shift + F8 but didn't mention it.

Source:

The trick is to hold the Shift button and mash the F8 key, this will sometimes boot you into the new advanced "recovery mode", where you can choose to see advanced repair options.

share|improve this answer

Run Command prompt as Admin and type (copy/paste the following line):

bcdedit /set {default} bootmenupolicy legacy

Press Enter.

Now you have safe mode as usual from the boot screen.

To revert:

bcdedit /set {default} bootmenupolicy standard
share|improve this answer
Since I had never heard of bcdedit before, I'm going to include the reference to it: technet.microsoft.com/en-us/library/cc709667(v=ws.10).aspx – shurane May 13 at 20:26

Well, since no one else has a suggestion that works, I'd say (depending on how you obtained this ISO...) to check the SHA 1 hash of the ISO to see if it is corrupted in some way - if it doesn't match up, redownload. I am sure you will be able to find the hash somewhere online.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.