BetaArchive https://www.betaarchive.com/forum/ |
|
Installing Windows 10 ARM32 Build 15035 on QEMU https://www.betaarchive.com/forum/viewtopic.php?f=62&t=40522 |
Page 1 of 1 |
Author: | BetaNewbie [ Thu Nov 28, 2019 12:05 am ] |
Post subject: | Installing Windows 10 ARM32 Build 15035 on QEMU |
First you need Linaro UEFI 32-bit Release 15.10, bootmgfw.efi gives 0xc0000017 error on newer releases. Then you need to apply the "Force enable TrustZone" patch at https://github.com/TeoIzAwezome/rtemu/c ... 435a757f95, I apply this patch on latest 4.2.0-rc3 release, and that works fine. Lastly you need a ARM32 build of viostor driver: https://mega.nz/#!uB1FWCCR!1J3jaBIJu0dy ... HqLJLEB93o Create a vhd named disk.vhd, partition it, apply install.wim, inject viostor driver, bcdboot and enable testsigning. Finally start qemu with the following command line: Code: qemu-system-arm -M virt,highmem=false -cpu cortex-a15 -smp 2 -accel tcg,thread=multi -m 4096 -bios QEMU_EFI.fd -drive if=virtio,file=disk.vhd,format=vpc -device VGA -device ich9-usb-ehci1 -device usb-kbd -device usb-tablet -rtc base="2017-02-11",clock=vm highmem=false is key here, that makes the PCIe controller function correctly, thus enabling USB (keyboard/mouse) and storage. ![]() |
Author: | ecumber [ Thu Nov 28, 2019 5:57 am ] |
Post subject: | Re: Installing Windows 10 ARM32 Build 15035 on QEMU |
Cool, but does this work on any other build or is it just 15035? Also, can you provide more information on how you applied the patch and created the bootable VHD? |
Author: | vlad557776 [ Sat Nov 30, 2019 11:47 am ] |
Post subject: | Re: Installing Windows 10 ARM32 Build 15035 on QEMU |
Can someone please move this to the "Tutorials and Guides" section? |
Page 1 of 1 | All times are UTC [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |