Quantcast
Channel: Windows Server 2012 forum
Viewing all articles
Browse latest Browse all 2876

DISM: wie komme ich ans korrekte Image

$
0
0

Moin,

ich versuche bei DISM meine Update Probleme in den Griff zu bekommen.

Es lassen sich keine Updates mehr installieren, es kommt der folgende Fehler:

Windows-Update-Fehler 8007006E (66A)

Nun wollte ich das Image reparieren per Dism, allerdings fehlt mir die korrekte Syntax , ich bekomme IMMER Fehlermeldungen.

Dism /Online /Cleanup-Image /RestoreHealth /LimitAccess

Hier mit gemounteter DVD:

C:\>Dism /Online /Cleanup-Image /RestoreHealth /Source:z:\sources\install.wim /L
imitAccess

Deployment Image Servicing and Management tool
Version: 6.3.9600.19408

Image Version: 6.3.9600.19397

[==========================100.0%==========================]

Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required t
o restore the feature. For more information on specifying a source location, see
 http://go.microsoft.com/fwlink/?LinkId=243077.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

C:\>Dism /Online /Cleanup-Image /RestoreHealth /Source:d:\wim\sources\install.wi
m /LimitAccess

Deployment Image Servicing and Management tool
Version: 6.3.9600.19408

Image Version: 6.3.9600.19397

[==========================100.0%==========================]

Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required t
o restore the feature. For more information on specifying a source location, see
 http://go.microsoft.com/fwlink/?LinkId=243077.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

Hier, als ich das Image nach D:\wim kopiert habe:

C:\>Dism /Online /Cleanup-Image /RestoreHealth /Source:d:\wim\sources\install.wi
m /LimitAccess

Deployment Image Servicing and Management tool
Version: 6.3.9600.19408

Image Version: 6.3.9600.19397

[==========================100.0%==========================]

Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required t
o restore the feature. For more information on specifying a source location, see
 http://go.microsoft.com/fwlink/?LinkId=243077.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

C:\>Dism /Online /Cleanup-Image /RestoreHealth /Source:d:\wim\sources /LimitAcce
ss

Deployment Image Servicing and Management tool
Version: 6.3.9600.19408

Image Version: 6.3.9600.19397

[==========================100.0%==========================]

Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required t
o restore the feature. For more information on specifying a source location, see
 http://go.microsoft.com/fwlink/?LinkId=243077.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

wer kann mir bitte weiterhelfen?


Moin Hajo



Viewing all articles
Browse latest Browse all 2876