.... dilemma! my 6 month old dell inspiron series 3000 laptop windows 8.1 won't boot up? it gets to the black screen with the windows logo on and at the bottom of the screen it says "Preparing Automatic Repair" but it sticks there...? It hasnt got a built in cd/dvd drive so I tried a windows 8.1 repair disc run on an usb mounted external cd/dvd writer but it doesn't get thru to the repair discs options although it does seem to be picking up the external writer (shows up in the f2 menu screen if accessed during the dell splash screen at start up)... please any advice on what to do would be greatly appreciated.
Thank you in advance
Tracy

Dani AI

Generated

Short diagnostic summary and safe sequence of actions. The “Preparing Automatic Repair” hang usually means Windows’ Recovery Environment (WinRE) started but cannot repair the boot because of corrupted system files, boot‑configuration errors, or a failing drive; firmware/boot-mode mismatches or interrupted updates are common triggers. already noted the external writer shows in BIOS/Setup, which is helpful diagnostic info. (learn.microsoft.com)

Recommended troubleshooting order (preserve data first). 1) Run Dell’s built‑in pre‑boot hardware diagnostics (F12 → Diagnostics) to check HDD/SSD and memory; note any error codes. 2) If hardware tests pass, boot WinRE from a verified Windows 8.1/installation USB and try Startup Repair → if that fails open Command Prompt and run non‑destructive repairs in this order: run CHKDSK to fix disk errors, then SFC (or DISM + SFC when needed), then rebuild boot records with Bootrec. Example commands (run from WinRE Command Prompt; offline paths may be required):

chkdsk C: /r
sfc /scannow
DISM /Image:C:\ /Cleanup-Image /RestoreHealth   (or /Online when available)
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd

These are standard WinRE/boot‑repair steps. (dell.com)

If the repair USB/DVD will not boot, verify the media on another machine and use Microsoft’s official download/ISO to recreate the installer (or Rufus to make a UEFI/legacy‑compatible stick). On many Dell systems the one‑time boot menu is F12 (F2 opens Setup); Secure Boot / UEFI vs Legacy (CSM) settings can block some external optical devices — change them only if the media type requires it. (learn.microsoft.com)

Data‑safety note and final fallback. If data is important, avoid clean reinstall until files are rescued. A drive removal + USB enclosure or booting a Linux live USB lets files be copied to another disk. If diagnostics show hardware failure, drive replacement (and reinstall) is likely; as reported, a full reinstall is an effective last resort but usually destroys user data unless backed up first. (ubackup.com)

Small world. Similar banged up OS but I was lucky as my brother had been runnig W10. That meant I could use Microsoft's Media Creation Kit and start over. I wiped the drive and booted up the W10 USB stick. I installed and a few drivers later it was all good. Due to the new W10 activation, I didn't have to enter a code. So what was it? Never looked any deeper but it looks like the HDD data got a good scramble.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.