{% include alerts/warning.html content="This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below." %}
{% include alerts/warning.html content="This platform requires additional partitions to be flashed for recovery to work properly.The steps to flash the partitions are given below" %}
{% if device.codename == "lemonade" %}
1. Download the following files from the directory [here](https://murena.io/s/eByy9jB8N8xixxw).
{% elsif device.codename == "renoir" %}
1. Download the following files from the directory [here](https://mirror.math.princeton.edu/pub/lineageos/full/renoir/20230402/).
{% else %}
1. Download the following files from the directory named with the latest date [here](https://mirror.math.princeton.edu/pub/lineageos/full/{{ device.codename }}/).
{% endif %}
1. First unzip the /e/OS eRecovery file linked in the section marked `Downloads for the {{ device.codename }}` . The following files would show up in the location where you unzipped the contents of the eRecovery zip file
{%- for partition in device.before_recovery_install.partitions %}
1. Download the bootloader unlock app for your device:
- Navigate to [ASUS' support site](https://www.asus.com/support) and go to your device's page by entering its model number.
- Click **Driver & Tools**
- Select **Android** from the drop-down menu
- Open the **Utilities** section
- Download the **Unlock Device App**
- If the downloaded file is packaged in a `.zip` archive, extract it.
1. Connect the device to your PC via USB.
1. On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window and change to the location where the Unlock Device App `.apk` resides.
1. Install the `.apk` by typing:
```
adb install Name_of_unlock_app.apk
```
1. Run the application **Unlock Device Tool** from the device and agree to the terms.
> Follow the steps as given on [the ASUS support site](https://www.asus.com/support) to complete the unlock process
1. Press the button to unlock your device.
1. The device should automatically reboot into bootloader mode and the message `unlock successfully...reboot after 5 seconds` should be displayed. The device will then reboot and load Android.