淘宝顾客的win11,想要升级Windows 11 Insider Preview 22616.1(ni_release) 时,一直是失败,更新途中就蓝屏,错误代码FAT_FILE_SYSTEM。
使用 setupdiag提取更新日志,SetupDiagResults.log中可看到以下错误
Error: SetupDiag reports rollback failure found.
Last Phase = Safe OS
Last Operation = Offline portion of machine-specific and machine-independent apply operations
Error = 0xC1900101-0x2000D
setupact.log中可看到以下错误
2022-05-09 08:09:23, Warning MIG Could not create object HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\BF111C73886BD0C4BB5F6A33AFA320E2[D90FC4AA93B81D0408439E866A11A734]. Exception class Mig::SideAwareWin32Exception: Error while creating registry value HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\BF111C73886BD0C4BB5F6A33AFA320E2[D90FC4AA93B81D0408439E866A11A734]: 页面文件太小,无法完成操作。 [0x000005AF] void __cdecl Mig::CRegistryDataStore::Create(class Mig::CDataUnit *)
2022-05-09 08:09:23, Info MIG Error 1455 during apply of object HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\BF111C73886BD0C4BB5F6A33AFA320E2[D90FC4AA93B81D0408439E866A11A734]. Will ask shell application for resolution.
2022-05-09 08:09:23, Error SP Error WRITE, 0x000005AF while gathering/applying object: Registry, HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\BF111C73886BD0C4BB5F6A33AFA320E2[D90FC4AA93B81D0408439E866A11A734]. Will return 2[gle=0x000005aa]
2022-05-09 08:09:23, Info MIG Error 1455 while applying object HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\BF111C73886BD0C4BB5F6A33AFA320E2[D90FC4AA93B81D0408439E866A11A734]. Shell application requested ignore
初步怀疑是虚拟内存设置有问题(页面文件太小,无法完成操作)。
解决方法:
chkdsk /f c:执行完之后,调整 虚拟内存,调大,重启,再 去设置界面更新即可。
注:调整虚拟内存之后,记得再去看下虚拟内存,确认已经调大,如果没有调整成功,更新仍然会失败。
重启之后,如果提示上图,就是没调整成功。