RedGreenBlue09 / WFAv7_Installer

Batch script to install Windows 10 ARM to Lumia devices (dual boot & single boot).
Microsoft Reciprocal License
70 stars 15 forks source link

Lumia 920 stuck at "Nokia" screen with black background #11

Closed jacob1298 closed 11 months ago

jacob1298 commented 11 months ago

I unlocked the bootloader of my Nokia Lumia 920 and flashed the Engineering SLB3 bootloader using WPInternals 2.9. I then went into Mass Storage Mode and followed the instructions on the readme. After the Installer.cmd file completed successfully, I rebooted my Lumia 920 to find it stuck at the "Nokia" screen. What should I do to fix this?

jacob1298 commented 11 months ago

I got it working after a couple of force reboots and switching in and out of Mass Storage mode.

RedGreenBlue09 commented 11 months ago

You got it booted with the latest release or the latest commit?

jacob1298 commented 11 months ago

latest release, but is there a newer windows release? Edit: charging in windows does not work

RedGreenBlue09 commented 11 months ago

There are no newer Windows builds for ARM(v7) that's as good as 15035. For example the build 16299 is available but it only boots into Windows logo. Keep in mind all Windows 10 ARMv7 builds are LEAKED.

RedGreenBlue09 commented 11 months ago

Charging is known to not work. We cannot support all features as this is not supported by Microsoft. We can only do our best with existing Windows Phone drivers.

jacob1298 commented 11 months ago

It charges when it sleeps. Does this use EDK2 or similar? I'd like to look at something like Linux.

RedGreenBlue09 commented 11 months ago

No. Official Windows Phone firmware is already using EDK2-based UEFI and has built in Windows Boot Manager. WPinternals enables the ability to boot other stuff using the stock firmware. WOA (ARM64) on Lumia 950 uses custom EDK2 though.

For Linux, check mainline4lumia. Spec A devices are not supported though.

jacob1298 commented 11 months ago

I'll check it out. I actually have a 950 with Windows 11 on it. It's painfully slow though. The 920's lack of ram makes the browser crash, so hopefully Linux won't be as hard on the hardware.

jacob1298 commented 11 months ago

Just checked, mainline4lumia doesn't support the 920

RedGreenBlue09 commented 11 months ago

I'll check it out. I actually have a 950 with Windows 11 on it. It's painfully slow though. The 920's lack of ram makes the browser crash, so hopefully Linux won't be as hard on the hardware.

The browser crashed because you don't have the Andreno display driver installed. You need to get into safe mode to update the display driver.

RedGreenBlue09 commented 11 months ago

Just checked, mainline4lumia doesn't support the 920

The only Linux on Lumia project that supports spec A as I know is android4Lumia. No support for 920 though.

jacob1298 commented 11 months ago

I'll check it out. I actually have a 950 with Windows 11 on it. It's painfully slow though. The 920's lack of ram makes the browser crash, so hopefully Linux won't be as hard on the hardware.

The browser crashed because you don't have the Andreno display driver installed. You need to get into safe mode to update the display driver.

How do I do that?

RedGreenBlue09 commented 11 months ago

On PC or phone:

bcdedit /store <MainOS>:\EFIESP\EFI\Microsoft\Boot\BCD /set {703c511b-98f3-4630-b752-6d177cbfb89c} safeboot minimal

Then reboot the phone. After you are in safe mode, open Device Manager and update the basic adapter. You need to select "Pick existing driver on my device" and choose the Andreno driver (no extra files need).

On PC or phone:

bcdedit /store <MainOS>:\EFIESP\EFI\Microsoft\Boot\BCD /deletevalue {703c511b-98f3-4630-b752-6d177cbfb89c} safeboot

Reboot.

jacob1298 commented 11 months ago

Thanks. I'll try it

jacob1298 commented 11 months ago

I tried it, but got the response "The system cannot find the file specified."

RedGreenBlue09 commented 11 months ago

I tried it, but got the response "The system cannot find the file specified."

You need to replace with your MainOS drive letter.

jacob1298 commented 11 months ago

I checked before using the command, and the correct display driver is already installed.

RedGreenBlue09 commented 11 months ago

The idk. The browser should work when Andreno driver is installed.

jacob1298 commented 11 months ago

It has only 1gb of ram, and idles at 90% usage

RedGreenBlue09 commented 11 months ago

Hey, you should check the page file settings. It can be disabled or too small. Increase it to a larger size might fix the issue, runs much slower though.

jacob1298 commented 11 months ago

Yup, I forgot to say that I messed with the pagefile, which turned out to be stuck at 0mb by default. It gave me a warning when I first logged on, and I thought I fixed it, but didn't. After I actually fixed it, it worked much better, and the browser worked fine.

On Wed, Aug 2, 2023, 2:14 PM RedGreenBlue09 @.***> wrote:

Hey, you should check the page file settings. It can be disabled or too small. Increase it to a larger size might fix the issue, runs much slower though.

— Reply to this email directly, view it on GitHub https://github.com/RedGreenBlue09/WFAv7_Installer/issues/11#issuecomment-1662720741, or unsubscribe https://github.com/notifications/unsubscribe-auth/AROWQFM5X2ZEQPKS3CM2VO3XTKKIRANCNFSM6AAAAAA22SWPUI . You are receiving this because you modified the open/close state.Message ID: @.***>

RedGreenBlue09 commented 11 months ago

Congrats