Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 1.42 KB

update-old.md

File metadata and controls

79 lines (45 loc) · 1.42 KB

Windows 11 running on polaris

Running Windows on the Xiaomi Mix 2s

Updating drivers (old method)

Prerequisites

Boot to OFOX recovery

If your recovery has been replaced by the stock recovery, flash it again using

fastboot flash recovery path\to\ofox.img reboot recovery

Enabling mass storage mode

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

adb shell msc

Diskpart

diskpart

List device volumes

To print a list of all the connected volumes, run

list volume

Select Windows volume

Replace $ with the actual number of WINPOLARIS

select volume $

Assign letter to WINF1

assign letter x

Exit diskpart

exit

Installing Drivers

Unpack the driver archive, then open the OfflineUpdater.cmd file

Enter the drive letter of WINPOLARIS, which should be X, then press enter

Boot back into Windows

Reboot your device to boot back into Windows. If this boots you to Android, reflash the UEFI image through fastboot or by using the WOA Helper app

Finished!