andrein wrote: ↑Wed Feb 05, 2020 11:10 pm
When I was trying to format the SD card i noticed a recovery partition on my RPI and I was wondering how I can use that instead of going to the whole process of formatting the SD card, if possible.
If you have a
recovery partition on the microSD card it probably means that it was created using the NOOBS Installer.
So the documentation for the NOOBS Installer is helpful:
On first boot NOOBS will repartition your SD card and allow you to select which OSes you want to install from a list. This OS list is automatically generated from both locally available OSes (i.e. those contained in the /os directory on disk) or those available from our remote repository (network connection required).
Only the latest version of each OS will ever be displayed meaning that you can be sure that you have installed the most up-to-date release of your selected OS.
On any subsequent boot you can then press the SHIFT key to enter the NOOBS interface and easily reinstall your choice of OSes.
Ref:
https://github.com/raspberrypi/noobs/bl ... E.md#about
The functionality provided by the option highlighted above seems to be what you are looking for.