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

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

  1. ZacB

    ZacB MDL Junior Member

    Aug 11, 2014
    53
    34
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,954
    19,468
    340
    Obviously, at least boot critical drivers.
     
  3. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    You can do it as intimated below, it will take one minute:
    SlipStream.jpg
     
  4. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #124 moderate, Dec 31, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
  5. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #125 moderate, Jan 5, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Essential structures of the installation media /sources directory:

    1. Drivers folders:
    /sources/Drivers
    /sources/Drivers/BootCritical
    /sources/Drivers/Regular

    Drivers are in checksummed subfolders like:
    /sources/Drivers/BootCritical/halextqcwdogtimer.inf_arm_7ac74a98dda00823/HalExtQCWdogTimer.inf
    /sources/Drivers/Regular/qcauddev8974.inf_arm_2c91b4b26269a892/qcauddev8974.inf

    2. OEM Information folder:
    /sources/OEMInformation

    Content: $PBR files: WIM, HIV, location
    Structure:
    Code:
    $PBR_Hive_default_power.hiv
    $PBR_Hive_default_power.hiv.location
    $PBR_Hive_oem.hiv
    $PBR_Hive_oem.hiv.location
    $PBR_Hive_store.hiv
    $PBR_Hive_store.hiv.location
    $PBR_Hive_store_wpa.hiv
    $PBR_Hive_store_wpa.hiv.location
    $PBR_Hive_user_power.hiv
    $PBR_Hive_user_power.hiv.location
    $PBR_oem.wim
    $PBR_store.wim
    3. $PBR_Diskpart.txt file:
    /sources/$PBR_Diskpart.txt

    Code:
    rem == ResetPartitions-UEFI.txt ==
    
    convert gpt
    
    rem == 1. Windows RE tools partition ===============
    
    create partition primary size=305
    
    format quick fs=ntfs label="Windows RE tools"
    
    assign letter="T"
    
    set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
    
    gpt attributes=0x8000000000000001
    
    rem == 2. System partition =========================
    
    create partition efi size=100
    
    format quick fs=fat32 label="System"
    
    assign letter="S"
    
    rem == 3. Microsoft Reserved (MSR) partition =======
    
    create partition msr size=128
    
    rem == 4. Windows partition ========================
    
    rem ==    a. Create the Windows partition ==========
    
    create partition primary 
    
    rem ==    b. Create space for the recovery image ===
    
    shrink minimum=2752
    
    rem ==    c. Prepare the Windows partition ========= 
    
    format quick fs=ntfs label="Windows"
    
    assign letter="W"
    
    rem === 5. Recovery image partition ================
    
    create partition primary
    
    format quick fs=ntfs label="Recovery image"
    
    assign letter="R"
    
    set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
    
    gpt attributes=0x8000000000000001
    
    list volume
    
    exit
    
    
    4. $PBR_ResetConfig.xml file:
    /sources/$PBR_ResetConfig.xml

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- ResetConfig.xml for UEFI -->
    <Reset>
    <SystemDisk>
    <DiskpartScriptPath>$PBR_Diskpart.txt</DiskpartScriptPath>
    <MinSize>27842</MinSize>
    <WindowsREPartition>1</WindowsREPartition>
    <WindowsREPath>Recovery\WindowsRE</WindowsREPath>
    <OSPartition>4</OSPartition>
    <RecoveryImagePartition>5</RecoveryImagePartition>
    <RecoveryImagePath>RecoveryImage</RecoveryImagePath>
    <RestoreFromIndex>4</RestoreFromIndex>
    <RecoveryImageIndex>4</RecoveryImageIndex>
    <WIMBoot>0</WIMBoot>
    </SystemDisk>
    </Reset>
    The detailed description about the options, what those files will give to you will follow soon.
     
  6. moderate

    moderate MDL Guru

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

    jon5798 MDL Novice

    Feb 16, 2012
    33
    8
    0
    Hi Moderate, just wondering if you can help me with something.

    Do you know if it is possible to load Windows 8.0 on a Surface 2?

    I have tried using the Surface 1 image with Surface 2 drivers added but it won't boot...the screen glitches out. I have read that this is because of some sort of file security check.
     
  8. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    On the MS Surface 2, the device itself accepts signature of bootloader of WRT v8-0 and starts booting it properly same as on my Nokia Lumia 2520.
    However you need to use the MS Surface 2 OEM drivers (=NOT MS Surface 1 OEM drivers), which are signed for WRT v8-0 too. Drivers signed for WRT v8-1 only will not work.
    While MS itself has such drivers, you have to be quite talkative at answers.microsoft.com to persuade some tech-support guy to send them to you.
    After you will get WRT v8-0 signed drivers, you have to integrate them to: boot.wim, install.wim and winre.wim (winre.wim is inside install.wim at \Windows\System32\Recovery\WinRE.wim path)...
     
  9. jon5798

    jon5798 MDL Novice

    Feb 16, 2012
    33
    8
    0
    Ohhh okay...well I don't think they will ever release signed 8 drivers for the Surface 2...oh well. Thanks for the info.
     
  10. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,280
    931
    60
    #130 Chibi ANUBIS, Jan 8, 2015
    Last edited by a moderator: Apr 20, 2017
    For create a recovery i am so very interesting for build French version :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. moderate

    moderate MDL Guru

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

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,954
    19,468
    340
  13. moderate

    moderate MDL Guru

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

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #136 moderate, Jan 14, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Something really stupid for today... :)

    If you want to have BOTH Immersive-IE and Desktop-IE shortcut on your Start Screen, DON'T touch settings in IE, but create the shortcut like below and pin it to the Start Screen:

    Code:
    "C:\Program Files\Internet Explorer\iexplore.exe" about:tabs
     
  15. moderate

    moderate MDL Guru

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

    moderate MDL Guru

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

    moderate MDL Guru

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