I usually like to supervise my PC while it does an update, but I only update a few times a year. My system is also a server and needs to be online pretty much 24/7.
This latest update happened while I was away for a D&D game (Thursday night, Feb 1st) . Had tons of stuff open that clearly didn't save, since Windows forced the update when I wasn't home. But that's another problem.
I came home to see this. OK whatever, I thought. I'll get this up and running in no time like I've done with the hundreds of blue screens Iv'e gotten with all my other setups in the past.
Boy was I wrong about that. After trying more automatic repairs (no success) a system restore (failed > passed > failed > passed), having no system image, and still can't boot.
WinPE CMD did not allow me to run a bunch of commands (bootrec /fixboot) because of "access denied" issues. I tried sfc /scannow, the whole bcdboot D:\Windows /s B: /f UEFI process, among anything else I could find. CMD tells me there are 0 found windows installations.
Here is a Google drive folder of all the logs I was able to pull off.
If I had to guess, my main drive (disk 5) is an M.2 NVMe SSD.
I have another "drive" (which is a PCIe card with four, 4TB M.2 NVMe SSD's in RAID 0 -- Volume 0 ) that I use to install large games and other applications on.
The Raid 0 array shows up fine in diskpart and in the WinPE environment. Although I did have to go through a full ordeal to install AMD RAID driver in a specific order 1 year ago when I did the initial Windows 10 install. This is what I thought my issue might have been related to, but after following all these steps in this YouTube video, no changes.
Everything points to being forced to do a fresh install. This is insane... There must be a solution.
I had to take PTO at work last Friday because I was not set up anywhere else I could get work done.
Spent the whole weekend troubleshooting. If anything I just screwed over my EFI partition for no reason.
Out of desperation, I ask Mr. ChatGPT 4.
These are the only major points I am able to get from the log analysis...
"The UpdateAgent.log file reveals a recurring error related to the Windows Update process, specifically within the context of deployment sessions post-reboot:"
And "The analysis of the setupact.log file reveals a series of error and warning entries that could provide insights into the boot issues you're experiencing:"
I have terabytes of Applications with tailored settings, MFA processes, etc on this system. It would take me weeks to get my environment set up again, and even then I can't recall where I have all my license files/keys for everything I need.
I'd pay to get this up and running again, but local Tech shops mainly focus on Apple products and I cannot easily haul my eATX system in. It is just over half my weight.
What suggestions does anyone have on moving forward, outside of a clean install or Windows reset?
This latest update happened while I was away for a D&D game (Thursday night, Feb 1st) . Had tons of stuff open that clearly didn't save, since Windows forced the update when I wasn't home. But that's another problem.
I came home to see this. OK whatever, I thought. I'll get this up and running in no time like I've done with the hundreds of blue screens Iv'e gotten with all my other setups in the past.
Boy was I wrong about that. After trying more automatic repairs (no success) a system restore (failed > passed > failed > passed), having no system image, and still can't boot.
WinPE CMD did not allow me to run a bunch of commands (bootrec /fixboot) because of "access denied" issues. I tried sfc /scannow, the whole bcdboot D:\Windows /s B: /f UEFI process, among anything else I could find. CMD tells me there are 0 found windows installations.
Here is a Google drive folder of all the logs I was able to pull off.
If I had to guess, my main drive (disk 5) is an M.2 NVMe SSD.
I have another "drive" (which is a PCIe card with four, 4TB M.2 NVMe SSD's in RAID 0 -- Volume 0 ) that I use to install large games and other applications on.
The Raid 0 array shows up fine in diskpart and in the WinPE environment. Although I did have to go through a full ordeal to install AMD RAID driver in a specific order 1 year ago when I did the initial Windows 10 install. This is what I thought my issue might have been related to, but after following all these steps in this YouTube video, no changes.
Everything points to being forced to do a fresh install. This is insane... There must be a solution.
I had to take PTO at work last Friday because I was not set up anywhere else I could get work done.
Spent the whole weekend troubleshooting. If anything I just screwed over my EFI partition for no reason.
Out of desperation, I ask Mr. ChatGPT 4.
These are the only major points I am able to get from the log analysis...
"The UpdateAgent.log file reveals a recurring error related to the Windows Update process, specifically within the context of deployment sessions post-reboot:"
Code:
Error CDeploymentSession::GetPostRebootResult(6417): Result = 0x8007139F: This error appears multiple times, indicating a consistent issue encountered by the Update Agent during or after a reboot meant to complete update installations. The error code 0x8007139F suggests there was a problem applying updates after a reboot, which could be related to your system's boot issues.
Interpretation:
The repeated occurrence of this error suggests that the system is encountering difficulties finalizing update installations after rebooting. This could point to underlying issues with the update components, system files, or even hardware compatibility problems that prevent the successful completion of updates.
And "The analysis of the setupact.log file reveals a series of error and warning entries that could provide insights into the boot issues you're experiencing:"
Code:
GetCurrentOsGuid and IsSourceDriveOnVHD Errors: Multiple entries indicate failures with GetCurrentOsGuid and IsSourceDriveOnVHD, with errors 0x2 and 0x00000002. These errors suggest issues with identifying the current OS GUID and determining if the source drive is a Virtual Hard Disk (VHD), which could be critical for boot processes or recovery operations.
No Associated OS / CBootCfg::GetAssociatedOs() Error: The log mentions that no associated OS could be found, with an error 0x2. This directly relates to problems with locating or recognizing a valid operating system installation, which is crucial for booting.
ReAgentConfig Warnings: There are warnings related to ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo with GetOsInfoForBootEntry returned 0x2, indicating issues with reading Boot Configuration Data (BCD) and updating configuration information. This aligns with potential BCD issues affecting bootability.
WinReGetConfig and WinReCreateLogInstanceEx Information: While not errors, entries related to WinReGetConfig and WinReCreateLogInstanceEx provide context about recovery environment (WinRE) configuration processes, indicating attempts to access or update WinRE settings without reported errors.
I have terabytes of Applications with tailored settings, MFA processes, etc on this system. It would take me weeks to get my environment set up again, and even then I can't recall where I have all my license files/keys for everything I need.
I'd pay to get this up and running again, but local Tech shops mainly focus on Apple products and I cannot easily haul my eATX system in. It is just over half my weight.
What suggestions does anyone have on moving forward, outside of a clean install or Windows reset?