Customer's Computer Keeps Blue-Screening

Status
Not open for further replies.

SpikedCola

In Runtime
Messages
457
Location
Ontario, Canada
Gets an 0x8E error about 30 seconds after Windows loads, and instantly when loaded in safe mode (as soon as the listing off the drivers is done).

Tried swapping modems, in case it was a modem driver, but it still does it.

Going back tomorrow, and going to pull all the cards and put them back one by one, and see whats up.

Any more suggestions of things for me to try?
 
Pull out all uneccessary hardware, including cd-roms, extra hard drives, use the integrated video card if it has one, etc.... Eliminate all the other potential problems. If it still does it, post back here.
 
4 Hours is the absolute MINIMUM time you should ever run memtest for...

In reality eight and sometimes twelve is often suggested.

Though youll know if its bad RAM, a crap load of errors should crop up within the first 30 minutes.
 
Woohoo, ended up being a bad stick of RAM. Easy fix.

PS. Anyone know if they fixed the "nvlddkm.sys driver f'cked up, but restarted successfully" error in Vista?
 
No. Have to check with nvidia since that is a driver problem not a Vista problem.
 
Woohoo, ended up being a bad stick of RAM. Easy fix.

PS. Anyone know if they fixed the "nvlddkm.sys driver f'cked up, but restarted successfully" error in Vista?

Not sure if this is what you are referring too......


Both Vista pre-RC1 (5536) and RC1 (5600) shipped with the buggy nvidia 95_64 vista drivers. On certain nvidia cards like my 7900GX2 this causes a BSOD during the device installation phase, reporting an error in nvlddmkm.sys.

The latest 96_33 drivers work, but you are unable to install them normally or boot into safe mode because Vista cannot complete setup correctly.

Here's how to fix that.

Requirements:
1) Dual-boot machine with Windows XP running on another partition.
2) Administrative privileges in XP

I performed this fix using the x64 version of RC1
Phase 1:
1) Download the latest 96_33 Vista drivers from nvidia
2) Extract the contents of the driver file to a directory (I used WinRAR for this).
3) Open a command window in the driver directory and enter the following:

Code:
mkdir expandexpand -r nvapi64.dl_ expand\nvapi64.dllexpand -r nvd3dum.dl_ expand\nvd3dum.dllexpand -r nvd3dumx.dl_ expand\nvd3dumx.dllexpand -r nvlddmkm.sy_ expand\nvlddmkm.sys
(You might just need nvlddmkm.sys, but I replaced the other files as well to be sure.)
You end up with a new directory called expand that contains the files you need to replace.

Phase 2:
1) Perform a clean install of Vista RC1 on a fresh partition.
2) Critical After the setup process has expanded the installation files the machine will reboot. You must select 'Earlier version of windows' and boot back into XP at this stage.

Phase 3:
1) Since the Vista files are secured with an SID that XP doesn't know about, you need to take ownership of the relevant files.
2) Turn off simple file-sharing in the Folder View options.
3) Navigate to <VistaDrive>:\Windows\System32\DriverStore\FileRepository
4) If you are using a desktop graphics card, the files that have to be changed are in nv_lh.inf_185bb110. It appears that nv_aw.inf_d8327a6a contains the files for laptop cards. This fix was performed on a desktop altering just the files in the nv_lh directory. If in doubt you can alter both sets.
5) Back up the relevant folder in case you screw something up.
6) For each of the files to be changed (the files with the same name as the ones in the expand directory you created above) right-click, select Properties and click the Security tab. Click on Advanced and then Take Ownership. Change the owner to the admin account that you are logged on as. Click OK. R-click and select Properties->Security again, then click on Add, add your account and click Full Control.
7) Finally, copy the new 96.33 files across to overwrite the old ones.

Now restart your computer and let the Vista install proceed. The driver will still report itself as 95.64, I would advise performing a proper driver update to the new ones.
 
Status
Not open for further replies.
Back
Top Bottom