Windows 10: Critical System driver is missing or corrupt. Automatic repair fails.

Discus and support Critical System driver is missing or corrupt. Automatic repair fails. in Windows 10 BSOD Crashes and Debugging to solve the problem; e: drive has all the perflogs, program files, program files (x86), users, windows, etc. so changed the command to bcdedit /export e:\bcdbackup but it... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by subby, Dec 28, 2017.

  1. subby Win User

    Critical System driver is missing or corrupt. Automatic repair fails.


    e: drive has all the perflogs, program files, program files (x86), users, windows, etc. so changed the command to bcdedit /export e:\bcdbackup
    but it still gives... 'The store export operation has failed. The requested system device cannot be found.'
     
    subby, Dec 29, 2017
    #16
  2. zbook New Member

    Which steps did you perform in the link that ztucker posted?

    If that does not work then he may have other options for you to try.

    If the above does not work then you can try the registry repair.
     
    zbook, Dec 29, 2017
    #17
  3. subby Win User
    theres no boot folder on e:\
     
    subby, Dec 29, 2017
    #18
  4. zbook New Member

    Critical System driver is missing or corrupt. Automatic repair fails.

    The following command scans integrity of all protected Windows system files and repairs files with problems when possible.


    Code:
    Sfc /Scannow /OFFBOOTDIR=D:\ /OFFWINDIR=D:\Windows
    sfc /scannow /offbootdir=f:\ /offwindir=f:\windows




    Please replace partition letter D: with Windows installed partition letter. When computer boots into Windows Recovery Environment (WinRE) environment the drive letter assign to Windows partition may not be C: drive letter because Windows 7, 8 , 8.1 and 10 creates a separate system partition when it's installed from scratch. The system partition contains boot files WinRE assigns the system partition the C: drive letter and the Windows installed partition will be assign any other drive letter usually D: drive letter is assign to Windows installed partition. The Bcdedit /enum | find "osdevice" command can be use to find out the drive letter of the Windows installed partition the output of the Bcdedit command is similar to this osdevice partition=D:. The drive letter after partition= is the drive letter of the Windows partition.



    SFC /SCANNOW : Run in Command Prompt at Boot - Windows 7 Help Forums
     
    zbook, Dec 29, 2017
    #19
  5. subby Win User
    ok the sfc completed and the results are..


    Critical System driver is missing or corrupt. Automatic repair fails. [​IMG]
     
    subby, Dec 29, 2017
    #20
  6. zbook New Member
    Overnight try the sfc command again in case these steps do not fix it.

    Post an image of the results for these commands:

    bootrec /scanos

    bcdedit /enum

    Post images as you progress in these steps:

    1) boot to the Windows 10 iso
    2) it may take 5 minutes displaying the windows icon
    3) Use the default settings for language, time, currency, and keyboard
    4) click next
    5) In the left lower corner click Repair your computer
    6) click troubleshooting
    7) click startup repair (it is expected to fail)
    8) click system restore (it is expected to fail)
    9) click command prompt
    You should see a pop up with title bar: Administrator: X:\windows\system32\cmd.exe
    This is the registry backup method:
    For each step you must see sizeable file sizes for this to work.
    If you see zeros the method will fail.
    The command: dir
    will be used each step to make sure you are in the proper location and check the size of the files
    10) type: C:
    11) dir
    12) type: D:
    13) dir
    Choose the C: or the D: drive to proceed. It should be the windows drive and not the USB drive.
    14) type: bcdedit | find "osdevice"
    This should display the location of the partition and in most cases is the location of the affected drive.
    For this post I will use C: however you should pick the drive letter that you found that has the windows files on your computer.
    The proper drive will display: perflogs, program files, program files (x86), users, windows, etc
    15) type or copy and paste: cd \windows\system32\config
    It should display: C:\windows\system32\config>
    16) type: dir
    It should display: bbi, bcd-template, components, default, drivers, elam, sam, security, software, system, vsmidk, journal, regback, systemprofile txr, etc.
    All of the file sizes should be sizeable. If it displays zeros then abort.
    Make a new directory and name it backup or something similar.
    17) type: MD backup
    Copy all of the files into this new directory.
    18) type or copy and paste: copy *.* backup
    It should now display: bbi, bcd-template, components, default, drivers, elam, sam, security, software, system, vsmidk indicating the files were copied.
    Change the directory to regback
    19) type: cd regback
    It should now display: c:\windows\system32\config\regback>
    20)type: dir
    It should display: default, sam, security, software, system etc
    All of these files must be sizeable. If it displays zeros then abort.
    21) type or copy and paste: copy *.* ..
    It should now display:
    DEFAULT
    Overwrite ..\default? (yes/no/all):
    22) type: a
    It should now display: sam, security, software, system and that the files were copied.
    23) type: exit
    24) click turn off your PC
     
    zbook, Dec 29, 2017
    #21
  7. zbook New Member
    Please post images of the progress.
     
    zbook, Dec 29, 2017
    #22
  8. axe0 New Member

    Critical System driver is missing or corrupt. Automatic repair fails.

    Please try following command in an admin command prompt and post a screenshot of the result.
    Code: DISM /Online /Cleanup-Image /RestoreHealth[/quote]

    If there are problems with RestoreHealth, please follow step 6 or 7 (depending on the file you have from the download) from the tutorial DISM - Repair Windows 10 Image - Tutorial
     
  9. subby Win User
    I got as far as step 20)... Was no files in the regback folder. Also was already backup and backup1 folders in the config folder there. Are these worth restoring ?


    Critical System driver is missing or corrupt. Automatic repair fails. [​IMG]

    Critical System driver is missing or corrupt. Automatic repair fails. [​IMG]


    I'll wait for a response, before i continue anymore.
     
    subby, Dec 29, 2017
    #24
  10. axe0 New Member
    Remember, it is about corrupted files, the boot record and registry are not important.
     
  11. subby Win User
    tried the dism command.


    Critical System driver is missing or corrupt. Automatic repair fails. [​IMG]
     
    subby, Dec 29, 2017
    #26
  12. axe0 New Member
    Follow the tutorial I posted 2 posts ago.
     
  13. Ztruker Win User

    Critical System driver is missing or corrupt. Automatic repair fails.

    I looked through the tutorial and don't see anywhere that it talks about not using /online when in a PE environment, Command Prompt or Powershell.

    I thought it whould work if booted from a Windows 10 install DVD/Flash drive though.

    subby, what are you booting to get to a Command Prompt?
     
    Ztruker, Dec 29, 2017
    #28
  14. axe0 New Member
    I remember it to work in a PE environment, regardless the /online switch, so long as the source is specified.
     
  15. Ztruker Win User
    Found this, try it, see if it works:

    Code: Dism /ImageCritical System driver is missing or corrupt. Automatic repair fails. :D:\ /Cleanup-Image /RestoreHealth[/quote] (From what I saw in the diskpart output, D: is your OS/boot drive))

    More here: How to use DISM in WINDOW PE environment?
     
    Ztruker, Dec 29, 2017
    #30
