Hey guys I am asking this question on behalf of my friend. He has a Windows 2000 OS.

So everytime he gets into his computer the screen goes blue and it says "Beginning Physical Memory Dump". Does anyone have an idea what the problem is here???

Thanks.

Dani AI

Generated

This message means Windows hit a STOP error (a kernel crash) and is writing a crash dump to disk. The immediate priorities are (1) capture the blue‑screen text (STOP code and any driver/module name) — photograph it before the machine reboots — and (2) isolate whether the fault is hardware or software. Building on ’s suggestions, below are focused, practical next steps to narrow the cause.

Start with hardware checks first (fastest to do). Power off, unplug nonessential peripherals, reseat RAM and expansion cards, then try booting with only one memory module installed and one video output. Run a full memory test from a bootable tool such as MemTest86 (run several passes) to rule out bad RAM: MemTest86.

If hardware looks OK, attack the disk/OS side. If you can get into Safe Mode or the Recovery Console, run a full disk check and repair. From Recovery Console or an admin command prompt, run:

chkdsk /r
fixmbr
fixboot

chkdsk /r can repair corrupted file system structures that sometimes cause crashes; fixmbr/fixboot repair boot records (use with care and back up first). See Microsoft documentation for chkdsk: chkdsk (Microsoft Docs).

If Windows creates a dump (MINIDUMP or MEMORY.DMP) you can analyze it with WinDbg to identify the offending driver or module — useful when crashes point to a specific driver name. Microsoft’s debugger documentation is here: WinDbg and debugging tools (Microsoft Docs).

If tests point to RAM/motherboard/PSU failure, replace parts or swap in known-good hardware. If a driver is implicated, uninstall the recent driver or roll back to a previous version from Safe Mode. If these steps are not possible or do not reveal the problem, collecting the STOP code and the dump file (or posting a clear photo of the blue screen) is the most useful information for further diagnosis.

Recommended Answers

All 3 Replies

That could be caused by a number of things.

- Can your friend boot into safe mode?
- Has he changed anything software or hardware wise just prior to the problem's beginning?
- Has he tried a system repair by booting into the recovery console from the installation CD?

Ok. I will tell him to try that. Thanks.

OK. Get back to us with specifics if need be.

Good Luck. :)

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.