also sometimes known as "Oops, you've lost internet connection"
This usually happens when your device doesn’t have working WiFi drivers. You get stuck on the Let's connect you to a network
part of OOBE with a greyed out Next
button.
The easiest fix is to:
oobe\bypassnro
and press enter (or try cd oobe
and bypassnro.cmd
if the first command fails)Let's connect you to a network
part that says I don't have internet
Due to Windows 11 having an updated uaspstor
driver after 22H2, mass storage mode will not function properly due to the driver sending an unsupported command to the target device. You will need to get an older version of the driver and replace it under C:\Windows\System32\drivers
Of course you can extract the older driver by yourself. For convenience, we also provide one from Windows 10 (19041.1949) uaspstor.sys
Update: I finally found out there’s an issue with my host PC USB bus. After directly connecting to the motherboard USB port, there’s no such problem anymore. I’m using a 10-meter optical USB 3.0 extension cable with hub connected to it, which might be the problem.
You might have experienced a bug. Before seeking for help, try these first:
logfs
partition, find simpleinit.uefi.cfg
there and remove it.If it still doesn’t work, build an UEFI image of DEBUG
variant, take a photo of the stack trace, then open an issue in the EDK2 repository.
The name of one of the partitions has space in it, e.g Microsoft Reserved Partition
. It is known that Windows disk management tools will cause such problem, like diskpart
or diskmgmt
.
There are several ways to fix this:
parted
to change the offending partition name. You can use it in either recovery or Android(rooted)Partition name is not the same as partition label!
This is usually the most common oversight people do after deploying Windows and drivers.
Be aware that you might also encounter a similiar
"Your PC/Device needs to be repaired"
error that doesn’t include the0xc0000428
error code! In case of this error, please download drivers from the correct place!
If you happen to encounter the "Your PC/Device needs to be repaired"
error that also happens to include "The operating system couldn't be loaded because the digital signature of a file or one of its dependencies couldn't be verified."
and the 0xc0000428
error code.
There’s one way to fix it:
format
commands, otherwise you will format your partitions and you can start deploying Windows on ARM installation again!This troubleshooting step covers all issues with Windows Boot Manager that you can encounter.
These can mention that your Boot Configuration Data (BCD)
or application or operating system
for your device is either missing or contains errors.
There’s usually only one way to fix this:
format
commands, otherwise you will format your partitions and you can start deploying Windows on ARM installation again!# S: is the assigned partition letter for your EFI ESP partition
# W: is the assigned partition letter for your deployed WoA system
# change these values in case you mounted it differently
bcdboot W:\Windows /s S: /f UEFI
This is one of the less common roadblocks that you can encounter.
If you get to this screen, your issue is simple and clean.
Your device just doesn’t have a place to start booting from either Windows PE or a deployed Windows on ARM installation that you might have on your device.
You can fix it by:
This is usually the most common issue when connecting Bluetooth Audio devices to Xiaomi Pocophone F1.
If you get to this Blue Screen Of Death after trying to connect Bluetooth Audio devices to your Xiaomi Pocophone F1:
Sound, video and game controllers
Qualcomm(R) Audio Miniport Device
and open itIf you happen to get stuck at Preparing Automatic Repair, you can:
and if that doesn’t help then:
This is one of the least common issues.
If you happen to encounter a Windows Setup could not configure Windows to run on this computer's hardware.
message during the instalation, it’s possible you made a mistake when partitioning the UFS.
To check it first:
parted
to your device and enter ADB shell:adb push parted /cache/
adb shell "chmod 755 /cache/parted"
adb shell
cd /cache
./parted /dev/block/sda
(parted) print
esp
partition we created. Below is an example of the esp partition:.........
Number Start End Size File system Name Flags
.........
23 32GB 32.5GB 512MB fat32 esp boot, esp
esp
partition has boot, esp
.esp
partition, you’ve probably forgot to do the following during the UFS partitioning:# set the esp partition as `EFI system partition type`
(parted) set 23 esp on
(parted) quit
If this still didn’t help, try reformatting the esp
partition.
This issue is commonly seen on Qualcomm Snapdragon 845 (SDM845) OnePlus devices.
This is caused by getting a BSOD during the installation process. The WiFi/Modem subsystem on Qualcomm Snapdragon 845 (SDM845) OnePlus devices is unstable and can get your device to QUALCOMM CrashDump Mode quite often.
If you happen to get the The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed. To install Windows, click "OK" to restart the computer, and then restart the installation.
message after first boot on your device, try redeploying Windows on ARM to your device again from Step 2. Installation.
This issue is commonly seen on Qualcomm Snapdragon 845 (SDM845) OnePlus devices.
The WiFi/Modem subsystem on Qualcomm Snapdragon 845 (SDM845) OnePlus devices is unstable and can get your device to QUALCOMM CrashDump Mode quite often.
You device can get into this mode due to numerous reasons. To get out of it:
This Blue Screen od Death most likely means a broken driver install.
To fix it:
format
commands, otherwise you will format your partitions and you can start deploying Windows on ARM installation again!This BSOD on Qualcomm Snapdragon 845 devices usually means that you forgot to flash a different devcfg.img to your device.
This BIOS on Qualcomm Snapdragon 855 devices varies currently with anything from broken drivers, weird firmware configurations on your device and else.