Can Someone please help me resolve an issue with my Dell GX110,Stop Error,
I've been trying to fix a blue screen of death and can't figure out how to do it without reformatting the drive, Tried Just about everything with this pc, any help would be appreciated, I'm tired of trying to fix this problem, it all started with reinstalling the advance als4000 soundcard also the video display driver, witch took forever to find and install I already tried driver detective but it made the pc worse lost all my pci cards due to this now i have to use safe mode with networking to use the pc. If anyone can help please write me an e-mail
This Is The Error:
A problem has been detected and windows has shut down to prevent damage to your computer.
STOP: 0x0000005,0X0000007E(0xC000005,0XF7E6BAF8,0XF96B8044)
And all that is written in a Blue Screen, This happenes everytime I try to boot into windows XP Home Version. It won't let me do a system restore either, and when I try to do a system repair with the opriginal cd it asks for an adminastrator password nothing works it stops there...

Thanks in advance!

"Brian"

Dani AI

Generated

Quick checklist and a safe plan of attack for (and thanks to for the msconfig pointer): because you can reach Safe Mode the problem is far more likely to be a third‑party driver/service or failing hardware than a clean OS corruption. Prioritize (1) undoing the recent audio/video driver installs, (2) isolating non‑Microsoft services/startups, (3) checking disk and system files, and (4) capturing/reading any crash dumps so you know which module is failing. (learn.microsoft.com)

From Safe Mode, do these practical steps in order — they’re non‑destructive and often fix this class of BSOD:

  • Run msconfig: Hide Microsoft services, disable non‑Microsoft services and all startup items, reboot and test (as suggested).
  • In Device Manager uninstall (or roll back) the newly installed ALS4000 audio driver and the video driver; if an uninstall option says “Delete driver software,” use it.
  • Physically reseat or temporarily remove recently added PCI cards to rule out hardware conflicts.
  • Run quick repairs from a command prompt in Safe Mode:
    chkdsk c: /f
    sfc /scannow    (will prompt for XP CD if needed)

If the CD repair asks for an Administrator password, you’ve likely hit the Recovery Console (not the Repair‑install flow). To perform a Repair (refresh system files without wiping data) boot from the XP CD, press Enter at the first Welcome screen to start Setup, accept the license, then choose the existing installation and press R to repair. Recovery Console (pressing R too early) will ask for the local Administrator password — press Enter if it was never set. (lifewire.com)

Collect and inspect minidumps (default: %SystemRoot%\Minidump) and use WinDbg/BlueScreenView to identify the offending .sys or module; that often tells you exactly which driver to remove. If hardware is suspected, run a thorough RAM test (Memtest86 / Memtest86+) and consider using Driver Verifier to stress suspect drivers (but only on a test machine or one driver at a time — it will provoke BSODs by design). (learn.microsoft.com)

If these steps don’t yield a culprit, back up the drive (USB enclosure or Live CD) and consider a Repair install or fresh install. The goal is to preserve data first, then rebuild the driver stack cleanly.

Since you can boot into safe mode, it sounds like a driver or software problem. Try using msconfig to isolate the problem.

http://netsquirrel.com/msconfig/msconfig_xp.html

Alternatively, if the STOP error message, references a like "driverfile.sys" or something as the offending file, it will either be that is the file causing the stop error message or it may also be that file is simply failing to load properly due to a problem with one of it's dependencies (another file).

STOP error messages are not easy to troubleshoot and they can take a really long time, especially if you aren't used to working with them.

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.