Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 1.7 KB

update-en.md

File metadata and controls

77 lines (52 loc) · 1.7 KB

Windows 11 Running On A Xiaomi Pad 5

Running Windows on the Xiaomi Pad 5

Updating Drivers

Prerequisites

Start recovery through the PC with the command

fastboot boot <recovery.img>

Activate mass storage mode

If it asks you to run it once again, do so

adb shell msc

Start the Windows disk manager

Once the Pad 5 is detected as a disk

diskpart

Select the Windows volume of the tablet

Use list volume to find it, it's the one named WINNABU

select volume <number>

Assign the letter X

assign letter x

Exit diskpart

exit

Install Drivers

If it says "Automatic WINNABU detection failed! Enter Drive Letter manually" type X

 Open the folder with Drivers and run OfflineUpdater.cmd

Reboot to fastboot to flash UEFI

You can also use the WOA Helper app, in which case you can reboot with adb reboot

Make sure you use the latest UEFI, because Windows might not boot if you update drivers without updating the UEFI

adb reboot bootloader

Boot with Windows bootable UEFI image

Replace <uefi.img> with the actual path of the UEFI image

fastboot flash boot <uefi.img>

Finished!