Forum Discussion
Baltazarus
Aug 06, 2021Copper Contributor
PROCESS1_INITIALIZATION_FAILED (Windows 11 Upgrade 10.0.22000.120) after reboot.
Ok, so I was enjoying the Windows 11 until I installed 10.0.22000.120 Upgrade. After that one upgrade, this turned into a horrible nightmare. My pc booted up and after loading circle screen passed, I ...
fggIB
Aug 09, 2021Steel Contributor
Could you explain where you see the wrong path to WinRE image ?
I can easily reproduce the bug, if you have a way to fix it, please share and I can try.
For now I worked around the problem by updating to 22000.100 first and then in a second step let W.U. go to 22000.120. With the 2 step update I don't see the bug at all.
I can easily reproduce the bug, if you have a way to fix it, please share and I can try.
For now I worked around the problem by updating to 22000.100 first and then in a second step let W.U. go to 22000.120. With the 2 step update I don't see the bug at all.
schm1dt
Aug 10, 2021Copper Contributor
If you do "bcdedit /enum all" in an admin command prompt on a system that has the BSOD issue, specifically when rolling back to Windows 10 in my case, then look for the Windows Rollback BCD entry, you'll notice that it looks for the WinRE.wim image inside C:\$WINDOWS.~BT, however, that folder will end up actually being found in windows.old. Regarding the upgrade issue, the BCD entry and folders used for that likely will be different, in that case just find one labelled along the lines of 'Windows 11' or 'Windows Setup', check what folder the 'device' and 'osdevice' entries try to access, and check where it's located to see if the actual location matches with the location that the BCD entry is checking for.
- schm1dtAug 10, 2021Copper Contributor
Regarding the rollback issue in particular, that occurs on systems successfully upgraded to 22000.120 directly which attempt to go back to win10(leading to the process1 BSOD). In that case, you could try copying the BT folder over to the root C drive, ensuring that 2 copies are present in both C and C:\Windows.old, and then attempt the rollback and see if that works, or you could try using bcdboot to rebuild the BCD manually. For the upgrade issue, I'm not too sure on that since I haven't encountered it myself.
- KazuiKurosakiAug 11, 2021Copper Contributor
schm1dt I copied the BT folder to C:\ and tried rolling back through settings and it gives me this 'Error Code 0x0000001'. Could u explain the BCDboot thing?Is it safe? (Im weak at this stuff)
- schm1dtAug 11, 2021Copper Contributor
Where did this error show up by any chance? Did it show after the reboot to start the rollback or did it show beforehand? If it showed beforehand, did you make sure to keep a copy of the folder in windows.old? Finally, if it showed up after the reboot, if it was on a recovery screen that let you try again using enter, do that and see if it blue-screens. If it does BSOD still then it looks like the recovery image itself is corrupt, meaning that we'll just have to wait for Microsoft to fix their shit.