Skip to content

Latest commit

 

History

History
91 lines (53 loc) · 1.81 KB

File metadata and controls

91 lines (53 loc) · 1.81 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

Assign letters to disks

Start the Windows disk manager

Once the Pad 5 is detected as a disk

diskpart

Assign X to Windows volume

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

You can download Drivers here

If it writes "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

Or if your UEFI has already been flashed, simply reboot with adb reboot

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!