Windows 7 embedded fails to install cumulative updates

AimarPL

Contributor
Joined
Nov 15, 2018
Posts
97
Hi guys,
I'm having an issue with W7 embedded installing cumulative updates.
Tried sfc, dism and sfcfix - no errors shown atm.

sfcfix.png

Update installation fails with code 80070643.


CBS Logs: CBS.zip
 
KB4524157
2019-10 Security Monthly Quality Rollup for Windows Embedded Standard 7 for x64-based Systems (KB4524157)

Also tried with 2019-03 and 2019-05 etc, all of them fail the same way
 
it was doing a rollback again, but now update is in "pending" state... whatever it means.

2.png

CBS Logs & setupapi.dev attached: 2.zip
 
Thank you. Please do the following:

Step#1 - FRST Fix
NOTICE: This script was written specifically for this user, for use on that particular machine. Running this on another machine may cause damage to your operating system
1. Please download Farbar Recovery Scan Tool and save it to your Desktop.
Note: You need to run the 64-bit Version so please ensure you download that one.
2. Download the attached fixlist.txt and save it to the Desktop.
Note. It's important that both files, FRST64 and fixlist.txt are in the same location or the fix will not work (in this case...the desktop).
3. Run FRST64 by Right-Clicking on the file and choosing Run as administrator.
4. Press the Fix button just once and wait. If for some reason the tool needs a restart, please make sure you let the system restart normally. After that let the tool complete its run.
5. When finished FRST64 will generate a log on the Desktop (Fixlog.txt). Please post the contents of it in your reply.

Note: Your computer may restart several times during the process.
 

Attachments

unfortunately it failed and had to rollback again.

here's fixlog:
Code:
Boot Mode: Normal
==============================================

fixlist content:
*****************
cmd: sc config trustedinstaller start= auto
cmd: net start trustedinstaller
cmd: fsutil resource setautoreset true %SystemDrive%\
cmd: attrib -r -s -h %SystemRoot%\System32\Config\TxR\*
StartPowershell:
function Move-LockedFile
{
    param($path, $destination)
    $path = (Resolve-Path $path).Path
    $destination = $executionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($destination)
 
    $MOVEFILE_DELAY_UNTIL_REBOOT = 0x00000004
    $MOVEFILE_REPLACE_EXISTING = 1
    $memberDefinition = @'
    [DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Auto)]
    public static extern bool MoveFileEx(string lpExistingFileName, string lpNewFileName,
       int dwFlags);
'@
    $type = Add-Type -Name MoveFileUtils -MemberDefinition $memberDefinition -PassThru 
    $type::MoveFileEx($path, $destination, $MOVEFILE_DELAY_UNTIL_REBOOT + $MOVEFILE_REPLACE_EXISTING)
}
Get-ChildItem -path "$env:SystemRoot\system32\Config\TxR\." |
Foreach-Object {
  write-output $_.fullname
  Move-LockedFile -path $_.fullname "$env:SystemRoot\Temp\junk"
}
EndPowershell:
cmd: attrib -r -s -h %SystemRoot%\System32\SMI\Store\Machine\*
cmd: del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.tm*
cmd: del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.blf
cmd: del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.regtrans-ms
EmptyTemp:

*****************


========= sc config trustedinstaller start= auto =========

[SC] ChangeServiceConfig SUCCESS

========= End of CMD: =========


========= net start trustedinstaller =========

The Windows Modules Installer service is starting.
The Windows Modules Installer service was started successfully.


========= End of CMD: =========


========= fsutil resource setautoreset true %SystemDrive%\ =========

The operation completed successfully.

========= End of CMD: =========


========= attrib -r -s -h %SystemRoot%\System32\Config\TxR\* =========


========= End of CMD: =========


========= Powershell: =========

C:\Windows\system32\Config\TxR\{b3a6fe96-f640-11e5-8b81-6805ca034892}.TxR.0.regtrans-ms
True
C:\Windows\system32\Config\TxR\{b3a6fe96-f640-11e5-8b81-6805ca034892}.TxR.1.regtrans-ms
True
C:\Windows\system32\Config\TxR\{b3a6fe96-f640-11e5-8b81-6805ca034892}.TxR.2.regtrans-ms
True
C:\Windows\system32\Config\TxR\{b3a6fe96-f640-11e5-8b81-6805ca034892}.TxR.blf
True
C:\Windows\system32\Config\TxR\{b3a6fe97-f640-11e5-8b81-6805ca034892}.TM.blf
True
C:\Windows\system32\Config\TxR\{b3a6fe97-f640-11e5-8b81-6805ca034892}.TMContainer00000000000000000001.regtrans-ms
True
C:\Windows\system32\Config\TxR\{b3a6fe97-f640-11e5-8b81-6805ca034892}.TMContainer00000000000000000002.regtrans-ms
True
C:\Windows\system32\Config\TxR\{f19eab93-3bb8-11df-a84a-001f29e19402}.TxR.0.regtrans-ms
True
C:\Windows\system32\Config\TxR\{f19eab93-3bb8-11df-a84a-001f29e19402}.TxR.1.regtrans-ms
True
C:\Windows\system32\Config\TxR\{f19eab93-3bb8-11df-a84a-001f29e19402}.TxR.2.regtrans-ms
True
C:\Windows\system32\Config\TxR\{f19eab93-3bb8-11df-a84a-001f29e19402}.TxR.blf
True
C:\Windows\system32\Config\TxR\{f19eab94-3bb8-11df-a84a-001f29e19402}.TM.blf
True
C:\Windows\system32\Config\TxR\{f19eab94-3bb8-11df-a84a-001f29e19402}.TMContainer00000000000000000001.regtrans-ms
True
C:\Windows\system32\Config\TxR\{f19eab94-3bb8-11df-a84a-001f29e19402}.TMContainer00000000000000000002.regtrans-ms
True

========= End of Powershell: =========


========= attrib -r -s -h %SystemRoot%\System32\SMI\Store\Machine\* =========


========= End of CMD: =========


========= del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.tm* =========


========= End of CMD: =========


========= del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.blf =========

Could Not Find C:\Windows\System32\SMI\Store\Machine\*.blf

========= End of CMD: =========


========= del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.regtrans-ms =========

Could Not Find C:\Windows\System32\SMI\Store\Machine\*.regtrans-ms

========= End of CMD: =========


=========== EmptyTemp: ==========

BITS transfer queue => 8388608 B
DOMStore, IE Recovery, AppCache, Feeds Cache, Thumbcache, IconCache => 1545689 B
Java, Flash, Steam htmlcache => 0 B
Windows/system/drivers => 255101549 B
Edge => 0 B
Chrome => 0 B
Firefox => 0 B
Opera => 0 B

Temp, IE cache, history, cookies, recent:
Users => 0 B
Default => 100202 B
Public => 100202 B
ProgramData => 100202 B
systemprofile => 166430 B
systemprofile32 => 233090 B
LocalService => 2028804 B
NetworkService => 2028804 B
assdrs161 => 9770212 B
t2-adminslempluk => 10100744 B
adminga => 10415540 B
adminpi => 23147490 B
admin-al-jablonski => 24892651 B
t2-adminmiazga => 25209458 B
chucknorris => 25516670 B
Administrator => 267771448 B

RecycleBin => 0 B
EmptyTemp: => 635.7 MB temporary data Removed.

================================


The system needed a reboot.

==== End of Fixlog 16:13:50 ====



here are cbs logs and setupdev: 3.zip
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top