Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.49 KB

uninstall.md

File metadata and controls

56 lines (30 loc) · 1.49 KB

Windows 11 running on pong

Running Windows on the Nothing Phone (2)

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

There is a very small chance this guide might not work if your partition table is completely fucked up. If you find yourself not being able to boot to recovery / Android after, you will have to reflash your device with EDL.

You can find a guide on how to use EDL here

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!