chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

Windows Version 10.0 Build 14393 doesn't supported by knife bootstrap windows #426

Closed jugatsu closed 6 years ago

jugatsu commented 7 years ago
C:\Users\admin>(
192.168.0.165 echo.param( 
192.168.0.165  echo.   [String] $remoteUrl,  
192.168.0.165  echo.   [String] $localPath  
192.168.0.165  echo.) 
192.168.0.165  echo. 
192.168.0.165  echo.$ProxyUrl = $env:http_proxy;  
192.168.0.165  echo.$webClient = new-object System.Net.WebClient;  
192.168.0.165  echo. 
192.168.0.165  echo.if ($ProxyUrl -ne '') {  
192.168.0.165  echo.  $WebProxy = New-Object System.Net.WebProxy($ProxyUrl,$true)  
192.168.0.165  echo.  $WebClient.Proxy = $WebProxy  
192.168.0.165  echo.} 
192.168.0.165  echo. 
192.168.0.165  echo.$webClient.DownloadFile($remoteUrl, $localPath); 
192.168.0.165 ) 1>C:\chef\wget.ps1 
192.168.0.165 
192.168.0.165 C:\Users\admin>(
192.168.0.165  
192.168.0.165   
192.168.0.165  
192.168.0.165 ) 
192.168.0.165 Detected Windows Version 10.0 Build 14393
192.168.0.165 Warning: Unknown version of Windows, assuming default of Windows 2008r2
192.168.0.165 
192.168.0.165 C:\Users\admin>goto architecture_select 
192.168.0.165 
192.168.0.165 C:\Users\admin>IF "AMD64" == "x86" IF not defined PROCESSOR_ARCHITEW6432 
192.168.0.165 
192.168.0.165 C:\Users\admin>goto install 
jugatsu commented 7 years ago

Just to be clear, chef-client was bootstrapped without any problems.

mitchflores commented 7 years ago

I'm also getting that warning message.

Detected Windows Version 10.0 Build 14393
Warning: Unknown version of Windows, assuming default of Windows 2008r2
Vasu1105 commented 6 years ago

Looks to be fixed in https://github.com/chef/knife-windows/pull/455

Closing this.