Blogger Jateng

Redmi 9 (Lancelot) unlock bootloader root magisk

Tested on Redmi 9 lancelot_id_global_images_V11.0.6.0.QJCIDXM

STEP 1

  • Backup Always Recommended
  • Install Magisk Manager
  • Turn ON Internet Connection and Open Magisk Manager
  • Press install button > select method patch a file > choose boot.img from your current miui version > WAIT UNTIL DONE
  • Open download folder and copy magisk_patched.img to your PC (adb tools usually in C:\ADB and Fastboot)
  • Download vbmeta.img in attachment and copy to C:\ADB and Fastboot

STEP 2

  • Go to fastboot (press and hold >>> power+volume down)
  • open command prompt in C:\ADB and Fastboot then type this code one by one carefully

 

Code:
fastboot devicesfastboot --disable-verity --disable-verification flash vbmeta vbmeta_redmi9.img (WARNING: if not successful cause bootloop)fastboot flash boot magisk_patched.img  fastboot reboot

Open Magisk Manager (Internet Connection required for download some magisk files and will automatically reboot in 5 minutes)

Source