Windows 10: acpiex.sys corrupt

Discus and support acpiex.sys corrupt in Windows 10 BSOD Crashes and Debugging to solve the problem; Sorry I can't follow the correct posting procedure but I am unable to get past the automatic repair loop. I can't Reset, can't restore, can't... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by TightmouthLarry, Jun 25, 2017.

  1. acpiex.sys corrupt


    Sorry I can't follow the correct posting procedure but I am unable to get past the automatic repair loop.

    I can't Reset, can't restore, can't restore from either a usb or a disc and I can't seem to get it into safe boot.
    Whenever I try the startup repair, it fails and spits out the Srt Trail log thing. When I plug that into command prompt it gives the following error each time.
    If anyone can help I would very much appreciate it
    Its a 64 bit Lenovo g580 if that helps

    Thanks

    :)
     
    TightmouthLarry, Jun 25, 2017
    #1
  2. J.DD Win User

    BSOD BAD_POOL_CALLER

    Uninstall bitdefender then use their removal tool to remove the rest of it

    9 of these crashes were caused by netio.sys . Bitdefender may have crashed it

    acpiex.sys is also causing one of the crashes. I would also uninstall afterburner

    EhStorClass.sys is causing one of the crashes
     
  3. Cant get past BSOD, missing acpiex.sys

    We do need the actual log files (called a DMP files) as they contain the only record of the sequence of events leading up to the crash, what drivers were loaded, and what was responsible.






    Please follow our instructions for finding and uploading the files we need to help you fix your computer. They can be found here
    If you have any questions about the procedure please ask



     
    ZigZag3143 (MS -MVP), Jun 25, 2017
    #3
  4. lx07 Win User

    acpiex.sys corrupt

  5. zbook New Member
    Find a flash drive that you can format.
    Create a bootable windows 10 iso: Download Windows 10

    Correct or confirm:
    You are able to enter the computers (windows recovery or advanced troubleshooting menu)
    reset with save files or reset with remove files has failed
    restore has failed
    startup repair has failed

    What happens when you click startup options?
    Does it let you restart?
    Is that why you cannot get to safe mode with command prompt or safe mode with networking?
    Do you never see the menu to select #6 safe mode with command prompt or can you see this option and then it does not load?

    Do you know the Lenovo F key to boot to a device?
    Or did you enter the bios and change the boot order to boot to the USB?

    Can you boot to a bootable windows 10 iso using the F key method?
    Can you boot to a bootable windows 10 iso using the bios boot order method?

    Acpiex.sys is corrupt: That is a windows driver.

    For Lenovo F12 should allow you to boot to a device: choose boot to USB hard drive
    For Lenovo F2 should allow you to boot to the bios and change the boot order. However you should not need to change the boot order if you can boot to a device using the F12 key.
     
    zbook, Jun 26, 2017
    #5
  6. Hi, thanks for the help so far.

    running diskpart and list volume, I'm not 100% sure which drive is which but as you can see from the image, no matter which combination I try, I just get "Windows Resource Protection could not perform the operation".
    Ive tried restarting and rerunning a few times as suggested, but I can't determine if fast startup is off or not and nor can I turn it off via the prompts in the other link as I just get not supported.

    Running Dism also fails with:
    Error 50 Dism does not support servicing Windows PE with /online option

    Scanfile returns "Windows Resource Protection could not perform the requested operation"

    Finally findstr comes back as not a supported command or else system cannot find then correct path
     
    TightmouthLarry, Jun 26, 2017
    #6
  7. zbook New Member
    So you are able to boot to a windows 10 iso and open command prompt with X:\Windows\system32\cmd.exe

    Had you tied all of the windows advanced troubleshooting options available in the windows 10 iso?

    Did they all fail?

    Have you tried the registry backup repair?
     
    zbook, Jun 26, 2017
    #7
  8. acpiex.sys corrupt

    Hi,
    Ive tried creating a usb drive with the ISO from an old xp machine and from a Mac and both times it didn't work. I could see the flash drive in the BIOS screen and in the "use a device" screen but when I select it or change boot order to make it first, nothing happens and it goes back into the repair loop. A friend is currently downloading windows 10 using a windows 10 machine for me and the creation tool so maybe this will mMe a differences?

    Reset fails, Restore failed with both restore points I originally had although system now seems to have deleted them. Startup Repair also fails but points me to the log file where I get the acpiex.sys error

    Startup setting allows me to restart but no matter which number I then choose (and Ive tried them all now) nothing seems to happen other than going back into Preparing Automatic Repair loop.

    I believe f8 is the safe mode short cut for Lenovo but neither holding it or tapping rapidly when restarting seems to work, and yes have tried booting from both usb and dvd via f12 and changing order in f2
     
    TightmouthLarry, Jun 26, 2017
    #8
  9. zbook New Member
    This is the registry repair method. It must be followed meticiously:

    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.
    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
    14) type or copy and paste: cd \windows\system32\config
    It should display: C:\windows\system32\config>
    15) 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.
    16) type: MD backup
    Copy all of the files into this new directory.
    17) 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
    18) type: cd regback
    It should now display: c:\windows\system32\config\regback>
    19)type: dir
    It should display: default, sam, security, software, system etc
    All of these files must be sizeable. If it displays zeros then abort.
    20) type or copy and paste: copy *.* ..
    It should now display:
    DEFAULT
    Overwrite ..\default? (yes/no/all):
    21) type: a
    It should now display: sam, security, software, system and that the files were copied.
    22) type: exit
    23) click turn off your PC
    Remove the USB flash drive if you had changed your boot order. Otherwise you can leave it and power on your computer.
     
    zbook, Jun 26, 2017
    #9
  10. I can access command prompt from the Windows RE and yes I've tried all options in advanced troubleshooting.

    I think I did try the regback but it also failed
     
    TightmouthLarry, Jun 26, 2017
    #10
  11. zbook New Member
    zbook, Jun 26, 2017
    #11
  12. Sorry crossed posts. Your directions above, that is reliant on me being to access the recovery ISO on a flash drive though isn't it? As so far I have been unable to although fingers crossed the version created using the media creation tool might have more luck later
     
    TightmouthLarry, Jun 26, 2017
    #12
  13. zbook New Member

    acpiex.sys corrupt

    ok still looking up options.
    All DISM commands fail in re is that correct?
    DISM /Online /Cleanup-Image /RestoreHealth /Source:repairSource\install.wim
    DISM /Online /Cleanup-Image /RestoreHealth /Source:C:\$Windows.~BT\Sources\Install.esd

    IF i remember correctly the DISM dont work with X:
     
    zbook, Jun 26, 2017
    #13
  14. Error 50
    DISM does not support servicing windows PE with the /online option
     
    TightmouthLarry, Jun 26, 2017
    #14
  15. Re the bootable rescue disk link, I take it I would need another machine on hand to download and write this dvd if so will and old xp machine work?
    Also, are there some reasonably idiot proof instructions on how to proceed amongst the 101 pages of at thread? acpiex.sys corrupt :)

    thanks very much much for all your help
     
    TightmouthLarry, Jun 26, 2017
    #15
