You can also run the dism cmds via the boot media too.
Windows 10 ACPIEX.SYS
I recently upgraded my Dell XPS 8700 (see config at end). I had problems getting an upgrade to work. Finally got the upgrade on ISO image to take.
I'd experience several blue screens since the upgrade. Finally, it failed completely saying that the system file \windows\System32\drivers\ACPIEX.SYS was missing or corrupt.
I had both Bitdefender and MalwareBytes installed and suspect one or both could have been causing problems now.
I booted recovery to the command prompt where I ran DISM and SFC. There were no apparent errors in DISM but SFC froze. No disk action; ^C did not work; I had a NOTEPAD window opened but it froze when I tried to open the log file. I was forced to power down the system.
On the reboot I restarted the SFC then noted that Notepad was able to open the zero length SFC_LOG.TXT file where I found the following error.
X:\windows\system32>sfc /scannow /offbootdir=d:\ /offwindir=d:\windows /offlogfile=d:\sfc1_log.txt
...
0000155b [SR] Repairing 1 components
0000155c [SR] Beginning Verify and Repair transaction
0000155d [SR] Cannot repair member file [l:10]'acpiex.sys' of Microsoft-Windows-ACPIEx, version 10.0.18362.1, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, file is missing
0000155e (F) Failed on regenerating file [l:10]'acpiex.sys'
0000155f [SR] Unable to repair ??\C:\WINDOWS\WinSxS\amd64_microsoft-windows-acpiex_31bf3856ad364e35_10.0.18362.1_none_0728159f56317746\[l:10]'acpiex.sys'
00001560 [SR] Repaired file ??\C:\WINDOWS\WinSxS\amd64_microsoft-windows-acpiex_31bf3856ad364e35_10.0.18362.1_none_0728159f56317746\[l:10]'acpiex.sys' by copying from backup
00001561 [SR] Cannot repair member file [l:10]'acpiex.sys' of Microsoft-Windows-ACPIEx, version 10.0.18362.1, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, file is missing
00001562 [SR] This component was referenced by [l:157]'Microsoft-Windows-Client-Desktop-Required-Package0110~31bf3856ad364e35~amd64~~10.0.18362.449.9DDB169496D49B85C5AD40F10CC806CB3D4D42C2660E3D1805DFE5B29F799326'
00001563 [SR] Could not reproject corrupted file ??\C:\WINDOWS\System32\Drivers\acpiex.sys; source file in store is also corrupted
00001564 [SR] Repair complete
00001565 [SR] Committing transaction
...
Any ideas of how I can get a new copy of ACPIEX.SYS? I'm not sure if it's downloadable since the error seems to imply it is generated.
Here's my Dell XPS 8700 config.
Component
730-5199 : Fixed Hardware Configuration
658-BBKU : Additional Software
658-BBDL : Dell SRV Software 6235
630-AAAV : Software: Microsoft Office 201 3 Trial, MUI
580-AAFY : Dell KB213 Wired Multimedia Ke yboard, US-English
570-AAAG : Dell Laser Mouse
555-BBBM : Intel Centrino Advanced-N 6235 , 2x2 agn + Bluetooth
520-AAAO : No speakers
510-BBBH : Creative Sound Blaster Recon3D PCIe Audio Sound Card
490-BBCT : NVIDIA GeForce GTX 650 Ti 1.0GB GDDR5
469-2486 : CFI Not Included
461-8389 : No Virus Protection Requested
429-AAAI : Tray Load Blu-ray Drive (Reads Blu Ray and Writes to DVD/CD)
421-7997 : No PDVD
421-5739 : Windows 7 Professional 64 bit, English, No Media
Windows for home | Windows 10 | Install and upgrade
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
21 answers
Sort by: Most helpful
-
Virginia M 40,495 Reputation points Independent Advisor
2020-02-23T16:07:25+00:00 You can run sfc from the boot media, have you tried this?
If you have then I’m sorry but I’m out of options.
-
Anonymous
2020-02-23T15:39:01+00:00 The repair I mentioned cannot be used unless you can boot in to Windows.
You can try this:
No offense, I appreciate help, but my initial note said I couldn't boot and the link you provided talks about running DISM and SFC which I've already done.
I'm looking to find if there is anything I can do to overcome the errors reported in the SFC in relation to ACPIEX.
-
Virginia M 40,495 Reputation points Independent Advisor
2020-02-23T14:59:16+00:00 The repair I mentioned cannot be used unless you can boot in to Windows.
You can try this:
https://www.tenforums.com/performance-maintenan...
Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products).
Please do not download any repair tool which may be offered by this site other than the ones I mention/recommend.
Thoroughly research any product which is mentioned here before you decide to download and install it.
-
Anonymous
2020-02-23T14:21:14+00:00 Did some more digging. This is the first 3 lines of the SFC log file which seems to say it's assuming AMD rather than INTEL.
00000001 Shim considered [l:125]'??\d:\windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.18362.590_none_5efc551459114cb9\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND
00000002 Shim considered [l:122]'??\d:\windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.18362.590_none_5efc551459114cb9\wcp.dll' : got STATUS_SUCCESS
00000001@2020/2/23:15:30:21.965 WcpInitialize: wcp.dll version 10.0.18362.590 (WinBuild.160101.0800)
00000002 CSI Store 1689281814864 initialized
However, it looks like this is instruction set and according to this posting, AMD was the first to come out with 64 bit and Intel adopted that instruction set.