Service Pack 2 will not install on Standard Server 2008
operating system :- x64 standard server 2008 rc1
issue :- when attempt install sp 2 says sp 1 not installed ( though 2008 comes sp1 default )
to date :-
i have run the readiness check tool , has come this
====================================================================
checking system update readiness.
binary version 6.0.6002.22574
package version 13.0
2012-01-28 22:41
checking windows servicing packages
checking package manifests , catalogs
checking package watchlist
checking component watchlist
checking packages
(f) cbs mum missing 0x00000002 servicing\packages\wuclient-selfupdate-core-toplevel~31bf3856ad364e35~amd64~~7.1.6001.65.mum
checking component store
summary:
seconds executed: 456
found 1 errors
cbs mum missing total count: 1
unavailable repair files:
servicing\packages\wuclient-selfupdate-core-toplevel~31bf3856ad364e35~amd64~~7.1.6001.65.mum
servicing\packages\wuclient-selfupdate-core-toplevel~31bf3856ad364e35~amd64~~7.1.6001.65.cat
=============================================================================
we installed 2008 rc 1 on test pc pull 2 files off can not see them.
so question how repair these files ?
hello
thanks posting.
the 2 corrupted files seems be components of windows update client. go windows update – view installed updates, if see windows update client, remove it.
if not, i’d suggest take ownership , full control of folder c:\windows\servicing\packges, delete these 2 files (remember backup) , try installing service pack 2 again.
this makes current logged on user (needs have administrative privileges) owner of folder:
takeown /f c:\windows\servicing\packages /d y /r
then assign full control using:
cacls c:\windows\servicing\packages /e /t /c /g "username":f
you may try reset windows update tool fix problem
http://support.microsoft.com/kb/929833
if still no luck, system file checker (sfc) , in-place upgrade viable solutions.
run sfc scan system
http://support.microsoft.com/kb/929833
thanks
zhang
Windows Server > Server Manager
Comments
Post a Comment