How can I fix Windows when my laptop is stuck in an automatic repair loop?

0
0
Asked By MellowOrbit42 On

My laptop keeps booting into Automatic Repair. I checked the drives through Notepad, but I can only see the X: drive, so I'm not sure which drive letter contains Windows or how to run the repair commands. The advanced options don't show a reset option, and I also don't see a way to boot from a USB device. The BIOS does recognize that the internal drive is installed. What should I try next without losing my files?

2 Answers

Answered By NorthwindEcho19 On

If the built-in recovery tools don’t work, create a Windows installation USB on another computer and boot the laptop from it. Choose “Repair your computer” instead of installing Windows, then try Startup Repair or open Command Prompt. If you eventually need to reinstall, back up important files first; avoid formatting the drive until you’re certain the files are safe.

MellowOrbit42 -

I don’t see Startup Settings or a reset option in the menu, so I’ll try using a Windows USB and choose the repair option first.

Answered By PixelHarbor7 On

Since the BIOS detects the drive, the hardware is at least being recognized. The X: drive is usually the temporary Windows Recovery Environment, not your normal Windows installation. From Command Prompt, use `diskpart`, then `list volume` to identify the Windows partition and its drive letter. Exit DiskPart and run repairs against that letter, for example `chkdsk C: /f` and `sfc /scannow /offbootdir=C: /offwindir=C:Windows`, replacing C: if Windows is on another volume. Double-check the letter first because it may change in recovery mode.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.