Thema:

acpiex.sys corrupt

Loading...
  1. acpiex.sys corrupt - Similar Threads - acpiex sys corrupt

  2. Will a Win 11 in place install fix corrupted sys docs folder?

    in Windows 10 Gaming
    Will a Win 11 in place install fix corrupted sys docs folder?: The system documents folder ended it below onedrive after onedrive was uninstalled. Now I have a non system documents that correctly has all word/excel folders below but even though I set word to save to the correct documents it wants to open to the wrong docs. And in the...
  3. Will a Win 11 in place install fix corrupted sys docs folder?

    in Windows 10 Software and Apps
    Will a Win 11 in place install fix corrupted sys docs folder?: The system documents folder ended it below onedrive after onedrive was uninstalled. Now I have a non system documents that correctly has all word/excel folders below but even though I set word to save to the correct documents it wants to open to the wrong docs. And in the...
  4. sfsync02.sys file corrupted

    in Windows 10 BSOD Crashes and Debugging
    sfsync02.sys file corrupted: I started having Windows Automatic Repair run during start up and but no problem found. It tells me to restart but the same happens all the time.Through the cmd i read the log file created by Automatic System Repair and found that c:\windows\system32\drivers\sfsync02.sys is...
  5. SYSTEM_EXCEPTION(dxgmms2.sys

    in Windows 10 BSOD Crashes and Debugging
    SYSTEM_EXCEPTION(dxgmms2.sys: why Iam I getting this error????????SYSTEM_EXCEPTION(dxgmms2.sys) when Iam playing euro truck on my computer and how can i fix this problem https://answers.microsoft.com/en-us/windows/forum/all/systemexceptiondxgmms2sys/5925ee55-ab6e-462e-953c-c17bd12cee33
  6. dxgmms2.sys

    in Windows 10 Drivers and Hardware
    dxgmms2.sys: While gaming I get this crash in blue screen dxgmms2.sys I have an Nvidia gts 450 gpu 4gb ram intel i3 2100 motherboard https://answers.microsoft.com/en-us/windows/forum/all/dxgmms2sys/d4b72fca-ae42-4ea6-9a2e-3b25b396ca62
  7. BSOD:l1c63x64.sys

    in Windows 10 BSOD Crashes and Debugging
    BSOD:l1c63x64.sys: Since I replaced my HHD,BSOD happened. Please help me. Attachment 69284 43970
  8. Wdf01000.sys system.service.exception

    in Windows 10 BSOD Crashes and Debugging
    Wdf01000.sys system.service.exception: Hello, I have a MSI Ge70 pro apache with an operating system windows 10, after deleting malware with the ZHPcleaner software and restart my computer, I found myself in front of a blue screen which after analysis to restart the computer to have the Same blue screen with as...
  9. wdf01000.sys BSOD

    in Windows 10 BSOD Crashes and Debugging
    wdf01000.sys BSOD: Hey, this is more of a question. My keyboard has been malfunctioning due to liquid damage, so to disable it I installed an incompatible keyboard/touchpad driver intentionally. The day after, I've been getting wdf01000.sys BSOD errors during startup, which brings me to a...
  10. wdf01000.sys system.service.exception

    in Windows 10 Support
    wdf01000.sys system.service.exception: Hello, I have a MSI GE70 pro apache with an operating system windows 10, after removing the malware with ZHPcleaner software and restart my computer I found myself in front of a blue screen that after an analysise and restart The computer to have the blue Same screen with...