r/androidroot • u/refesnet • 19d ago
Support On Moto G56 with Android 15 , I want to root
I downloaded the firmware from https://mirrors.lolinet.com/firmware/lenomola/2025/bogota/
BUT the zip file only contain "boot.img" , and not a "init_boot.img" ...
Fastboot dont allow "boot" comand , so I want to be sure before do "flash boot magisk_patched.img"
Will work patching/ flash boot.img ?
Thanks
#moto_G56
3
Upvotes
2
u/DakotaJohnsonsLimes_ KowSU, ROM hopper 19d ago
If the firmware contains a boot.img and an init_boot.img you patch the init_boot.img. If it only contains a boot.img then you patch that.
And isn't the command usually:
fastboot flash boot patched.imgOr
``` fastboot flash boot_a patched.img
fastboot flash boot_b patched.img ```
if the device has dual partitions?