Are you sure that your inactive slot is bootable (on some devices and ROMs it is not)?Does this also mean that it is wrong to flash the magisk_patched.img into both slots?
My device is Poco F4 with A/B partitions.
wrong ? source
fastboot flash boot_a magisk_patched.img
fastboot flash boot_b magisk_patched.img
right ?
fastboot flash boot magisk_patched.img
Eg:
fastboot --set-active=b
fastboot reboot
Keep your OTA to switch/manage active slots, flashing with
fastboot flash boot <img>
will flash to the correct (active) one
Even if the other slot is bootable, at the moment it may not be updated to the same ROM version - flashing the wrong boot img there will make it not bootable
Last edited: