Need help for install Windows 10 IoT Enterprise on Raspberry Pi

Discussion in 'Windows 10' started by Chibi ANUBIS, Feb 15, 2019.

  1. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    #1 Chibi ANUBIS, Feb 15, 2019
    Last edited: Feb 15, 2019
    Hello all ! I want to work on my Raspberry with Windows 10 IoT Enterprise, but is a install.wim, I Don't know how to install this with boot partition and more, if anyone can help is with pleasure.

    Thanks ! :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,090
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,311
    1,938
    120
    Only Windows 10 IOT core can be installed if I'm not wrong.The enterprise version still requires an x86 processor and Raspberry has an ARM proc. :)
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Besides x86/x64 there is an ARM64 version you'll need :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Ok thanks, because is IoT, I thought is possible on Raspberry. Sorry :chair:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,231
    94,598
    450
    Should these be able to work?
    Code:
    d472bbd280788a284f6dbd799170d35d52711401 *en_windows_10_iot_core_version_1809_updated_sept_2018_arm32_arm64_x86_x64_dvd_69b39cda.iso
    
    52d18744d37245b2bec48e1bb465827e82e1ff8f *en_windows_10_business_edition_version_1809_updated_sept_2018_arm64_dvd_552531c5.iso
    
     
  9. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Oh I am very interested, but were I can find this iso ? In French if is possible, thanks :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    #10 Chibi ANUBIS, Feb 17, 2019
    Last edited: Feb 17, 2019
    (OP)
    Code:
    f169feccebb7ef22fa15af27e3dd29768046db87 *fr_windows_10_business_edition_version_1809_updated_sept_2018_arm64_dvd_e027c1b9.iso
    
    Please :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,090
    240
    #11 LostED, Feb 17, 2019
    Last edited: Feb 17, 2019
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    In the futur, if I need again a Enterprise Edition in French for ARM64, I download the UUP for Pro and I change the Edition :

    Code:
    Dism /Mount-Image /ImageFile:C:\test\install.wim /Index:1 /MountDir:C:\mount
    Dism /Image:C:\mount /Set-Edition:Enterprise
    Dism /Unmount-Image /MountDir:C:\mount /Commit
    
    :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...