Page 1 of 2 12 LastLast
Results 1 to 10 of 12
Like Tree2Likes

Solved: Stop Error 0x1E caused by nvlddmkm.sys during Windows 7 RC setup
What we recommend:

Windows 7
  1. #1
    earcmba is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    May 2009
    Posts
    2

    Solved: Stop Error 0x1E caused by nvlddmkm.sys during Windows 7 RC setup

    Workaround for nVidia display driver issue
    Motherboard: ASUS M2NPV-VM
    BIOS Version: 0504
    GPU: nVidia GeForce 6150
    in Windows 7 RC

    Symptoms: Stop Error 0x0000001E caused by nvlddmkm.sys during Windows 7 RC setup

    Solution: Replace the nvlddmkm.sys file with a newer version
    Update: Easier solution found, see later post.

    Details:

    Perform these steps on another computer:
    1) Download a current driver from nvidia.
    2) Extract nvlddmkm.sy_ using WinRAR.
    3) Expand nvlddmkm.sy_ from windows command prompt
    cd [path_to_nvlddmkm.sy_]
    expand -r nvlddmkm.sy_ nvlddmkm.sys
    4) Put a copy of the new nvlddmkm.sys file on a flash drive

    Restart Windows 7 Setup and perform these steps:
    1) During the "Expanding files" step, press Shift-F10 to open a command prompt
    2) Replace the nvlddmkm.sys file located at
    C:\Windows\System32\DriverStore\FileRepository\nv_lh.inf_amd64_neutral_4f38d443efdd0a70
    with the new one from the flash drive.
    Wait for setup to create the file before you replace it -- seems to occur when
    the progress meter reaches about 70%.
    3) Let the install process finish, hopefully without any blue screens.

    You will probably want to install the complete nvidia driver using the usual method once
    Windows setup is complete.

    Reference:
    nvlddmkm.sys problems ... - Vista Forums
    Last edited by earcmba; 11-11-2009 at 12:05 AM. Reason: Updated

    Reply With Quote Reply With Quote

  2. #2
    kn1gh7h4wk is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Jun 2009
    Posts
    1

    Thumbs up Awesome!! That did the trick!

    Thank you very much. That allowed me to complete the installation and boot-up into Win7.

    kn1gh7h4wk

    OS: Windows 7 x64 RC 1
    Motherboard: Foxconn 6150bk8mc
    Chipset/GPU: nForce 430/GeForce 6150B

    Reply With Quote Reply With Quote

  3. #3
    immeraufdemhund is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Jun 2009
    Posts
    3
    wish i would have known about this when I installed. I just went and got a $20 graphics card. which helps big time anyway.

    Reply With Quote Reply With Quote

  4. #4
    Reghar is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Sep 2009
    Posts
    1
    This procedure worked for me. Thanks

    During the installation of Windows 7 RTM, I had at some point the BSOD caused by nvlddmkm.sys. I replaced that file at 65% of the extraction of files by the driver 190.62 from NVidia and could at least complete the installation of Windows.

    Once Windows had started, I performed the installation of the complete driver successfully.

    My configuration:
    - Motherboard Asus P5B-Plus
    - Quad Core 8200
    - 4 Gb RAM
    - Graphic card Sparkle Geforce 8600 GT
    - 4 HDD: 1 x System, 1 x Video files, and 2 x 200GB in Raid 0 for the data
    - Windows 7 - fr_windows_7_ultimate_x64_dvd_x15-65928.iso

    Reply With Quote Reply With Quote

  5. #5
    hbag899 is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2009
    Posts
    2
    Hello... New here. I'm at the point where I have the replacement nvlddmkm.sys on a flash drive ready to go, but I'm sorry to ask cause I'm new to this, how do I replace the loaded file (at 60-70%) with the one on my flash drive using the command prompt? Appreciate your patience...
    Last edited by hbag899; 11-01-2009 at 06:36 PM. Reason: for clearity

    Reply With Quote Reply With Quote

  6. #6
    brydon is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2009
    Posts
    2
    Can someone please post detailed instructions on how to do this. I don't know how to use command promt to expand and copy the files. This is really pissing me off, I can't even start the pc in safe mode because no operating system is installed yet. Thanks in advance.

    Reply With Quote Reply With Quote

  7. #7
    Yeorwned is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2009
    Posts
    1
    This solution worked perfect and solved my issue as well. A+

    Reply With Quote Reply With Quote

  8. #8
    earcmba is offline Junior Member
    Original Poster
    Enjoys Windows 7 Forums
     
    Join Date
    May 2009
    Posts
    2

    Update: Easier solution found

    Glad to see this worked for some others. A few months later I was going through this process again and found a simpler solution. The original method described replacing a driver file, but since the driver is signed, replacing the file with a newer version invalidates the signing and Windows falls back to a generic driver. In other words, it's not necessary to download, extract, and replace the file - you just delete it.

    So, the easier solution is:

    1. Restart Windows 7 Setup
    2. During the "Expanding files" step, press Shift-F10 to open a command prompt
    3. Delete the nvlddmkm.sys file located at C:\Windows\System32\DriverStore\FileRepository\nv_lh.inf_amd64_neutral_4f38d443efdd0a70.
      Wait for setup to create the file before you delete -- seems to occur when the progress meter reaches about 70%.
      Do not simply delete the folder before files are placed in it or the install process will fail.
      The commands you type in the command prompt are
      Code:
      cd C:\Windows\System32\DriverStore\FileRepository\nv_lh.inf_amd64_neutral_4f38d443efdd0a70
      del nvlddmkm.sys
    4. Let the install process finish, hopefully without any blue screens.
    5. Download and install the current driver from nvidia.

    Reply With Quote Reply With Quote

  9. #9
    hbag899 is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2009
    Posts
    2
    Quote Originally Posted by earcmba View Post
    1. The commands you type in the command prompt are
      Code:
      cd C:\Windows\System32\DriverStore\FileRepository\nv_lh.inf_amd64_neutral_4f38d443efdd0a70
      del nvlddmkm.sys
    Are these 2 (two) individual steps? Meaning...
    Step 1 - cd C:\Windows\System32\DriverStore\FileRepository\nv_lh.inf_amd64_neutral_4f38d443efdd0a70
    Step 2 - del nvlddmkm.sys

    Or is it just 1 (one) command? Meaning...
    Step 1 - cd C:\Windows\System32\DriverStore\FileRepository\nv_lh.inf_amd64_neutral_4f38d443efdd0a70
    del nvlddmkm.sys

    If the latter, is there a "space" between "...4f38d443efdd0a70" and "del"?

    Honestly, I've tried every possible combination of this command I could think of, but simply replies with "The system cannot find the path specified"... I'm freakin' out here.

    Perhaps you should know this (if it changes things?), I'm using a RAID 0 with a couple of SAS drives, created the array, loaded the driver, found the partition, etc... No other drives plugged in... In the name of everything that's sacred, please help.
    Last edited by hbag899; 11-15-2009 at 04:29 PM.

    Reply With Quote Reply With Quote

  10. #10
    Ryan Shalluca is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Jan 2010
    Posts
    1
    @earcmba

    nice one, with the shift-f10 to get into the shell, this helped me a lot! thx

    @hbag899

    once being in shell with shift-f10 you just make sure you are in your system directory (mostly c:\) and enter no more than:

    del nvlddmkm.sys /S

    the /S searches for the file in subfolders and deletes the nvlddmkm.sys there, which fixes the problem much faster as the large number at the end of the folder mentioned above changes with ever installation i guess

    hope this helps anyone, as it helped me
    thx again

    ::rys

    Reply With Quote Reply With Quote

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 5
    Last Post: 03-06-2011, 11:36 AM
  2. [BSOD] ntoskrnl.exe & nvlddmkm.sys error
    By silentfighter2 in forum Blue Screen of Death (BSOD)
    Replies: 6
    Last Post: 01-02-2011, 03:02 PM
  3. [64-bit] BSOD error Bugcheck code: 0x124 caused by ntoskrnl.exe; Vista Ultimate x64
    By eublefar in forum Blue Screen of Death (BSOD)
    Replies: 6
    Last Post: 12-17-2010, 06:28 PM
  4. Windows 7 setup error
    By Luigi1928 in forum Windows 7 Installation and Upgrade
    Replies: 2
    Last Post: 05-09-2009, 12:57 PM
  5. Setup freezing error
    By frustrated_as... in forum Windows 7 Installation and Upgrade
    Replies: 0
    Last Post: 02-09-2009, 07:34 PM

Visitors found this page by searching for:

nvlddmkm windows 7

bsod ox1envlddmkm sys windows 7nvlddmkm win7blue screen nvlddmkm sys windows 7driverstore filerepository nvlddmkmwin7 shift f10windows 7 blue screen of death when expanding installation filesstop 01e errornvidia geforce 8600 gts vista nvlddmkm win7 nvlddmkmwin 7 stopped geforce 6150stop 01e win7stop error sevenwibn 7 error 0x1ekensington nvlddmkmwindows 7 clear driverstore command promptstop:ox00000116ox000001160x1eerror code ox00000116nvlmmddkm error windows 7solved:stp error 0x1e caused byprevent win7 setup from loading nvidianvlddmkm setup win7

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •