question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Iot Edge runtime not installing on Windows 10 enterprise

See original GitHub issue

Attempting to install iot edge runtiome on Windows 64 following documentation from https://docs.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-windows ,

Expected Behavior

Iot Edge Runtime should be successfully installed

Current Behavior

giving a compatibility issue with container host

PS C:\WINDOWS\system32> . {Invoke-WebRequest -useb aka.ms/iotedge-win} | Invoke-Expression; `

Deploy-IotEdge

ModuleType Version Name ExportedCommands


Script 0.0 IoTEdge {Deploy-IoTEdge, Get-IoTEdgeLog, Initialize-IoTEdge, Insta… The container host is on unsupported build version 18362. Please use a container host running one of the following build versions for running Windows containers: 17763

The prerequisites for installation of the IoT Edge Security daemon are not met. Please fix all known issues before rerunning this script.

Steps to Reproduce

Context (Environment)

Device (Host) Operating System

Version 10.0.18362 Build 18362

Architecture

X64

Container Operating System

Windows Containers

Runtime Versions

iotedged

1.0.7

Edge Agent

Edge Hub

Docker

Client: Docker Engine - Community Version: 18.09.2 API version: 1.39 Go version: go1.10.8 Git commit: 6247962 Built: Sun Feb 10 04:12:31 2019 OS/Arch: windows/amd64 Experimental: false

Logs

Additional Information

I have ensure from windows features that both Hyper-V and containers support is enabled

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
myagleycommented, May 17, 2019

Hi Sai,

IoT Edge is only supported on Windows 10 RS5 (build 17763). It looks like your system is running Windows 10 1903, which isn’t supported. Here is the list of supported platforms for reference: https://docs.microsoft.com/en-us/azure/iot-edge/support#tier-1

1reaction
pkoronawacommented, Oct 24, 2019

But where can we download the old 17763 version?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot install and configure iotedge runtime (Windows 10)
Hi, I have a problem with installation iot edge runtime on Windows 10. On the computer was installed older releases of Windows Admin...
Read more >
Common issues and resolutions for Azure IoT Edge ...
Use this article to resolve common issues encountered when deploying an IoT Edge for Linux on Windows (EFLOW) solution.
Read more >
Troubleshoot your IoT Edge device - Azure
Your first step when troubleshooting IoT Edge should be to use the check command, which runs a collection of configuration and connectivity ...
Read more >
Create and provision an IoT Edge for Linux on Windows ...
This article provides end-to-end instructions for registering and provisioning an IoT Edge for Linux on Windows device.
Read more >
Update IoT Edge version on devices
How to update IoT Edge devices to run the latest versions of the security subsystem and the IoT Edge runtime.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found