Skip to main content

How to: Perform Startup Repair in Windows 8/8.1 and 10

Hardware defects and issues aren’t the only things that can cause a computer running on the Windows Operating System to fail to start up properly. Software issues – everything from corrupt Windows startup files to invalid boot files – can also cause a computer to fail at startup. This is where Startup Repair comes in. Startup Repair is a tool developed by Microsoft designed to detect any issues with the files and software in general that a computer needs to have in order to correctly boot into Windows and fix them. Startup Repair is available for all versions of the Windows Operating System starting from Windows XP.
On Windows 8, 8.1 and 10, there are three distinctly different ways using which you can perform a Startup Repair on your computer. The following are the three methods that you can use to perform a Startup Repair in Windows 8, 8.1 and 10:

How to BOOT into BIOS to change Boot Order

You must know how to boot and change boot order since this will be needed to perform the solutions below.Restart your computer. Enter your computer’s BIOS (or UEFI) settings as soon as it starts up. The key that you need to press to enter these settings depends on the manufacturer of your computer’s motherboard and can be anything from Esc, Delete or F2 to F8, F10 or F12, usually F2. This is displayed on the post screen, and the manual that was supplied with your system. A quick google search asking “how to enter bios” followed by model number will also list results. Navigate to the Boot. 

Method 1: Perform a Startup Repair from the Startup Options screen

Almost every single computer that comes with Windows 8, 8.1 and 10 has a horde of recovery and restoration utilities built into its Operating System, and Startup Repair happens to be one of these tools. On such a computer, you can easily access and perform a Startup Repair from the Startup Options screen which can be accessed quite easily. However, it should be noted that you can only perform a Startup Repair using this option if you can manage to sign into Windows or at least get to the Windows login prompt (this is the screen on which you sign into your account).
To access the Startup Options screen, click on the Power button and then, while holding down the Shift key, click on Restart.
windows 10 advanced mode
When your computer boots up, you will be at the Startup Options screen. Once you are at this screen, click on Troubleshoot.
windows 10 repair
Click on Advanced options. Click on Automatic Repair (it may also be displayed as Startup Repair or Start-up repair). If prompted to do so, choose the Operating System you want to perform the Startup Repair on. If prompted to do so, select an account that is an Administrator.
Enter the password for the account you selected and click on Continue. The Startup Repair process will now begin. If you are asked to do something or make a choice, do so. If the computer needs to be restarted, restart it.
Once the process has been completed, you will be informed of whether or not any problems were detected and whether or not the detected problems were fixed by Startup Repair.
2015-12-09_051030

Method 2: Perform a Startup Repair using installation media

You can also perform a Startup Repair in Windows 8, 8.1 or 10 using an installation disc or installation USB. To do so, you need to: Insert the Windows installation disc or USB into the affected computer and restart it. If you don’t have one, you can create it using Rufus or the Media Creation Tool. As soon as the computer starts booting up, get into its BIOS settings (the instructions for which vary depending on the manufacturer of the computer’s motherboard), usually F2 key needs to be pressed when the first screen appears before the logo and configure the computer’s boot order from the boot tab to boot from the installation media instead of the hard drive.
windows 7 startup repair - 1
Save the changes and exit the BIOS settings. If prompted to do so, press any key to boot from the installation media. Select your language, time zone and keyboard layout preferences and then click on Next. When you reach a window with an Install now button at its center, look for and click on Repair your computer in the bottom left corner of the window.
2015-12-09_050401
You will now arrive at the Startup Options screen. Once you are here, you need to:
Click on Troubleshoot > Advanced options. Click on Automatic Repair (it may also be displayed as Startup Repair or Start-up repair).
windows 10 repair
If prompted to do so, choose the Operating System you want to perform the Startup Repair on. If prompted to do so, select an account that is an Administrator. Enter the password for the account you selected and click on Continue.
The Startup Repair process will now begin. If you are asked to do something or make a choice, do so. If the computer needs to be restarted, restart it.
Once the process has been completed, you will be informed of whether or not any problems were detected and whether or not the detected problems were fixed by Startup Repair.

