Need help flashing twrp


FnF.A8

Members
Jun 5, 2018
2
3
Hi!

I have a Xiaomi Redmi Note 5 global version (M1803E7SG) and after unlocking the device I've been trying to flash the "twrp-3.2.1-2-whyred.img" recovery so I can install the "xiaomi.eu_multi_HMNote5Pro_V9.5.14.0.OEICNFA_v9-8.1.zip" rom (I'm hopping is the correct one because the global in the phone is OEIMIFA).
The problem is that after flashing the recovery and rebooting the phone it goes into to the system and not the recovery.
Rebooting and using Volume Up + Power to go into the recovery I get the Mi-Recovery 3.0 and not the twrp one.

Any help into making twrp work is very welcome.
Thank you.
 
https://twrp.me/ is official download place for TWRP.

Code:
fastboot flash recovery twrp-3.2.1-0-whyred.img
fastboot boot twrp-3.2.1-0-whyred.img

You should boot directly to TWRP after flashing it.
 
https://twrp.me/ is official download place for TWRP.

Code:
fastboot flash recovery twrp-3.2.1-0-whyred.img
fastboot boot twrp-3.2.1-0-whyred.img

You should boot directly to TWRP after flashing it.

Thank you very much, that did it!
My mistake was just rebooting with "fastboot reboot" and not bootting to the twrp.img.