Warning
PLEASE DON'T USE ANY VIDEO GUIDES AS THESE ARE USUALLY OUTDATED AND CAN AND PROBABLY WILL BRICK YOUR NABU!!! IF YOU ABSOLUTELY NEED A VIDEO GUIDE, USE THIS VIDEO GUIDE BY ArtoSeVeN
Note
It is recommended to open CMD or powershell as an admin now, and then access the platform-tools folder using the cd C:\path\to\platform-tools
command, replacing the path with the actual path of the folder.
Use the same window in the entire guide, do not close it.
-
Brain
-
ARM Windows esd
(Select - Version:11
Build:22631.2861
Architecture:ARM64
Edition:CLIENT
Language:select your language
)
fastboot boot <recovery.img>
If it asks you to run it once again, do so
adb shell msc
Warning
DO NOT ERASE, CREATE OR OTHERWISE MODIFY ANY PARTITION WHILE IN DISKPART!!!! THIS WILL ERASE ALL OF YOUR UFS OR PREVENT YOU FROM BOOTING TO FASTBOOT!!!! THIS MEANS THAT YOUR DEVICE WILL BE PERMANENTLY BRICKED WITH NO SOLUTION! (except for taking the device to Xiaomi or flashing it with EDL, both of which will likely cost money)
diskpart
Use
list volume
to find it, it's the one named WINNABU
select volume <number>
assign letter x
Use
list volume
to find it, it's the one named ESPNABU
select volume <number>
assign letter y
exit
Replace
<path\to\install.esd>
with the actual path of install.esd (it may also be named install.wim)
dism /apply-image /ImageFile:<path\to\install.esd> /index:6 /ApplyDir:X:\
If you get
Error 87
, check the index of your image withdism /get-imageinfo /ImageFile:<path\to\install.esd>
, then replaceindex:6
with the actual index number of Windows 11 Pro in your image
Unpack the driver archive, then open the
OfflineUpdater.cmd
file
If it asks you to enter a letter, enter the drive letter of WINNABU (which should be X), then press enter
If any errors appear under Installing App Packages, ignore them and continue
If an error occurs when copying boot files, check
diskpart
to see if ESPNABU still has letter Y. If it does not, add any other letter (such as K) and replace the Y in the below command with said letter respectively
bcdboot X:\Windows /s Y: /f UEFI
If this does not work, ignore it and skip to the next command. This phantom drive will disappear the next time you reboot your PC.
mountvol y: /d
adb reboot
Set up your device, then go to the last step