Sheridan Posted January 14, 2022 Posted January 14, 2022 I've got a couple of 2019 servers that fail to install the Jan updates (error 0x800F0984) and this seems to point to component corruption - however running sfc and dism both fail to repair the system (dism also shows Error: 0x800f0954 DISM failed. No operation was performed) so no updates can be installed anymore Is there a way around this or am I looking at a new server, as I don't think there's a way to repair the server once its in this state?
Oaktech Posted January 14, 2022 Posted January 14, 2022 I've got a couple of 2019 servers that fail to install the Jan updates (error 0x800F0984) and this seems to point to component corruption - however running sfc and dism both fail to repair the system (dism also shows Error: 0x800f0954 DISM failed. No operation was performed) so no updates can be installed anymore Is there a way around this or am I looking at a new server, as I don't think there's a way to repair the server once its in this state? I've had several laptops error with this. One of them was corrected by checking for updates from microsoft and installing an update that wasn't on our WSUS, but the rest have required a rebuild. 1
ITGURU Posted January 15, 2022 Posted January 15, 2022 I've always found 2019 to be more reliable installing updates than 2016, however they have pulled the Jan updates due to all the issues!
Koldov Posted January 15, 2022 Posted January 15, 2022 Have they released a new set of updates that don't have Hyper-V, DC reboot or ReFS issues?
mrstrong Posted January 17, 2022 Posted January 17, 2022 Not sure if this will help you but had a issue where dism couldn't repair as said "The source files could not be downloaded" In the end managed to fix by pointing at original install wim: DISM /get-wiminfo /wimfile:C:\install.wim to get index then: DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:c:\install.wim:1 /LimitAccess
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now