Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

  1. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    I have Raspberry Pi 4B to test ARM64 operating systems, and also some Nokia Lumias for ARM32 testing. I can also test some stuff with QEMU.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,659
    13,675
    340
    #1022 xinso, Nov 15, 2020
    Last edited: Nov 15, 2020
    Good. Next time I'll let you know. (I had deleted it for hdd space.) Thanks.
     
  3. DrakeBond

    DrakeBond MDL Novice

    Oct 28, 2020
    5
    1
    0
    Turn out microsoft account says my version of windows 10 enterprise ltsc is 2009. not 1809
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,659
    13,675
    340
  5. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    QEMU is ultra slow, even with accelerators.
     
  6. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    Are there even Windows 10 builds for ARM32? Yep What I see in products.xml is just ARM64 for 1803+
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    Also there is Windows 10 build 15035, only full featured Windows 10 build for ARM32 out there (not WinPE).
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,659
    13,675
    340
    EeroS,

    This is the script which can boot from system.vhdx only. Could you please show me how to make it boot from cdrom? (I wish to do fresh install from cdrom, because the upgrade may fail.)
    Code:
    c:\qemu\qemu-system-aarch64.exe ^
    -M virt-2.11 ^
    -cpu cortex-a57 ^
    -smp 3 ^
    -m 16G --accel tcg,thread=multi ^
    -pflash QEMU_EFI.img ^
    -pflash QEMU_VARS.img ^
    -device VGA ^
    -device nec-usb-xhci ^
    -device usb-kbd ^
    -device usb-mouse ^
    -device usb-storage,drive=install ^
    -drive if=none,id=install,format=raw,media=cdrom,file=.\20257.1.201106-1554.FE_RELEASE_CLIENTENTERPRISEG_VOL_A64FRE_EN-US.ISO ^
    -device usb-storage,drive=drivers ^
    -drive if=none,id=drivers,readonly=on,file=.\drivers.vhdx ^
    -device virtio-blk,drive=system ^
    -drive if=none,id=system,format=raw,file=.\system.vhdx
    
     
  9. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    I usually boot from cdrom by going to UEFI settings, press (or more like spam) esc key after starting QEMU and you see the boot logo. It should enter to UEFI settings.
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,659
    13,675
    340
  11. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    Is there a boot from file option anywhere? From there you could find efi\boot\bootaa64.efi. But try the second option first.
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,659
    13,675
    340
    #1032 xinso, Nov 16, 2020
    Last edited: Nov 16, 2020
    Never mind. Thanks.
     
  13. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    Xinso, did you make upgrade install of did you got it to install from cdrom?
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,659
    13,675
    340
    #1034 xinso, Nov 16, 2020
    Last edited: Nov 16, 2020
    None succeeded:
    17763
    20257

    Result: All QEMU related stuff gone from my PC.

    Thanks the same.
     
  15. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    QEMU really sucks compared to real hardware, like Raspberry Pi. I might buy Pi 4 with 8GB ram, it would be fun Win10 ARM64 box.
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,659
    13,675
    340
    #1036 xinso, Nov 16, 2020
    Last edited: Nov 16, 2020
    Nice.
     
  17. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,775
    60
    #1037 PointZero, Nov 17, 2020
    Last edited: Dec 11, 2022
    .
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,659
    13,675
    340
  19. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    Raspberry Pi 4B can network but only via Ethernet and the drivers work only on 2004/20H2. QEMU can network, but it's a horrible hassle to get it to work properly.
     
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,659
    13,675
    340
    #1040 xinso, Nov 17, 2020
    Last edited: Nov 17, 2020