Skip to content

Latest commit

 

History

History
81 lines (46 loc) · 1.61 KB

update.md

File metadata and controls

81 lines (46 loc) · 1.61 KB

Windows 11 running on polaris

Running Windows on the Xiaomi Mix 2s

Updating drivers

Prerequisites

Boot into the modded 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

Select Windows volume

Use list volume to find it, replace $ with the actual number of WINPOLARIS

select volume $

Assign the letter X

assign letter x

Exit diskpart

exit

Installing Drivers

Note

This process will take +- 20 minutes. Do not worry, this is normal.

  • Unpack the driver archive, then open the OfflineUpdater.cmd file (if an error shows up, run OfflineUpdaterFix.cmd instead)

If it asks you to enter a letter, enter the drive letter of WINPOLARIS (which should be X), then press enter

Reboot your device

Make sure to also change the UEFI image in Android, otherwise you may face a "blue screen of death" (BSoD) when booting Windows later.

adb reboot

Finished!