../Moto G7 Plus

Booting a custom recovery

Details from https://lineageosroms.com/lake/#temporarily-booting-a-custom-recovery-using-fastboot

  1. Download a custom recovery
  2. Boot into fastboot Recovery mode
    C:\2TB\platform-tools>adb reboot bootloader
  3. Check that adb finds the device
    C:\2TB\platform-tools>fastboot devices
    ZY225CSSN3      fastboot
  4. 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
  5. Toggle to recovery mode
    Recovery mode
  6. Select it
    Recovery mode
  7. Success on the right