> 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/root-guide.md).

# Root Guide

{% hint style="danger" %}

### Caution

* Bootloader HARUS sudah unlock
* Root berisiko (banking app, OTA, garansi,dll)
* Lakukan atas risiko sendiri
* Backup data penting (disarankan)
* Backup kernel bawaan / backup **`boot.img`** dan **`dtbo.img`**  via OrangeFox / TWRP
  {% endhint %}

### Magisk / Lygisk

{% hint style="info" %}
Jika android 15 kebawah biasanya cukup rename `Magisk.apk` ke `Magisk.zip` dan install menggunakan Custom Recovery (Orangefox / TWRP)\
Lalu rename kembali `Magisk.zip` ke `Magisk.apk` dan install `Magisk.apk`, Selesai.
{% endhint %}

***

Persyaratan:

* `boot.img` = Ambil dan ekstrak `boot.img` yang berada di dalam file ROM `.zip` ke internal device kamu
* Download dan install [**Magisk**](https://github.com/topjohnwu/magisk/releases) `.apk`

Proses patch magisk `boot.img`&#x20;

<div><figure><img src="/files/7v9RjCcZOOrZrwnIFh30" alt=""><figcaption></figcaption></figure> <figure><img src="/files/SYSKVXmXjJEq1MBx1mat" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xhQdu10JuZr5TSOYyw0Z" alt=""><figcaption></figcaption></figure> <figure><img src="/files/XpFpvLh30B0MVoDV27du" alt=""><figcaption></figcaption></figure> <figure><img src="/files/aHnCKTh6ihsYJkLwkJze" alt=""><figcaption></figcaption></figure></div>

Setelah proses patch selesai, dan menghasilkan file `magisk_patched-30700_Xxxxx.img` yang berhasil tersimpan di folder "**Download**".

Lanjut ke step berikutnya:

* Buka folder Download dan cari hasil patch magisk (`magisk_patched-30700_Xxxxx.img`) lalu pindahkan file tersebut ke PC
* Masuk ke mode Fastboot (**Power** + **Volume Down**) dan sambungkan device kamu ke PC
* Flash file hasil patch tersebut menggunakan CMD / Terminal dengan perintah:

{% code title="" %}

```
fastboot flash boot magisk_patched-30700_Xxxxx.img
```

{% endcode %}

<figure><img src="/files/AGSaDJzZdFd8e538EbHl" alt="" width="563"><figcaption></figcaption></figure>

* Setelah proses flash, reboot device kamu
* Buka Magisk Manger, dan selesai Magisk sudah terinstall dengan benar.

<div><figure><img src="/files/cwEylCXXNrHttGZKyP99" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/piUaOAixjg6GVitfFWnO" alt="" width="375"><figcaption></figcaption></figure></div>

***

### KernelSU Next

KernelSU Next (KSU Next) adalah metode root berbasis **kernel-level**, berbeda dengan Magisk yang berjalan di userspace.

{% hint style="danger" %}

### Caution

* Backup Kernel **`boot.img`** dan **`dtbo.img`** via OrangeFox / TWRP
  {% endhint %}

{% hint style="info" %}

### Contoh

Menggunakan PixelOS Official

* Custom Kernel Vantom fork (Support KSU Next):  [\[AOSP\]VantomKernel-sweet-KSUN-v3.2.0-19042026.zip](https://t.me/mychannelneverdies/47)

* [KernelSU Next Manager](https://github.com/KernelSU-Next/KernelSU-Next/releases/download/v3.2.0/KernelSU_Next_v3.2.0-spoofed_33129-release.apk)
  {% endhint %}

* Custom Kernel yang sudah support KernelSU Next lalu flash via OrangeFox / TWRP

* Install KernelSU 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/root-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.