Method 3: Perform a Startup Repair using a system repair disc

Startup Repair can also be performed using a system repair disc that you created for your computer beforehand or one that you created using a computer that is in working condition and is running on the same version of the Windows OS as yours. To perform a Startup Repair using a system repair disc in Windows 8, 8.1 or 10, you need to:
Insert the system repair disc into the computer and restart it.
As soon as the computer starts booting up, get into its BIOS settings (the instructions for which vary depending on the manufacturer of the computer’s motherboard) and configure the computer’s boot order to boot from the system repair disc instead of the hard drive.
Save the changes and exit the BIOS settings.
If prompted to do so, press any key to boot from the system repair disc.
If a list of keyboard language layouts is displayed, click on the one you prefer.
Once you do so, you will arrive at the Startup Options screen.
At the Startup Options screen, you need to:
Click on Troubleshoot > Advanced options.
Click on Automatic Repair (it may also be displayed as Startup Repair or Start-up repair).
If prompted to do so, choose the Operating System you want to perform the Startup Repair on.
If prompted to do so, select an account that is an Administrator.
Enter the password for the account you selected and click on Continue.
The Startup Repair process will now begin. If you are asked to do something or make a choice, do so. If the computer needs to be restarted, restart it.
Once the process has been completed, you will be informed of whether or not any problems were detected and whether or not the detected problems were fixed by Startup Repair.

Comments

Popular posts from this blog

How to Fix the ‘Failed to Acquire the VirtualBox COM Object’ Error

Several users are reporting that they are unable to launch VirtualBox. The critical error message that comes up is  “Failed to acquire the VirtualBox COM object. The application will terminate”.  In some cases, the error is also accompanied by a second error message pointing towards the problem. The issue does not seem to be specific to a certain Windows version since it’s confirmed to occur on both Windows 8.1 and Windows 10. Failed to acquire the VirtualBox COM object. The application will now terminate. What is causing the ‘Failed to Acquire the VirtualBox COM Object’ error? We investigated this issue by looking at various user reports and the repair strategies that are commonly deployed successfully in this particular scenario. As it turns out, there are multiple culprits that might end up triggering this issue: VirtualBox is not installed with admin access  – Virtualbox is one of those software products that will require you to install them with a...

How to Format/Indent XML Files in Notepad++

Notepad++ is a free text and source code editor that is mostly used by programmers. It is an advanced alternate version of the default notepad which supports 50 programming, scripting and markup languages. It allows a user to edit codes within multiple tabs in a single window. However, it lacks the formatting for XML files or XML code. Users will find it difficult to edit or read the XML code without the correct format for code. How to Format/Indent XML Files on Notepad++ What is XML File? XML (stands for eXtensible Markup Language) which is a language designed to store and transport data. XML files are just plain text files that can’t do anything on their own. Custom tags are used in XML files to define objects and the data within each object. It defines a set of rules for encoding documents in such a format that both humans and machines could read. XML is similar to HTML but the difference is that HTML defines how data looks, while XML defines what data is. XML Code samp...

Fix: System Found Unauthorized Changes on the Firmware, Operating System or UEFI Drivers

Several users are struggling with the  System found unauthorized changes on the firmware error  at every startup or when trying to take their computer out of hibernation mode. Most affected users report that the issue started occurring after they installed some pending Windows updates. The issue is mostly encountered on Windows 7. The system found unauthorized changes on the firmware, operating system or UEFI drivers. Press [OK] to run the next boot device, or enter directly to BIOS Setup if there are no other boot devices installed. What is causing the System found unauthorized changes on the firmware error We investigated this particular issue by looking at various user reports. This error will occur whenever your system is checking the firmware one some computer hardware parts as part of a new security feature. To be precise, the error is occurring because not all Windows versions will support this new security feature. As it turns out, there are sev...