{% include alerts/tip.html content="Make sure to store these somewhere safe in case later steps fail." %}
## Repartition
{% include alerts/warning.html content="This step is not optional, the device will not boot LineageOS without repartitioning first!" %}
{% include alerts/warning.html content="This step is not optional, the device will not boot /e/OS without repartitioning first!" %}
{% include alerts/warning.html content="This process will wipe all data on the device, including your internal storage!" %}
1. Download the flashable repartition script from [here](https://www.androidfilehost.com/?fid=10763459528675595998).
2. On your device's screen, choose "Apply Update", then "From ADB".
3. From your Terminal/PowerShell, run `adb sideload /path/to/flo-deb_clamor_repartition.zip`, filling `/path/to/` in with the path you downloaded the repartition zip to.
{% include alerts/tip.html content="The repartition script package in question isn't signed with LineageOS's official key, and therefore when it is sideloaded, Lineage Recovery will present a screen that says `Signature verification failed`, this is expected, please click `Continue`." %}
{% include alerts/tip.html content="The repartition script package in question isn't signed with /e/OS's official key, and therefore when it is sideloaded, /e/ Recovery will present a screen that says `Signature verification failed`, this is expected, please click `Continue`." %}
4. Now run `adb shell` from your Terminal/PowerShell, and run the following commands within it:
-`modify`
{% include alerts/warning.html content="This step may take up to 5 minutes, please ensure your USB connection/power source isn't interrupted during this time." %}