Fix: Bootloop Magisk after installing new Firmware


katerpanne

Members
Apr 19, 2014
3,541
332
Hello together,

sometimes if you install a new firmware and magisk, you will end in a bootloop.
This is because a module is no longer compatible with the new firmware. This module must be deactivated or deleted to get out of the bootloop.

Perhaps you have a special module in magisk (e.g. smali patcher / viper ...) you have to remove this modules BEFORE flashing
If you dont remove it before you will be in a bootloop

But no worry .... There are three ways to deactivate or to delete this module:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
First possibility
  • install the old rom version, it should work and you can remove the module in "magisk-manager"
    • reboot and then install the new firmware and magisk again
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Second possibility:

without installing the old firmware use one of this tools ("MM for RM" is my favorite) you can install them with "twrp":
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Third possibility:
  • Go to the ‘Advanced’ menu in TWRP
  • Select ‘File Manager’ to launch the in-built file manager
  • Navigate to ‘/data/adb/modules’ directory where the installed modules are present.
  • You shall see folders by names of the modules installed on your phone
  • Open the folder of the Magisk Module that you want to delete and tap on the button at the bottom-right of the screen.
  • Select ‘Delete’ from the list of available actions
  • Finally, swipe the button on the screen to confirm the action and delete the Magisk Module from your phone
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Regards Kater
 
Last edited:
Hello together,

sometimes if you install a new firmware and then magisk, you will end in a bootloop.
This is because a module is no longer compatible with the new firmware. This module must be deactivated or deleted to get out of the bootloop.

There are two ways to deactivate or to delete this module:

First possibility
  • if you have a special module in magisk (e.g. smali patcher / viper ...) you have to remove this modules BEFORE flashing
  • If you dont remove it before you will be in a bootloop
  • If you install the old rom version, it should work and you can remove the module in "magisk-manager"
    • reboot and then install the new firmware and magisk again
Second possibility:

without installing the old firmware use one of this tools ("MM for RM" is my favorite) you can install them with "twrp":
Regards Kater
Thanks a lot for your time.
We will redirect all asking people to this good managing tool.
Regards