Мой win 8 получил загрузочный цикл, и когда я хочу "обновить" его, требуется войти в систему, но не показывает ни одного профиля пользователя!
Я пытаюсь перенести с него некоторые сертификаты EFS с помощью USMT(да, я знаю, что должен сделать резервную копию своих сертификатов. И я сделал, но сейчас ни один из паролей, которые я регулярно использую, не может открыть его!).
Итак, мы получили оффлайн win 8 image build 6.2.9200.16384.
Я установил другой 8.1 на другой диск, скачал ADK, установил USMT и собрал WinPE iso.
Я выбрал WinPE, переназначил буквы дисков по своему усмотрению с помощью DISKPART, переместил параллельный win 8.1(хост USMT) в папку, чтобы остаться вне битвы, сделал несколько почти пустых xml-файлов для scanstate и получил это исключение в "scanstate.log":
2014-07-28 03:14:21, Info [0x000000] SCANSTATE.EXE Version 6.3.9600.17029[gle=0x000000b7]
2014-07-28 03:14:21, Info [0x000000] USMT Started at 2014/07/28:03:14:21.266
2014-07-28 03:14:21, Info [0x000000] Command line: d:\newwin\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\User State Migration Tool\amd64\scanstate.exe e:\usmt\Store /i:migapp.xml /i:migdocs.xml /i:miguser.xml /offline:offline.xml /nocompress /localonly /ue:* /ui:MyUserName
2014-07-28 03:14:23, Info [0x000000] Script file specified: E:\USMT\migapp.xml[gle=0x00000002]
2014-07-28 03:14:23, Info [0x000000] Script file specified: E:\USMT\migdocs.xml[gle=0x00000002]
2014-07-28 03:14:23, Info [0x000000] Script file specified: E:\USMT\miguser.xml[gle=0x00000002]
2014-07-28 03:14:23, Info [0x000000] Starting the migration process
2014-07-28 03:14:23, Info [0x000000] Offline engine startup from WinDir - C:\Windows
2014-07-28 03:14:26, Error [0x000000] MigStartupOffline caught exception: Win32Exception: HKLM\SYSTEM\ControlSet001\Control\ComputerName\ComputerName [ComputerName] does not exist or is not accessible.: The system cannot find the file specified. [0x00000002] class UnBCL::String *__cdecl Mig::COfflineWinNTPlatform::GetMachineName(class Mig::IDataStore *)
2014-07-28 03:14:26, Error [0x000000] Error while trying to start the migration process
2014-07-28 03:14:26, Warning [0x000000] Internal error 4 was translated to a generic error
2014-07-28 03:14:26, Info [0x000000] Failed.
2014-07-28 03:14:26, Info [0x000000] Software malfunction or Unknown exception
2014-07-28 03:14:26, Info [0x000000] USMT Completed at 2014/07/28:03:14:26.735
2014-07-28 03:14:26, Info [0x000000] ----------------------------------- USMT ERROR SUMMARY -----------------------------------
2014-07-28 03:14:26, Info [0x000000] * USMT error code 26:
2014-07-28 03:14:26, Info [0x000000] +-----------------------------------------------------------------------------------------
2014-07-28 03:14:26, Info [0x000000] | Software malfunction or Unknown exception, please check the following possible solutions:
2014-07-28 03:14:26, Info [0x000000] | - Check log for any errors found in loaded migxml files
2014-07-28 03:14:26, Info [0x000000] | - Verify config xml file is not loaded using /i
2014-07-28 03:14:26, Info [0x000000] | - If duplicate SID exists from temp profile – use environment variable or delete temp profile
2014-07-28 03:14:26, Info [0x000000] +-----------------------------------------------------------------------------------------
Затем я запустил scanstate из параллельной win 8.1, использовал образцы XML-файлов USMT, использовал параметр /genconfig (чтобы выяснить: если он ничего не может захватить, по крайней мере, может ли он что-нибудь увидеть ?!), и я получил точно такое же исключение:
2014-07-29 02:46:19, Info [0x000000] SCANSTATE.EXE Version 6.3.9600.17029[gle=0x000000b7]
2014-07-29 02:46:19, Info [0x000000] USMT Started at 2014/07/29:02:46:19.872
2014-07-29 02:46:19, Info [0x000000] Command line: C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\User State Migration Tool\amd64\scanstate.exe /offline:offline.xml /i:migapp.xml /i:miguser.xml /genconfig:config.xml
2014-07-29 02:46:21, Info [0x000000] Script file specified: C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\User State Migration Tool\amd64\migapp.xml[gle=0x00000002]
2014-07-29 02:46:21, Info [0x000000] Script file specified: C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\User State Migration Tool\amd64\miguser.xml[gle=0x00000002]
2014-07-29 02:46:21, Info [0x000000] Starting the migration process[gle=0x000000cb]
2014-07-29 02:46:21, Info [0x000000] Offline engine startup from WinDir - D:\Windows
2014-07-29 02:46:23, Error [0x000000] MigStartupOffline caught exception: Win32Exception: HKLM\SYSTEM\ControlSet001\Control\ComputerName\ComputerName [ComputerName] does not exist or is not accessible.: The system cannot find the file specified. [0x00000002] class UnBCL::String *__cdecl Mig::COfflineWinNTPlatform::GetMachineName(class Mig::IDataStore *)
2014-07-29 02:46:23, Error [0x000000] Error while trying to start the migration process
2014-07-29 02:46:23, Warning [0x000000] Internal error 4 was translated to a generic error
2014-07-29 02:46:23, Info [0x000000] Failed.
2014-07-29 02:46:23, Info [0x000000] Software malfunction or Unknown exception
2014-07-29 02:46:23, Info [0x000000] USMT Completed at 2014/07/29:02:46:23.997
2014-07-29 02:46:23, Info [0x000000] ----------------------------------- USMT ERROR SUMMARY -----------------------------------
2014-07-29 02:46:23, Info [0x000000] * USMT error code 26:
2014-07-29 02:46:23, Info [0x000000] +-----------------------------------------------------------------------------------------
2014-07-29 02:46:23, Info [0x000000] | Software malfunction or Unknown exception, please check the following possible solutions:
2014-07-29 02:46:23, Info [0x000000] | - Check log for any errors found in loaded migxml files
2014-07-29 02:46:23, Info [0x000000] | - Verify config xml file is not loaded using /i
2014-07-29 02:46:23, Info [0x000000] | - If duplicate SID exists from temp profile – use environment variable or delete temp profile
2014-07-29 02:46:23, Info [0x000000] +-----------------------------------------------------------------------------------------
Любые предложения (или, возможно, любой другой способ получить сертификаты!) высоко ценится.