FASTBOOT stuck...


Aléxikuz

Members
Aug 29, 2020
11
15
Hello,
My 12 Pro is stuck in Fastboot (orange letters), I tried to press power and vol+ to enter twrp but it didn't work, it reboots into Fastboot.

The last thing I did was flash the latest twrp:
twrp-3.7.0_12-v6.9_A13-zeus-skkk.img
With this command: fastboot flash recovery twrp.img

And if I try to boot it from CMD, I get the following error:
FAILED (remote: 'Failed to load/authenticate boot image: Bad Buffer Size')

Help please.
 
Code:
fastboot erase misc
fastboot set_active a
fastboot reboot
Hello,
My 12 Pro was also stuck in Fastboot after trying to flash the latest twrp so I used your command;

fastboot erase misc
fastboot set_active a
fastboot reboot

Once I typed the above my phone is now completely unresponsive and won't power on. Can you please tell me what should I do?
 
Hello,
My 12 Pro was also stuck in Fastboot after trying to flash the latest twrp so I used your command;

fastboot erase misc
fastboot set_active a
fastboot reboot

Once I typed the above my phone is now completely unresponsive and won't power on. Can you please tell me what should I do?
you can try change to b like this

fastboot erase misc
fastboot set_active b
fastboot reboot
 
Hello,

Fastboot mode and blocked following an update on my Mi11 ultra...

Manual method doesn't work.

I have an IPad (Apple). Please explain how to install reiboot or other software....

When xiaomi only offers flash or Windows....

Thanks a lot.

I've been waiting for 3 days for the return mi.... Not very interactive explanatory and easy in communication..that said in passing
 
Hi, I'm currently having a similar issue on my redmi note 11:

These are the commands I tried running (i tried with both current slot on a and b) :

Code:
fastboot flash recovery twrp.img
Warning: skip copying recovery image avb footer (recovery partition size: 0, recovery image size: 104857600).
Sending 'recovery' (102400 KB)                     OKAY [  2.259s]
Writing 'recovery'                                 FAILED (remote: '(recovery_b) No such partition')
fastboot: error: Command failed

Code:
fastboot flash recovery_ab twrp.img
Warning: skip copying recovery_ab image avb footer (recovery_ab partition size: 0, recovery_ab image size: 104857600).
Sending 'recovery_ab' (102400 KB)                  OKAY [  2.262s]
Writing 'recovery_ab'                              FAILED (remote: '(recovery_ab_b) No such partition')

Please help!