[Repository:] Everything about Windows RT (WOA) v8-x-x and v10 ARM

Discussion in 'Windows 8' started by moderate, Oct 10, 2014.

  1. RACERPRO

    RACERPRO MDL Senior Member

    Feb 13, 2008
    345
    15
    10
    #201 RACERPRO, Mar 30, 2015
    Last edited: Mar 30, 2015
  2. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #202 moderate, Mar 30, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  3. RACERPRO

    RACERPRO MDL Senior Member

    Feb 13, 2008
    345
    15
    10
  4. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #204 moderate, Mar 31, 2015
    Last edited: Mar 31, 2015
    (OP)
    2-decript the file above with ESD Decrypter v4 (with what option 1, 2, 3 or 4 of the decripter?).
    Edit decrypt.bat:
    Add the line:
    "%wimlib%" export "%ENCRYPTEDESD%" 1 bootfiles.wim --compress=maximum
    before the line (line number 166 in "WIM section):
    "%wimlib%" export "%ENCRYPTEDESD%" 4 install.wim --compress=maximum
    Run decrypt.bat and select:
    3 - Create Standard install.wim


    3-"From mounted install.wim you have to acquire your boot.wim from the location:
    C:\Mount\Windows\System32\Recovery\WinRE.wim" - acquire boot.wim, where is that?
    md C:\mount
    DISM /Mount-Wim /WimFile:C:\ISO\sources\install.wim /index:1 /MountDir:C:\mount
    attrib -r -s -h C:\mount\Windows\System32\Recovery\winre.wim
    copy C:\mount\Windows\System32\Recovery\winre.wim C:\ISO\sources\boot.wim
    Dism /unmount-WIM /MountDir:C:\mount /discard


    4-"List indexes of ESD:
    dism /Get-WimInfo /WimFile:C:\ISO\sources\winblue.esd > C:\IndexLog.txt
    One of those four indexes are boot files. You just have to:
    1. Create "bootmgr_type" boot media.
    2. Copy the boot files from that index
    bootfiles.wim is result of above added line. Use commands:
    DISM /Mount-Wim /WimFile:C:\ISO\sources\bootfiles.wim /index:1 /MountDir:C:\mount
    Copy C:\Mount\*.* C:\ISO\*.*
    Dism /unmount-WIM /MountDir:C:\mount /discard

    3. Copy the customised boot.wim and install.wim (with customized winre.wim inside) to media's \sources" - Where is that?
    To C:\ISO\sources
    Actually there is no need of copy, just mount, customize and unmount with committing changes...


    5-"Integrate the drivers to install.wim" - With what software and with what command?
    Dism /Image:C:\mount /Add-Driver /Driver:C:\INF /Recurse

    5,5-"Integrate the updates to install.wim"
    Wait for actual MSU list in the next post.
    Download MSUs with wget tool.
    Use:
    DISM /image:C:\mount /Add-Package /PackagePath:C:\MSU

    5,6-Integrate APPXes
    Use APPX pack and commands there. (Remove non-actual APPXes from install.wim using RemoveIR5.cmd then add actuall ones uding add.cmd.)


    ...

    9-After all this can i make a ISO file (off all above), for making a boot cd for installing with a external dvdrw drive?
    EFI:
    oscdimg -bc:\ISO\efi\boot\bootarm.efi -h -u2 -m -lwin811_arm C:\ISO\ C:\win811_arm.iso
    BIOS:
    oscdimg -bC:\ISO\boot\etfsboot.com -h -u2 -m -lwin811_arm C:\ISO\ C:\win811_arm.iso

    BTW: Better than ISO is just to put entire C:\ISO file-content to bootable "bootmgr_type" USB drive, so in USB root "\" directory is the "sources" sub-directory.
    Use RMPrepUSB to create bootmgr bootloader on EMPTY USB drive.
     
  5. RACERPRO

    RACERPRO MDL Senior Member

    Feb 13, 2008
    345
    15
    10
    #205 RACERPRO, Apr 1, 2015
    Last edited: Apr 1, 2015
    Thanks for your help, but i don´t get it.

    I´m glad that my Samsung recovery worked well for your database.

    I´m giving up, nevermind, i will use the normal software that came with the tablet :(
     
  6. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
  7. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
  8. cjrcl

    cjrcl MDL Novice

    Dec 1, 2014
    22
    8
    0
    download.windowsupdate.com/d/msdownload/update/software/crup/2015/04/Windows8.1-KB3004545-arm_6D9E2D181F3A7FFABC29191397AB7A64DB9B91DC.msu

    Recently added KB3004545 as a apart of kb3013769 WU
     
  9. cjrcl

    cjrcl MDL Novice

    Dec 1, 2014
    22
    8
    0
    KB3042085 for ARM, how to find it? Plz
     
  10. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #210 moderate, Apr 17, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  11. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #211 moderate, Apr 17, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  12. cjrcl

    cjrcl MDL Novice

    Dec 1, 2014
    22
    8
    0
    #212 cjrcl, Apr 20, 2015
    Last edited by a moderator: Apr 20, 2017
    Would you grudge sharing with us the way you detect the link?
    I have tried but exhausted my zeal.
     
  13. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #213 moderate, Apr 24, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  14. cjrcl

    cjrcl MDL Novice

    Dec 1, 2014
    22
    8
    0
    However Windowsupdate.log gives me "express" *.cab files but not *.msu files.
     
  15. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    .MSUs are in windowsupdate.log too, when detection for new updates begins, all MSUs (not installed) are listed together, after that in downloading phase there are CABs and EXEs as you said.
     
  16. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
  17. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
  18. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    Update-lists for Windows RT v8-1-x and Office RT 2013 HSP in 1st post are now updated to actual status:

    ARM Updates to W8-1-x RT 2015-05-10 - from Day0
    ARM Updates to W8-1-x RT Office 2013 RT 2015-05-10 - from Day0
     
  19. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #220 moderate, May 18, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)