【问题标题】:Windows for IoT Intel Galileo fails to image - Error Status -1Windows for IoT Intel Galileo 无法成像 - 错误状态 -1
【发布时间】:2014-11-04 18:16:11
【问题描述】:

我尝试按照这些说明安装 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

【问题讨论】:

  • 从提升的命令提示符运行此命令,以便允许更改时区。或者,您知道,这是非常原始的,并且在 Redmond 之外没有经过很好的测试,因此只需在启动之前更改您机器上的时区。

标签: windows intel iot intel-galileo


【解决方案1】:

您必须按照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
  • 继续“更新您的 Intel Galileo”说明

例子:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-04-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多