Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.25 KB

uninstall.md

File metadata and controls

55 lines (29 loc) · 1.25 KB

Windows 11 running on fajita/enchilada

Running Windows on the OnePlus 6 / 6T

Uninstallation

Why is this needed?

If you want to uninstall windows this is used instead of deleting partitions manually to avoid human error + writing a whole dedicated guide to just uninstalling.

If you want to relock your bootloader you'll need your partition table to be stock.

Prerequisites

Uninstall instructions

Important

This guide will likely not work, it needs to be updated

Boot into fastboot mode

Hold the volume down + power button while the phone is turned off, or run the following command while it is booted

adb reboot bootloader

Restore GPT

Replace path\to\gpt_both0.bin with the path to the gpt_both0.bin file.

fastboot flash partition:0 path\to\gpt_both0.bin

Erase userdata to avoid a bootloop and restore FS size

fastboot -w

Note

If erasing userdata fails, reboot to recovery and wipe all data there instead

Finished!