Windows for IoT英特尔Galileo无法映像 - 错误状态-1

时间:2014-09-10 23:15:50

标签: windows intel iot intel-galileo

我尝试按照这些说明安装Windows for IoT

http://ms-iot.github.io/content/IBoughtAGalileo.htm

...并收到以下错误。请注意,我的笔记本电脑的时区已从中美洲(-6)更改为太平洋(-8)

C:\Users\janunezc\Downloads>rem ************************************************
**************************

C:\Users\janunezc\Downloads>rem ** Copyright (c) Microsoft Open Technologies, In
c.  All rights reserved.

C:\Users\janunezc\Downloads>rem ** Licensed under the BSD 2-Clause License.

C:\Users\janunezc\Downloads>rem ** See License.txt in the project root for licen
se information.

C:\Users\janunezc\Downloads>rem ************************************************
**************************

**** Temporary changing time zone to 'Pacific Standard Time'
**** Fat32 is local time based, and the images are created in a pacific time zon
e. If there is a mismatch Windows will bug check after 5 minutes.
File Not Found
**** Set-up work folder: C:\Users\janunezc\AppData\Local\Temp\apply-BootMedia-10
277
**** Retrieveing C:\Users\janunezc\Downloads\9600.16384.x86fre.winblue_rtm_iotbu
ild.140731-1000_galileo_v1.wim
****          to C:\Users\janunezc\AppData\Local\Temp\apply-BootMedia-10277

Deployment Image Servicing and Management tool
Version: 6.2.9200.16384

Mounting image
[==========================100.0%==========================]
The operation completed successfully.
**** Customizing image C:\Users\janunezc\AppData\Local\Temp\apply-BootMedia-1027
7\9600.16384.x86fre.winblue_rtm_iotbuild.140731-1000_galileo_v1.wim
****        mounted at C:\Users\janunezc\AppData\Local\Temp\apply-BootMedia-1027
7\9600.16384.x86fre.winblue_rtm_iotbuild.140731-1000_galileo_v1.wim.mount
**** ERROR: Failed to set Time Zone 'timeZone'
**** ERROR:    for image mounted at C:\Users\janunezc\AppData\Local\Temp\apply-B
ootMedia-10277\9600.16384.x86fre.winblue_rtm_iotbuild.140731-1000_galileo_v1.wim
.mount
**** ERROR: Failed to customize image C:\Users\janunezc\AppData\Local\Temp\apply
-BootMedia-10277\9600.16384.x86fre.winblue_rtm_iotbuild.140731-1000_galileo_v1.w
im
**** ERROR:                mounted at C:\Users\janunezc\AppData\Local\Temp\apply
-BootMedia-10277\9600.16384.x86fre.winblue_rtm_iotbuild.140731-1000_galileo_v1.w
im.mount

Deployment Image Servicing and Management tool
Version: 6.2.9200.16384

Unmounting image
[==========================100.0%==========================]
The operation completed successfully.
**** ERROR: Failed with status: -1

1 个答案:

答案 0 :(得分:0)

您必须按照here所述的方式使用Win 7的说明:

  • 下载并安装Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Update
  • 选择安装程序中的“部署工具”功能
  • 找到使用Windows ADK
  • 安装的Dism.exe工具的完整路径
  • 使用文本编辑器将apply-bootmedia.cmd中Dism.exe的每个路径引用更新为Windows ADK中Dism.exe的完整路径引用
  • 保存apply-bootmedia.cmd
  • 继续“更新英特尔Galileo”说明

示例:

"%SystemRoot%\System32\Dism.exe" --> "C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\Dism.exe"