{% 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." %}
{% if device.codename == "lemonade" %}
1. Download the following files from the directory [here](https://murena.io/s/eByy9jB8N8xixxw).
{% 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 %}
{%- for partition in device.before_recovery_install.partitions %}
* {{ partition }}.img
{%- endfor %}
2. Next we manually reboot into bootloader or download mode
* {% t devices.with_the_device_powered_off %}
* {% t device.download_boot %}
3. Flash the downloaded image files to your device by typing (replace `<...>` with the actual filenames):
```
{%- for partition in device.before_recovery_install.partitions %}