-
Notifications
You must be signed in to change notification settings - Fork 18
Install Windows 10 arm64 on your device manually
Delete the last five partition using disk management (partition 35 36 37 38 39)
Assign a drive letter to EFIESP partition via Computer Management and place UEFI.elf and BootShim.efi at the root of EFIESP (you can find UEFI.elf here:https://github.com/WOA-Project/Lumia950XLPkg/releases and BootShim.efi here:https://github.com/imbushuo/boot-shim/releases)
and then go to EFIESP\EFI\Microsoft\boot and open a cmd windows there as admin and type the following command:
bcdedit /store BCD /create {18846b2c-4e4f-4504-9fcd-519f59901941} /application BOOTAPP /d "BootShim"
bcdedit /store BCD /set {18846b2c-4e4f-4504-9fcd-519f59901941} nointegritychecks on
bcdedit /store BCD /set {18846b2c-4e4f-4504-9fcd-519f59901941} device partition=
bcdedit /store BCD /set {18846b2c-4e4f-4504-9fcd-519f59901941} path \BootShim.efi
bcdedit /store BCD /default {18846b2c-4e4f-4504-9fcd-519f59901941}
Create a 100mb EFI Partition and 16mb MSR partition using diskpart:
diskpart
list disk
sel disk
create part efi size=100
create part msr size=16 and a NTFS Partition in the rest of the space
Apply install.wim to the NTFS Partition using DISM with the following command: DISM /Apply-Image /ImageFile:E:\sources\install.wim /ApplyDir:D: /Index:1
access the 100mb EFI partition with CMD and goto EFI\Microsoft\boot and type the following command:
bcdedit /store BCD /set {default} testsigning on
bcdedit /store BCD /set {default} nointegritychecks on
Press volume down and power key to reboot, after setup you will be in Windows 10 arm64