> For the complete documentation index, see [llms.txt](https://faultx.gitbook.io/rn10p-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faultx.gitbook.io/rn10p-docs/root/unroot-guide.md).

# Unroot Guide

## Kenapa Harus Flash boot.img + dtbo.img ?

Pada Android modern, root bisa menyentuh:

* `boot.img` → Kernel + ramdisk (tempat root utama)
* `dtbo.img` → Device Tree Blob Overlay (konfigurasi hardware)

Beberapa root / kernel custom:

* KernelSU
* Custom kernel
* Beberapa Magisk patch lama

Bisa juga **memodifikasi dtbo.img**.

Kalau hanya flash `boot.img`:

* Root mungkin hilang
* Tapi perubahan kernel masih tersisa

***

## Uninstall Magisk

### Metode 1&#x20;

1. Buka **Magisk App**
2. Scroll ke bawah
3. Klik **Uninstall**
4. Pilih **Complete Uninstall**
5. Tunggu proses selesai
6. **Reboot perangkat**

Setelah reboot:

* Root hilang
* Magisk terhapus
* Sistem kembali normal

Saat kamu pilih **Complete Uninstall** di Magisk:

* Magisk dihapus
* Root dihapus
* Semua modul Magisk dihapus
* Boot image dikembalikan ke original

***

### Metode 2

{% hint style="warning" %}
Flash Magisk Uninstaller (Jika Bootloop / Tidak Bisa Masuk Android)

Jika hp Bootloop / Tidak bisa masuk android / Magisk Error
{% endhint %}

Gunakan metode ini:

1. Download **Magisk Uninstaller ZIP /** **Rename** `magisk.apk` jadi `uninstall.zip`
2. Masuk ke **Recovery (TWRP / OrangeFox)**
3. Flash **Uninstaller ZIP**
4. Reboot

Metode ini akan:

* Hapus root
* Hapus module
* Restore boot image

### Metode 3

Restore Stock Boot Image (Manual)

Jika kamu membackup `boot.img` & `dtbo.img` rom bawaan, cukup flash ulang 2 file (`boot.img` & `dtbo.img`) di recovery / fastboot jika menggunakan pc.

Jika kamu lupa backup, kamu bisa ambil 2 file tersebut di dalam zip rom yang kamu gunakan lalu flash.

<figure><img src="/files/GfICORuZOVPbSwiL0qmB" alt="" width="375"><figcaption></figcaption></figure>

***

## Uninstall KSU / KSU Next / Fork

Caranya mirip seperti diatas,

* Uninstall semua modul
* Flash `boot.img` & `dtbo.img` via Recovery / Fastboot
* Uninstall KSU / KSU Next Manager
* Done!

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://faultx.gitbook.io/rn10p-docs/root/unroot-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
