Poco F6 stuck on Fastboot


PifGadget

Members
1 Jun 2024
17
15
I just downloaded OrangeFox for Poco F6 and tried to boot it with the following command:
fastboot boot recover.img

Got this:
Sending 'boot.img' (102400 KB) OKAY [ 3.346s]
Booting FAILED (remote: 'Failed to load/authenticate boot image: Bad Buffer Size')
fastboot: error: Command failed


And now my phone won't boot and is stuck on Fastboot.

How can my phone boot again normally? Please help me.

Thanks in advance.
 
You entered the wrong command. Now enter these commands to fix it:
Code:
fastboot erase misc
fastboot set_active a
 
  • Like
Reactions: PifGadget
Thank you. You saved my life gogocar62.

fastboot erase misc fastboot set_active a


commands fixed my boot partition.

Thanks again.
 
Can you please tell me how did you enter the code as my is the same.
Thanks
You need to have fastboot installed on your PC to be able to send commands to your phone.
If you don't have it, you can find fastboot in the bin folder of the xiaomi.eu ROM for your POCO F6.
Launch a Terminal Window, connect your phone to your PC with your USB cable and from the fastboot folder, type the commands.