Booting a custom recovery
Details from https://lineageosroms.com/lake/#temporarily-booting-a-custom-recovery-using-fastboot
- Download a custom recovery
- Boot into fastboot
C:\2TB\platform-tools>adb reboot bootloader
- Check that adb finds the device
C:\2TB\platform-tools>fastboot devices ZY225CSSN3 fastboot
- Flash a recovery image on the device
C:\2TB\platform-tools>fastboot flash boot ..\lineage-18.1-20220315-recovery-lake.img (bootloader) is-logical:boot_a: not found Sending 'boot_a' (23081 KB) OKAY [ 0.500s] Writing 'boot_a' OKAY [ 0.703s] Finished. Total time: 1.328s
- Toggle to recovery mode
- Select it
- Success on the right