Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 1.38 KB

fix-gpt-en.md

File metadata and controls

69 lines (34 loc) · 1.38 KB

Windows 11 Running On A Xiaomi Pad 5

Running Windows on the Xiaomi Pad 5

Fix the GPT to use Windows 24H2 safely

Prerequisites:

Important

If you want to use Windows 24H2 safely, these steps are required to avoid EDL issues.

Note

Doing this will not affect your Android or Windows install.

Reboot into fastboot mode

  • Boot your NABU into fastboot mode by holding down the volume down button while rebooting with a USB cable connected
  • Or, if you have USB debugging enabled, run the below command while booted into Android.
adb reboot bootloader

Boot into the modified recovery

Replace path\to\recovery.img with the actual path of the downloaded recovery.img

fastboot boot path\to\recovery.img

Fixing the GPT

Once booted into the recovery image

If it asks you to run it again, do so

adb shell fixgpt

Reboot your device

adb reboot

✅ Done! Windows 24H2 can now safely be used.