Trojaner-Board

Trojaner-Board (https://www.trojaner-board.de/)
-   Alles rund um Windows (https://www.trojaner-board.de/alles-rund-um-windows/)
-   -   sp2 will nicht .... vista (https://www.trojaner-board.de/77043-sp2-will-vista.html)

myrtille 02.09.2009 01:46

sp2 will nicht .... vista
 
Hi,

mein vista business will sp2 nicht installieren. Ich bin am ende meiner weisheiten und hab sogar schon den windows update support angeschrieben, aber die wissen auch nicht viel und haben mich an den windows support weiterverwiesen..

Nunja, auch wenn ich volles Vertrauen in den Windows Support habe :uglyhammer:, dachte ich, ich frag mal hier, ob ihr mir mit den Logs helfen könnt.

Das ist ein Teil des CBS-Log nach dem SP2 install. Ich glaub das Problem steht da drin, ich kanns nur nicht interpretieren:
(meine d-partition ist nicht die partition auf der windows liegt (C:\) und den ordner longhorn gibts da auch nicht..)
Code:

2009-09-02 02:21:39, Error                CSI    00000016@2009/9/2:00:21:39.955 (F) d:\longhorn\base\wcp\componentstore\csd_locking.cpp(304): Error STATUS_SXS_COMPONENT_STORE_CORRUPT originated in function CCSDirectTransaction::LockComponent expression: (null)
[gle=0x80004005]
2009-09-02 02:21:56, Error                CSI    00000017 (F) STATUS_SXS_COMPONENT_STORE_CORRUPT #1961639# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015001a]
2009-09-02 02:21:56, Error                CSI    00000018 (F) HRESULT_FROM_WIN32(14098) #1961567# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0, a = 60230322ef67fdf48a327c9e8ed14dda, Version = 6.0.6002.18005, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral, cb = (null), s = (null), rid = [82]"Package_17_for_KB948465~31bf3856ad364e35~x86~de-DE~6.0.1.18005.948465-26_de-de_GDR", rah = [2]"17", manpath = (null), catpath = (null), ed = 0, disp = 0)[gle=0x80073712]
2009-09-02 02:21:56, Info                  CSI    00000019@2009/9/2:00:21:56.056 CSI Transaction @0x9cc71b0 destroyed
2009-09-02 02:21:56, Error                CBS    Failed to pre- stage package: VistaSP2-KB948465~31bf3856ad364e35~x86~~6.0.0.18005

Ich hab alle AVP/Security programme deinstalliert, ich hab UAC deaktiviert und ich hab alle nicht MS-Dienste und Startup-Einträge entfernt.

Ich hab sfc/chkdsk und das readiness tool von vista laufen lassen. Ich hab softwaredistribution und catroot2 umbenannt und neu erstellen lassen.


Kurz: Ich hab keine Ahnung was ich jetzt noch versuchen könnte. Vielleicht seht ihr ja was das Problem ist. :)

lg myrtille

Jig Saw 02.09.2009 02:02

Wie macht sich das bemerkbar, dass sich dass SP2 nicht installieren lassen will?
Kommt dann so eine Fehlermeldung:
Code:

ERROR_NOT_FOUND (0x80070490)
oder

Code:

SP2 kann nicht installiert werden, da mindestens eine Systemkomponente fehlt

MightyMarc 02.09.2009 07:42

Aus Description of the System Update Readiness Tool for Windows Vista, for Windows Server 2008, and for Windows 7

Zitat:

Der Komponentenspeicher befindet sich in einem inkonsistenten Zustand.
Spiel mal den Patch ein und schau ob es funktioniert. Wenn nicht, dann bliebe noch Still cannot install Vista SP 2
Zitat:

corrupted files are reporting by the windows readyness tools
with vmultiple error messages runing a

chkdsk c: /f

under windows command line is failing to repear this files
couse the directories are READ ONLY protected and you
cant remove the READ only flag under windows using the
atrrib command. All you need to do it to BOOT from your
DVD rom then use the command line and type

cd c:\windows\system32

type

attrib.exe /?

to see how you gonna remove the READ ONLY flag from the corrupted
files. By typing

attribe.exe -R c:\windows\*.* /s

it removing all The read only flags from the files under the
c:\windows\ and all the sub directories after doing that
type:

chkdsk c: /f

it will repear your corrupted files. After that you are ready to install
Sp1,Sp2, etc..
Marc

myrtille 02.09.2009 08:47

Hi,

readiness hatte ich ja bereits laufen lassen, das log sieht wie folgt aus:
Code:

Checking System Update Readiness.
Binary Version 6.0.6001.22375
Package Version 5.0
2009-09-01 21:55

Checking Deployment Packages

Checking Package Manifests and catalogs.

Checking package watchlist.

Checking component watchlist.

Checking packages.

Checking component store
(f)    CSI Manifest Missing    0x00000002      x86_7d91a4b07df36819984b2ffc820bda78_31bf3856ad364e35_6.0.6002.18005_none_a84bea209ccebe41.manifest    x86_7d91a4b07df36819984b2ffc820bda78_31bf3856ad364e35_6.0.6002.18005_none_a84bea209ccebe41
(f)    CSI Catalog Missing    0x80092003      winsxs\Catalogs\6f5de1b3c056dc6b43faeb3006816499b9e1b437809460cc77605d63b3022187.cat    60230322ef6..c9e8ed14dda_b03f5f7f11d50a3a_6.0.6002.18005_8c576f584e487530      Missing catalog or invalid CatalogThumprint
(f)    CSI Manifest Missing    0x00000002      x86_60230322ef67fdf48a327c9e8ed14dda_b03f5f7f11d50a3a_6.0.6002.18005_none_8c576f584e487530.manifest    x86_60230322ef67fdf48a327c9e8ed14dda_b03f5f7f11d50a3a_6.0.6002.18005_none_8c576f584e487530
Summary:
Seconds executed: 801
 Found 3 errors
  CSI Manifest Missing Total Count: 2
  CSI Catalog Missing Total Count: 1

Ich werd den Fix nachher noch versuchen, aber ich denk, da ich keine korrupten Dateien hab, wird auch chkdsk nicht viel bringen.

lg myrtille


Alle Zeitangaben in WEZ +1. Es ist jetzt 05:46 Uhr.

Copyright ©2000-2025, Trojaner-Board


Search Engine Optimization by vBSEO ©2011, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131