Thema:

Critical System driver is missing or corrupt. Automatic repair fails.

Loading...
  1. Critical System driver is missing or corrupt. Automatic repair fails. - Similar Threads - Critical System driver

  2. Wof.sys, critical driver missing or corrupt

    in Windows 10 Gaming
    Wof.sys, critical driver missing or corrupt: What should i do? wof.sys showing 0 bytes, when i loggedin through different os https://answers.microsoft.com/en-us/windows/forum/all/wofsys-critical-driver-missing-or-corrupt/0c289a53-08de-44db-89df-3d63c0c65635
  3. Wof.sys, critical driver missing or corrupt

    in Windows 10 Software and Apps
    Wof.sys, critical driver missing or corrupt: What should i do? wof.sys showing 0 bytes, when i loggedin through different os https://answers.microsoft.com/en-us/windows/forum/all/wofsys-critical-driver-missing-or-corrupt/0c289a53-08de-44db-89df-3d63c0c65635
  4. Wof.sys, critical driver missing or corrupt

    in Windows 10 Installation and Upgrade
    Wof.sys, critical driver missing or corrupt: What should i do? wof.sys showing 0 bytes, when i loggedin through different os https://answers.microsoft.com/en-us/windows/forum/all/wofsys-critical-driver-missing-or-corrupt/0c289a53-08de-44db-89df-3d63c0c65635
  5. Recovery Error ACPI.sys Your Pc needs to be repaired a critical system driver is missing or...

    in Windows 10 Gaming
    Recovery Error ACPI.sys Your Pc needs to be repaired a critical system driver is missing or...: Hello My Pc is facing some problem while booting I don't have a installation disc The last Time I was using it I ran a sfc scan which said it found corrupt files but can't fix and I ran A Dism scan and reinstall the disk driver which had some problems and I can't start any...
  6. Recovery Error ACPI.sys Your Pc needs to be repaired a critical system driver is missing or...

    in Windows 10 Installation and Upgrade
    Recovery Error ACPI.sys Your Pc needs to be repaired a critical system driver is missing or...: Hello My Pc is facing some problem while booting I don't have a installation disc The last Time I was using it I ran a sfc scan which said it found corrupt files but can't fix and I ran A Dism scan and reinstall the disk driver which had some problems and I can't start any...
  7. Failed System Restore - Failed Automatic Repair

    in Windows 10 Backup and Restore
    Failed System Restore - Failed Automatic Repair: Greetings everyone. I attempted to Restore (Recover/Reset - whatever it's called now) my 11 month old Lenovo laptop to a previous date. After about 15 minutes it displayed a message saying the process failed and would restart. It never restarted, just shut down. I manually...
  8. Failed System Restore - Failed Automatic Repair

    in Windows 10 Support
    Failed System Restore - Failed Automatic Repair: Greetings everyone. I attempted to Restore (Recover/Reset - whatever it's called now) my 11 month old Lenovo laptop to a previous date. After about 15 minutes it displayed a message saying the process failed and would restart. It never restarted, just shut down. I manually...
  9. Repair corrupted and missing system files.

    in Windows 10 Network and Sharing
    Repair corrupted and missing system files.: 1st method try performing sfc 1. Open start menu 2. Type cmd 3. Run cmd as aministrator 4. Type sfc /scannow 2nd method dism In cmd type dism /online /cleanup-image /restorehealth...
  10. Critical Service Failed - Automatic Repair and Advanced Options

    in Windows 10 Support
    Critical Service Failed - Automatic Repair and Advanced Options: Hi. My first post so bear with me please. Running Windows 10 for about 6 months, on Acer Aspire 5742 (500 GB with i5 processor, 4 GB DDR3) laptop with no major problems. While using DiskCleanup to remove about 10GB of files in Recycle Bin, Temporary files etc, I noticed that...

Users found this page by searching for:

  1. what is vsmidk

    ,
  2. 0xc000000d bootres.Dll