Hi everyone,
We're currently having troubles deploying Windows 7 on a HP Elitebook 850 G1. We're using MDT 2012 Update 1 with 1 deploymentshare including several task sequences to install both Windows 7 Professional x86 and x64. We've been installing Windows 7 for months
on other HP laptops and desktops but this new model is giving us a headache.
The Elitebook 850 G1 has a 500GB hard drive and a 30GB SSD drive used to accelerate. In the BIOS, the SATA Device Mode is set to RAID. When deploying our installation via Win PE, we received several errors. We already changed the Scratch space size used
by Win PE from 32 to 256 to apply all of our patches via dism because the used scratchdir was X:\MININT\TEMP instead of C:\MININT\TEMP.
Next error occurs in the last step of the postinstall phase: restart computer: Failed to save environment to (80070057)
I found this in the bdd.log:
<![LOG[Property PHASE is now = STATERESTORE]LOG]!><time="07:46:35.000+000" date="04-11-2014" component="ZTINextPhase" context="" type="1" thread="" file="ZTINextPhase">
<![LOG[ZTINextPhase COMPLETED. Return Value = 0]LOG]!><time="07:46:35.000+000" date="04-11-2014" component="ZTINextPhase" context="" type="1" thread="" file="ZTINextPhase">
<![LOG[ZTINextPhase processing completed successfully.]LOG]!><time="07:46:35.000+000" date="04-11-2014" component="ZTINextPhase" context="" type="1" thread="" file="ZTINextPhase">
<![LOG[Event 41001 sent: ZTINextPhase processing completed successfully.]LOG]!><time="07:46:35.000+000" date="04-11-2014" component="ZTINextPhase" context="" type="1" thread="" file="ZTINextPhase">
<![LOG[Property LogPath is now = X:\MININT\SMSOSD\OSDLOGS]LOG]!><time="07:46:36.000+000" date="04-11-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Command completed, return code = -2147467259]LOG]!><time="07:46:36.000+000" date="04-11-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Litetouch deployment failed, Return Code = -2147467259 0x80004005]LOG]!><time="07:46:36.000+000" date="04-11-2014" component="LiteTouch" context="" type="3" thread="" file="LiteTouch">
<![LOG[Event 41014 sent: Litetouch deployment failed, Return Code = -2147467259 0x80004005]LOG]!><time="07:46:36.000+000" date="04-11-2014" component="LiteTouch" context="" type="1" thread=""
file="LiteTouch">
<![LOG[For more information, consult the task sequencer log ...\SMSTS.LOG.]LOG]!><time="07:46:36.000+000" date="04-11-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
smsts.log:
<![LOG[Save the current environment block]LOG]!><time="07:46:35.364+000" date="04-11-2014" component="TSManager" context="" type="0" thread="1340" file="executionenv.cxx:833">
<![LOG[pszPath[0] != L'\0', HRESULT=80070057 (c:\qfe\nts_sms_fre\sms\framework\core\ccmcore\path.cpp,58)]LOG]!><time="07:46:35.364+000" date="04-11-2014" component="TSManager" context="" type="0"
thread="1340" file="path.cpp:58">
<![LOG[Filesystem::Path::Add(sEnvPath, EnvDataFileName, sEnvPath), HRESULT=80070057 (e:\nts_sms_fre\sms\framework\tscore\environmentlib.cpp,639)]LOG]!><time="07:46:35.364+000" date="04-11-2014" component="TSManager"
context="" type="0" thread="1340" file="environmentlib.cpp:639">
<![LOG[Failed to save environment to (80070057)]LOG]!><time="07:46:35.364+000" date="04-11-2014" component="TSManager" context="" type="2" thread="1340" file="environmentlib.cpp:657">
<![LOG[TS::Environment::SharedEnvironment.saveEnvironment(szPath), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\executionengine\executionenv.cxx,842)]LOG]!><time="07:46:35.364+000" date="04-11-2014" component="TSManager"
context="" type="0" thread="1340" file="executionenv.cxx:842">
<![LOG[Failed to save the current environment block. This is usually caused by a problem with the program. Please check the Microsoft Knowledge Base to determine if this is a known issue or contact Microsoft Support Services for further assistance.
Unknown error (Error: 80070057; Source: Unknown)]LOG]!><time="07:46:35.364+000" date="04-11-2014" component="TSManager" context="" type="3" thread="1340" file="executionenv.cxx:842">
<![LOG[SaveEnvironment(), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\executionengine\executionenv.cxx,420)]LOG]!><time="07:46:35.364+000" date="04-11-2014" component="TSManager" context="" type="0"
thread="1340" file="executionenv.cxx:420">
<![LOG[Failed to persist execution state. Error 0x(80070057)]LOG]!><time="07:46:35.364+000" date="04-11-2014" component="TSManager" context="" type="2" thread="1340" file="executionenv.cxx:426">
<![LOG[Failed to save execution state and environment to local hard disk]LOG]!><time="07:46:35.364+000" date="04-11-2014" component="TSManager" context="" type="2" thread="1340" file="engine.cxx:250">
We're assuming the problem is the presence of the SSD drive since this is the biggest difference with our other models. So far, we've tried these changes:
- Disabled the diskpart module and formatted the drive manually
- In the ZTIDiskpart.wsf I tried changing the value BOOT_DRIVE_SIZE from 499 to 1025 (although not recommended)
- Disabled the "extra active partition" in the diskpart module
- Included latest raid driver from the intel site
- Upgraded BIOS to the latest version 1.08
But none of these changed anything. We've looked through several similar issues but unfortunately, no solution so far.
When rebooting manually, Windows starts applying registry settings, network settings, etc so it seems Windows is actually installed. At Windows logon, we receive an error saying"Can not find script file "C:\LTIBootstrap.vbs"
Any help would be greatly appreciated. I can always provide more log files if needed.
Thanks!
Jeroen