Errors 0x800F0900 and 0x800B0100

Page 1 of 3 123 LastLast

  1. Posts : 10
    Windows 7 Pro x64
       #1

    Errors 0x800F0900 and 0x800B0100


    Some updates are failing with error code 800B0100. One of the failing updates is SP1 (KB976932).

    I ran the SURT then sfc /scannow, but the error persisted.

    Looking at the CheckSUR log, I can see the errors "CBS MUM Corrupt 0x800F0900" and "CBS Catalog Corrupt 0x800B0100".

    I've attached the CBS log directory.

    Thanks!
      My Computer


  2. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #2

    The CheckSUR has exposed the following errors...
    Code:
    Unavailable repair files:
     winsxs\manifests\msil_mscorlib.resources_b77a5c561934e089_6.1.7600.20935_en-us_4fdd65da8f1fc992.manifest
     winsxs\manifests\msil_mscorlib.resources_b77a5c561934e089_6.1.7600.16789_en-us_66afb31075744e72.manifest
     servicing\packages\Package_1_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.mum
     servicing\packages\Package_1_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.mum
     servicing\packages\Package_2_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.mum
     servicing\packages\Package_2_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.mum
     servicing\packages\Package_3_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.mum
     servicing\packages\Package_3_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.mum
     servicing\packages\Package_5_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.mum
     servicing\packages\Package_5_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.mum
     servicing\packages\Package_1_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.cat
     servicing\packages\Package_1_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.cat
     servicing\packages\Package_2_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.cat
     servicing\packages\Package_2_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.cat
     servicing\packages\Package_3_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.cat
     servicing\packages\Package_3_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.cat
     servicing\packages\Package_5_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.cat
     servicing\packages\Package_5_for_KB2518867~31bf3856ad364e35~amd64~~6.1.1.0.cat
    I'll post a fix for them a little later.

    The SFC scan found the following problem....
    Code:
     Line 4325: 2013-08-18 08:16:27, Info                  CSI    0000031d [SR] Repairing 1 components
     Line 4326: 2013-08-18 08:16:27, Info                  CSI    0000031e [SR] Beginning Verify and Repair transaction
     Line 4329: 2013-08-18 08:16:28, Info                  CSI    00000320 [SR] Cannot repair member file [l:22{11}]"autochk.exe" of Microsoft-Windows-Autochk, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    I'll post a fix for that later as well
      My Computer


  3. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #3

    I've uploaded a file - mtsaa.zip - to my SkyDrive at Noel's SkyDrive
    Please download and save it.
    Right-click on the downloaded file, and select Extract all…
    Extract to the default location - which will create a new folder mtsaa in the same place.
    Open this folder - there should be two folders inside it (Manifests, and Packages)

    Copy the content of the Packages folder to the folder
    C:\Windows\Temp\CheckSur\Servicing\Packages

    And the content of the manifests folder (.manifest files) into this folder:

    C:\Windows\Temp\CheckSur\Winsxs\Manifests

    Now run the CheckSUR tool again (it may take a while)

    Post the new CheckSUR.log file, and the CheckSUR.persist.log file.
      My Computer


  4. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #4

    I've uploaded a file - mtsab.zip - to my SkyDrive at Noel's SkyDrive
    Please download and save it.

    Right-click on the saved file and select Extract all...
    Change the target to C:\ and click on Extract
    Close all windows (it would be a good idea to print these instructions!)
    Now reboot to the Repair Environment - as soon as the machine restarts, start tapping F8 - this should bring up the Advanced Boot Menu, at the top of which should be the option 'Repair my Computer'
    Pick that
    You'll have to log in with your username and password.

    Pick the option to use a Command Prompt
    At the prompt type
    DIR C:\mtsab
    hit the enter key - if you get a 'Not Found' error try
    DIR D:\mtsab
    or
    DIR E:\mtsab


    The drive letter in use when you find the folder will need to be substituted (for<drive>) into the following command...

    XCOPY <drive>:\mtsab <drive>:\windows\winsxs /y /i /s /v /h

    (e.g.XCOPY P:\wfire P:\windows\winsxs /y /i /s /v /h )

    run the command (it should take almost no time)and when the prompt returns, type
    EXIT
    and hit the Enter key to exit Command Prompt - reboot to Normal Mode Windows.

    Now run SFC /SCANNOW in an Elevated Command Prompt
    then reboot and upload the new CBS.log file to your SkyDrive Public folder, and post a new link

    Also run a new MGADiag report, and post the result.
      My Computer


  5. Posts : 10
    Windows 7 Pro x64
    Thread Starter
       #5

    Ok, thanks. I'll post back when I've completed the steps.
      My Computer


  6. Posts : 10
    Windows 7 Pro x64
    Thread Starter
       #6

    Attached are the logfiles after performing the requested steps, as well as the results from running MGADiag.

    Edit: the files I copied into \servicing\Packages are labeled x86, and CheckSUR appears to be looking for amd64. Hopefully it's just that easy from this point :)
      My Computer


  7. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #7

    You're right - my apologies!
    I'll get it right in a minute.

    The SFC replacement doesn't seem to have worked, either
    Please run the following commands, and we'll see what went wrong....

    DIR C:\mtsaa /S
    DIR C:\Windows\winsxs\mtsaa

    post the results.


    Here are some instructions to make life easier :)
    1) To open an Elevated Command Prompt Window (the ECP window), click on Start, All Programs, Accessories – then right-click on Command Prompt, and select Run as Administrator. Accept the UAC prompt.
    2) To run the commands easier, highlight the block of commands, and right-click on the highlight – select Copy. In the CP Window, click on the black/white icon at top left – select Paste. The commands will run but may not complete the last command, so hit the Enter Key once.
    3) To copy the results... click on the Black/White icon in the top left, and select Edit... 'Select All', and hit the Enter key - then use Ctrl+V or r-click+Paste to paste it into your response.


    (must eat before I hunt for the new file set! :))
      My Computer


  8. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #8

    I've uploaded a file - mtsac.zip - to my SkyDrive at Noel's SkyDrive
    Please download and save it.
    Right-click on the downloaded file, and select Extract all…
    Extract to the default location - which will create a new folder mtsac in the same place.
    Open this folder - there should be one folders inside it (Packages)

    Copy the content of the Packages folder to the folder
    C:\Windows\Temp\CheckSur\Servicing\Packages

    Now run the CheckSUR tool again (it may take a while)

    Post the new CheckSUR.log file, and the CheckSUR.persist.log file.
      My Computer


  9. Posts : 10
    Windows 7 Pro x64
    Thread Starter
       #9

    NoelDP said:
    The SFC replacement doesn't seem to have worked, either
    Please run the following commands, and we'll see what went wrong....

    DIR C:\mtsaa /S
    DIR C:\Windows\winsxs\mtsaa
    Just to double-check, should I have copied the contents of the mtsab directory such that the amd64_microsoft-windows-autochk_... directory is alongside the other similarly-named directories in \winsxs\? That's what I did initially, but your post makes it sound like I should have copied the inner mtsab folder itself - not the contents - into \winsxs\

    In other words, I currently have C:\Windows\winsxs\amd64_microsoft-windows-autochk_[...etc...]22996\autochk.exe, but should it really be C:\Windows\winsxs\mtsab\amd64_microsoft-windows-autochk_[...etc...]22996\autochk.exe?

    I'm re-running CheckSUR with the amd64 versions of the package files - I'll post some logs when it completes.

    Edit: CheckSUR logs attached - looking good :)

    Edit2: CBS.log uploaded to dropbox (over size limit). Seems to show errors for autochk.exe still. I ran sfc /scannow with the replacement autochk.exe in both the locations I mentioned earlier in the post, just to cover the bases.
    Last edited by Mentos; 18 Aug 2013 at 19:55.
      My Computer


  10. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #10

    The CheckSUR fix worked that time :)

    The base folder structure should be

    C:\mtsaa\<long foldername>\<longfilename>
      My Computer


 
Page 1 of 3 123 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:34.
Find Us