Redmi Note 10 Pro 'sweet' stuck in fastboot after flashing recovery.img

Hello,

first thanks for your work at /e/OS. I’m a user of the system on several devices, but I have a problem with this one.

I followed all instructions of the installation method for the redmi note 10, but after installing the recovery.img file in fastboot mode, I can not go in recovery (nor in normal) mode anymore.

I only have fastboot and nothing else.

I tried to flash 3 different versions of /e/OS recovery.img files, I tried the one from lineageOS, and I also tried the TWRP img file, but it’s all the same.

Do you have any idea to help me out ?

Cheers !

Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online servicesphone

did you look at Lineage wiki ?
are there the same instructions ?

also see

@joschaeff
Then use only fastboot commands and try this (see also above):

fastboot flash boot recovery.img
fastboot boot recovery.img

Hello,

many thanks for your messages, I see I am not alone having the issue.

fastboot flash boot recovery.img
fastboot boot recovery.img

did not change the situation. I don’t see any new option there, but I’ll follow the other thread you pointed to.

Should I try to reinstall the stock firmware ? If yes, is there a procedure that does not imply having a Windows (or a windows VM) ?

Cheers.

When I had an Xiaomi I relied on XiaoMiTool V2 - Modding of Xiaomi devices made easy.

The supporting XDA thread is https://xdaforums.com/t/tool-win-lin-mac-miunlocktool-unlock-bootloader-of-xiaomi-devices-on-mac-linux.3782444/.

As you and @Sebuse both seem to have the same problem Edit, similar problem, different devices! It seems to me one of

  • you have an unsupported variant. Lineage helps with
  • wrong firmware base
  • e-Recovery is broken
  • neither of you have found the correct magic, to boot into recovery while preventing the part of shutdown cycle which initiates overwriting the official Xiaomi/Android recovery. Edit Not correct, in the sweet case it seems your flashing of ‘recovery’ did overwrite Xiaomi/Android recovery.

Thanks @aibd.

My device is a redmi note 10 pro. I use the “sweet” variant.

I must confess I did’nt check the firmware version :frowning: , I bought it in Europe. Maybe it was not suported. If I’m able to recover, I’ll post an issue for other people to be aware of this possibility.

To make things more complicated, the USB connexion in fastboot seems to work only on my old linux laptop, where I had to spawn a win10 virtual machine as those tools are always for windows environments. Well this is my problem, of course, I work around it but everything gets super fastidious.

Models Supported
Models:

  • M2101K6G
  • M2101K6R

Other models are not supported.

There is a firmware guide on the install page Install /e/OS on a Xiaomi Redmi Note 10 Pro - “sweet”

Hello, I managed to install the firmware.

Now, I’m stuck in a android stock fastboot.

I can see from fastbootenhance that I miss partitions on my device: super and vbmeta_system.

I think that if I’m able to recreate those 2 partitions, I could upload the whole firmware and fix it. But I could not find any instruction on this. Is there some anywhere ?

@joschaeff

Which version?
Which variant: OTA Update? Recovery ROM? Fastboot ROM?

For a new installation (clean install) it is absolutely necessary to flash the Fastboot ROM. Only this variant contains all the necessary files!

More details:
to be sure of what I say, I restarted the steps (sorry, I tried so much options, I’m not sure anymore of the actual status of it).

This is my latest attempt:

I downloaded the firmware V14.0.9.0.TKFMIXM
following instructions here: Update firmware on sweet | LineageOS Wiki

I passed all the fastboot flash commands, with only one error:

fastboot flash imagefvbak imagefv.elf
Warning: skip copying imagefvbak image avb footer (imagefvbak partition size: 0, imagefvbak image size: 28672).
Sending 'imagefvbak' (28 KB)                       OKAY [  0.000s]
Writing 'imagefvbak'                               FAILED (remote: '(imagefvbak) No such partition')
fastboot: error: Command failed

Now, I will not try anything further until I understand this error.

Your firmware variant is Recovery ROM and not suitable for a complete reinstallation (see above)

The mistake is easy to understand.

C o m p a r e

WRONG: 		fastboot flash imagefvbak imagefv.elf
CORRECT: 	fastboot flash imagefv imagefv.elf

How can I tell that the firmware is a fastboot ROM ?
Would this one be fit ? https://mifirm.net/download/11244

I think I made some progesses :slight_smile: Thanks a lot for your kind replies.

I flashed the fastboot ROM found on link above, using the MiFlash Tool.

This is the whole logs.

[2025-03-04 14:24:37:943:943230  453cb2a2]:MiFlash 2022.5.7.0
[2025-03-04 14:24:37:943:943230  453cb2a2]:vboytest index:1
[2025-03-04 14:24:37:959:959304  453cb2a2]:Thread id:10 Thread name:
[2025-03-04 14:24:37:959:959304  453cb2a2]:image path:Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0
[2025-03-04 14:24:37:959:959304  453cb2a2]:env android path:"C:\Users\jonathan\Downloads\MiFlash20220507(1)\MiFlash20220507\Source\ThirdParty\Google\Android"
[2025-03-04 14:24:37:959:959304  453cb2a2]:script :Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\flash_all_lock.bat
[2025-03-04 14:24:37:974:974963  453cb2a2]:Physical Memory Usage:3227648 Byte
[2025-03-04 14:24:37:974:974963  453cb2a2]:start process id 1008 name cmd
[2025-03-04 14:24:38:020:020724  453cb2a2]:info1:$if exist Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\anti_version.txt (for /F "delims==" %a in (Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\anti_version.txt) do (set CURRENT_ANTI_VER=%a ) ) 
[2025-03-04 14:24:38:020:020724  453cb2a2]:info1:$(set CURRENT_ANTI_VER=3 ) 
[2025-03-04 14:24:38:020:020724  453cb2a2]:info1:$if [3] EQU [] set CURRENT_ANTI_VER=0 
[2025-03-04 14:24:38:020:020724  453cb2a2]:info1:$for /F "tokens=2 delims=: " %i in ('fastboot -s 453cb2a2 getvar anti 2>&1 | findstr /r /c:"anti:"') do (set version=%i ) 
[2025-03-04 14:24:38:059:059760  453cb2a2]:info1:$(set version=3 ) 
[2025-03-04 14:24:38:059:059760  453cb2a2]:info1:$if [3] EQU [] set version=0 
[2025-03-04 14:24:38:059:059760  453cb2a2]:info1:$set anticheck="antirollback check pass" 
[2025-03-04 14:24:38:059:059760  453cb2a2]:info1:$if 3 GTR 3 set anticheck="Current device antirollback version is greater than this pakcage" 
[2025-03-04 14:24:38:059:059760  453cb2a2]:info1:$echo "antirollback check pass"   | findstr /r /c:"pass"   || 
[2025-03-04 14:24:38:075:075079  453cb2a2]:info1:"antirollback check pass" 
[2025-03-04 14:24:38:075:075079  453cb2a2]:info1:$fastboot -s 453cb2a2 getvar product   2>&1  | findstr /r /c:"^product: *sweet"   || echo Missmatching image and device 
[2025-03-04 14:24:38:106:106392  453cb2a2]:info1:product: sweet
[2025-03-04 14:24:38:106:106392  453cb2a2]:info1:$fastboot -s 453cb2a2 getvar product   2>&1  | findstr /r /c:"^product: *sweet"   || exit /B 1 
[2025-03-04 14:24:38:128:128022  453cb2a2]:info1:product: sweet
[2025-03-04 14:24:38:128:128022  453cb2a2]:info1:$fastboot -s 453cb2a2 erase boot   || 
[2025-03-04 14:24:38:143:143846  453cb2a2]:info2:Erasing 'boot'                                     OKAY [  0.000s]
[2025-03-04 14:24:38:143:143846  453cb2a2]:info2:Finished. Total time: 0.000s
[2025-03-04 14:24:38:143:143846  453cb2a2]:info1:$fastboot -s 453cb2a2 flash crclist Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\crclist.txt   || 
[2025-03-04 14:24:38:191:191285  453cb2a2]:info2:Sending 'crclist' (0 KB)                           OKAY [  0.016s]
[2025-03-04 14:24:38:191:191285  453cb2a2]:info2:Writing 'crclist'                                  OKAY [  0.000s]
[2025-03-04 14:24:38:191:191285  453cb2a2]:info2:Finished. Total time: 0.016s
[2025-03-04 14:24:38:191:191285  453cb2a2]:info1:$fastboot -s 453cb2a2 flash sparsecrclist Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\sparsecrclist.txt   || 
[2025-03-04 14:24:38:228:228460  453cb2a2]:info2:Sending 'sparsecrclist' (0 KB)                     OKAY [  0.000s]
[2025-03-04 14:24:38:228:228460  453cb2a2]:info2:Writing 'sparsecrclist'                            OKAY [  0.000s]
[2025-03-04 14:24:38:228:228460  453cb2a2]:info2:Finished. Total time: 0.006s
[2025-03-04 14:24:38:244:244433  453cb2a2]:info1:$fastboot -s 453cb2a2 flash xbl Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\xbl.elf   || 
[2025-03-04 14:24:38:408:408950  453cb2a2]:info2:Sending 'xbl' (3729 KB)                            OKAY [  0.148s]
[2025-03-04 14:24:38:577:577617  453cb2a2]:info2:Writing 'xbl'                                      OKAY [  0.169s]
[2025-03-04 14:24:38:577:577617  453cb2a2]:info2:Finished. Total time: 0.317s
[2025-03-04 14:24:38:593:593490  453cb2a2]:info1:$fastboot -s 453cb2a2 flash xblbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\xbl.elf   || 
[2025-03-04 14:24:38:731:731488  453cb2a2]:info2:Sending 'xblbak' (3729 KB)                         OKAY [  0.122s]
[2025-03-04 14:24:38:932:932939  453cb2a2]:info2:Writing 'xblbak'                                   OKAY [  0.201s]
[2025-03-04 14:24:38:932:932939  453cb2a2]:info2:Finished. Total time: 0.323s
[2025-03-04 14:24:38:949:949129  453cb2a2]:info1:$fastboot -s 453cb2a2 flash xbl_config Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\xbl_config.elf   || 
[2025-03-04 14:24:38:980:980148  453cb2a2]:info2:Sending 'xbl_config' (86 KB)                       OKAY [  0.000s]
[2025-03-04 14:24:38:996:996304  453cb2a2]:info2:Writing 'xbl_config'                               OKAY [  0.016s]
[2025-03-04 14:24:38:996:996304  453cb2a2]:info2:Finished. Total time: 0.032s
[2025-03-04 14:24:39:011:011897  453cb2a2]:info1:$fastboot -s 453cb2a2 flash xbl_configbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\xbl_config.elf   || 
[2025-03-04 14:24:39:049:049956  453cb2a2]:info2:Sending 'xbl_configbak' (86 KB)                    OKAY [  0.016s]
[2025-03-04 14:24:39:068:068789  453cb2a2]:info2:Writing 'xbl_configbak'                            OKAY [  0.019s]
[2025-03-04 14:24:39:068:068789  453cb2a2]:info2:Finished. Total time: 0.035s
[2025-03-04 14:24:39:078:078895  453cb2a2]:info1:$fastboot -s 453cb2a2 flash abl Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\abl.elf   || 
[2025-03-04 14:24:39:128:128236  453cb2a2]:info2:Sending 'abl' (204 KB)                             OKAY [  0.016s]
[2025-03-04 14:24:39:134:134254  453cb2a2]:info2:Writing 'abl'                                      OKAY [  0.006s]
[2025-03-04 14:24:39:134:134254  453cb2a2]:info2:Finished. Total time: 0.038s
[2025-03-04 14:24:39:150:150348  453cb2a2]:info1:$fastboot -s 453cb2a2 flash ablbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\abl.elf   || 
[2025-03-04 14:24:39:181:181434  453cb2a2]:info2:Sending 'ablbak' (204 KB)                          OKAY [  0.015s]
[2025-03-04 14:24:39:197:197644  453cb2a2]:info2:Writing 'ablbak'                                   OKAY [  0.016s]
[2025-03-04 14:24:39:197:197644  453cb2a2]:info2:Finished. Total time: 0.031s
[2025-03-04 14:24:39:197:197644  453cb2a2]:info1:$fastboot -s 453cb2a2 flash tz Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\tz.mbn   || 
[2025-03-04 14:24:39:314:314212  453cb2a2]:info2:Sending 'tz' (2016 KB)                             OKAY [  0.079s]
[2025-03-04 14:24:39:386:386263  453cb2a2]:info2:Writing 'tz'                                       OKAY [  0.072s]
[2025-03-04 14:24:39:386:386263  453cb2a2]:info2:Finished. Total time: 0.158s
[2025-03-04 14:24:39:399:399052  453cb2a2]:info1:$fastboot -s 453cb2a2 flash tzbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\tz.mbn   || 
[2025-03-04 14:24:39:500:500223  453cb2a2]:info2:Sending 'tzbak' (2016 KB)                          OKAY [  0.070s]
[2025-03-04 14:24:39:569:569036  453cb2a2]:info2:Writing 'tzbak'                                    OKAY [  0.069s]
[2025-03-04 14:24:39:569:569036  453cb2a2]:info2:Finished. Total time: 0.154s
[2025-03-04 14:24:39:588:588492  453cb2a2]:info1:$fastboot -s 453cb2a2 flash hyp Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\hyp.mbn   || 
[2025-03-04 14:24:39:637:637968  453cb2a2]:info2:Sending 'hyp' (384 KB)                             OKAY [  0.022s]
[2025-03-04 14:24:39:656:656488  453cb2a2]:info2:Writing 'hyp'                                      OKAY [  0.019s]
[2025-03-04 14:24:39:656:656488  453cb2a2]:info2:Finished. Total time: 0.041s
[2025-03-04 14:24:39:656:656488  453cb2a2]:info1:$fastboot -s 453cb2a2 flash hypbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\hyp.mbn   || 
[2025-03-04 14:24:39:701:701448  453cb2a2]:info2:Sending 'hypbak' (384 KB)                          OKAY [  0.016s]
[2025-03-04 14:24:39:717:717305  453cb2a2]:info2:Writing 'hypbak'                                   OKAY [  0.000s]
[2025-03-04 14:24:39:717:717305  453cb2a2]:info2:Finished. Total time: 0.032s
[2025-03-04 14:24:39:717:717305  453cb2a2]:info1:$fastboot -s 453cb2a2 flash devcfg Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\devcfg.mbn   || 
[2025-03-04 14:24:39:771:771059  453cb2a2]:info2:Sending 'devcfg' (42 KB)                           OKAY [  0.016s]
[2025-03-04 14:24:39:786:786544  453cb2a2]:info2:Writing 'devcfg'                                   OKAY [  0.000s]
[2025-03-04 14:24:39:786:786544  453cb2a2]:info2:Finished. Total time: 0.032s
[2025-03-04 14:24:39:786:786544  453cb2a2]:info1:$fastboot -s 453cb2a2 flash devcfgbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\devcfg.mbn   || 
[2025-03-04 14:24:39:817:817518  453cb2a2]:info2:Sending 'devcfgbak' (42 KB)                        OKAY [  0.000s]
[2025-03-04 14:24:39:832:832952  453cb2a2]:info2:Writing 'devcfgbak'                                OKAY [  0.015s]
[2025-03-04 14:24:39:832:832952  453cb2a2]:info2:Finished. Total time: 0.015s
[2025-03-04 14:24:39:838:838766  453cb2a2]:info1:$fastboot -s 453cb2a2 flash storsec Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\storsec.mbn   || 
[2025-03-04 14:24:39:870:870381  453cb2a2]:info2:Sending 'storsec' (20 KB)                          OKAY [  0.015s]
[2025-03-04 14:24:39:870:870381  453cb2a2]:info2:Writing 'storsec'                                  OKAY [  0.000s]
[2025-03-04 14:24:39:870:870381  453cb2a2]:info2:Finished. Total time: 0.015s
[2025-03-04 14:24:39:870:870381  453cb2a2]:info1:$fastboot -s 453cb2a2 flash bluetooth Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\BTFM.bin   || 
[2025-03-04 14:24:39:939:939467  453cb2a2]:info2:Sending 'bluetooth' (780 KB)                       OKAY [  0.037s]
[2025-03-04 14:24:39:955:955529  453cb2a2]:info2:Writing 'bluetooth'                                OKAY [  0.016s]
[2025-03-04 14:24:39:955:955529  453cb2a2]:info2:Finished. Total time: 0.053s
[2025-03-04 14:24:39:971:971752  453cb2a2]:info1:$fastboot -s 453cb2a2 flash cmnlib Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\cmnlib.mbn   || 
[2025-03-04 14:24:40:021:021252  453cb2a2]:info2:Sending 'cmnlib' (389 KB)                          OKAY [  0.034s]
[2025-03-04 14:24:40:031:031511  453cb2a2]:info2:Writing 'cmnlib'                                   OKAY [  0.010s]
[2025-03-04 14:24:40:031:031511  453cb2a2]:info2:Finished. Total time: 0.045s
[2025-03-04 14:24:40:039:039859  453cb2a2]:info1:$fastboot -s 453cb2a2 flash cmnlibbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\cmnlib.mbn   || 
[2025-03-04 14:24:40:071:071694  453cb2a2]:info2:Sending 'cmnlibbak' (389 KB)                       OKAY [  0.016s]
[2025-03-04 14:24:40:087:087413  453cb2a2]:info2:Writing 'cmnlibbak'                                OKAY [  0.016s]
[2025-03-04 14:24:40:087:087413  453cb2a2]:info2:Finished. Total time: 0.032s
[2025-03-04 14:24:40:087:087413  453cb2a2]:info1:$fastboot -s 453cb2a2 flash cmnlib64 Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\cmnlib64.mbn   || 
[2025-03-04 14:24:40:140:140597  453cb2a2]:info2:Sending 'cmnlib64' (507 KB)                        OKAY [  0.022s]
[2025-03-04 14:24:40:156:156993  453cb2a2]:info2:Writing 'cmnlib64'                                 OKAY [  0.016s]
[2025-03-04 14:24:40:172:172727  453cb2a2]:info2:Finished. Total time: 0.039s
[2025-03-04 14:24:40:172:172727  453cb2a2]:info1:$fastboot -s 453cb2a2 flash cmnlib64bak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\cmnlib64.mbn   || 
[2025-03-04 14:24:40:221:221712  453cb2a2]:info2:Sending 'cmnlib64bak' (507 KB)                     OKAY [  0.018s]
[2025-03-04 14:24:40:240:240917  453cb2a2]:info2:Writing 'cmnlib64bak'                              OKAY [  0.019s]
[2025-03-04 14:24:40:240:240917  453cb2a2]:info2:Finished. Total time: 0.053s
[2025-03-04 14:24:40:240:240917  453cb2a2]:info1:$fastboot -s 453cb2a2 flash modem Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\NON-HLOS.bin   || 
[2025-03-04 14:24:45:779:779400  453cb2a2]:info2:Sending 'modem' (154892 KB)                        OKAY [  5.507s]
[2025-03-04 14:24:50:621:621306  453cb2a2]:info2:Writing 'modem'                                    OKAY [  4.842s]
[2025-03-04 14:24:50:637:637431  453cb2a2]:info2:Finished. Total time: 10.364s
[2025-03-04 14:24:50:653:653531  453cb2a2]:info1:$fastboot -s 453cb2a2 flash dsp Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\dspso.bin   || 
[2025-03-04 14:24:53:004:004522  453cb2a2]:info2:Sending 'dsp' (65536 KB)                           OKAY [  2.320s]
[2025-03-04 14:24:55:055:055580  453cb2a2]:info2:Writing 'dsp'                                      OKAY [  2.051s]
[2025-03-04 14:24:55:055:055580  453cb2a2]:info2:Finished. Total time: 4.371s
[2025-03-04 14:24:55:072:072080  453cb2a2]:info1:$fastboot -s 453cb2a2 erase metadata   || 
[2025-03-04 14:24:55:102:102944  453cb2a2]:info2:******** Did you mean to fastboot format this ext4 partition?
[2025-03-04 14:24:55:102:102944  453cb2a2]:info2:Erasing 'metadata'                                 OKAY [  0.000s]
[2025-03-04 14:24:55:102:102944  453cb2a2]:info2:Finished. Total time: 0.000s
[2025-03-04 14:24:55:118:118964  453cb2a2]:info1:$fastboot -s 453cb2a2 flash metadata Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\metadata.img   || 
[2025-03-04 14:24:55:149:149921  453cb2a2]:info2:Sending 'metadata' (48 KB)                         OKAY [  0.016s]
[2025-03-04 14:24:55:156:156435  453cb2a2]:info2:Writing 'metadata'                                 OKAY [  0.007s]
[2025-03-04 14:24:55:156:156435  453cb2a2]:info2:Finished. Total time: 0.022s
[2025-03-04 14:24:55:156:156435  453cb2a2]:info1:$fastboot -s 453cb2a2 flash keymaster Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\km41.mbn   || 
[2025-03-04 14:24:55:203:203794  453cb2a2]:info2:Sending 'keymaster' (257 KB)                       OKAY [  0.013s]
[2025-03-04 14:24:55:220:220107  453cb2a2]:info2:Writing 'keymaster'                                OKAY [  0.016s]
[2025-03-04 14:24:55:220:220107  453cb2a2]:info2:Finished. Total time: 0.048s
[2025-03-04 14:24:55:234:234994  453cb2a2]:info1:$fastboot -s 453cb2a2 flash keymasterbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\km41.mbn   || 
[2025-03-04 14:24:55:272:272995  453cb2a2]:info2:Sending 'keymasterbak' (257 KB)                    OKAY [  0.016s]
[2025-03-04 14:24:55:289:289374  453cb2a2]:info2:Writing 'keymasterbak'                             OKAY [  0.016s]
[2025-03-04 14:24:55:289:289374  453cb2a2]:info2:Finished. Total time: 0.032s
[2025-03-04 14:24:55:289:289374  453cb2a2]:info1:$fastboot -s 453cb2a2 flash logo Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\logo.img   || 
[2025-03-04 14:24:56:413:413094  453cb2a2]:info2:Sending 'logo' (30404 KB)                          OKAY [  1.093s]
[2025-03-04 14:24:57:371:371834  453cb2a2]:info2:Writing 'logo'                                     OKAY [  0.959s]
[2025-03-04 14:24:57:371:371834  453cb2a2]:info2:Finished. Total time: 2.052s
[2025-03-04 14:24:57:378:378345  453cb2a2]:info1:$fastboot -s 453cb2a2 flash aop Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\aop.mbn   || 
[2025-03-04 14:24:57:410:410232  453cb2a2]:info2:Sending 'aop' (160 KB)                             OKAY [  0.000s]
[2025-03-04 14:24:57:425:425875  453cb2a2]:info2:Writing 'aop'                                      OKAY [  0.016s]
[2025-03-04 14:24:57:425:425875  453cb2a2]:info2:Finished. Total time: 0.032s
[2025-03-04 14:24:57:441:441421  453cb2a2]:info1:$fastboot -s 453cb2a2 flash aopbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\aop.mbn   || 
[2025-03-04 14:24:57:479:479499  453cb2a2]:info2:Sending 'aopbak' (160 KB)                          OKAY [  0.023s]
[2025-03-04 14:24:57:479:479499  453cb2a2]:info2:Writing 'aopbak'                                   OKAY [  0.000s]
[2025-03-04 14:24:57:479:479499  453cb2a2]:info2:Finished. Total time: 0.023s
[2025-03-04 14:24:57:495:495838  453cb2a2]:info1:$fastboot -s 453cb2a2 flash qupfw Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\qupv3fw.elf   || 
[2025-03-04 14:24:57:542:542901  453cb2a2]:info2:Sending 'qupfw' (48 KB)                            OKAY [  0.000s]
[2025-03-04 14:24:57:558:558290  453cb2a2]:info2:Writing 'qupfw'                                    OKAY [  0.015s]
[2025-03-04 14:24:57:558:558290  453cb2a2]:info2:Finished. Total time: 0.047s
[2025-03-04 14:24:57:558:558290  453cb2a2]:info1:$fastboot -s 453cb2a2 flash qupfwbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\qupv3fw.elf   || 
[2025-03-04 14:24:57:580:580069  453cb2a2]:info2:Sending 'qupfwbak' (48 KB)                         OKAY [  0.000s]
[2025-03-04 14:24:57:595:595947  453cb2a2]:info2:Writing 'qupfwbak'                                 OKAY [  0.016s]
[2025-03-04 14:24:57:595:595947  453cb2a2]:info2:Finished. Total time: 0.016s
[2025-03-04 14:24:57:595:595947  453cb2a2]:info1:$fastboot -s 453cb2a2 flash imagefv Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\imagefv.elf   || 
[2025-03-04 14:24:57:630:630768  453cb2a2]:info2:Sending 'imagefv' (28 KB)                          OKAY [  0.019s]
[2025-03-04 14:24:57:630:630768  453cb2a2]:info2:Writing 'imagefv'                                  OKAY [  0.000s]
[2025-03-04 14:24:57:630:630768  453cb2a2]:info2:Finished. Total time: 0.019s
[2025-03-04 14:24:57:642:642840  453cb2a2]:info1:$fastboot -s 453cb2a2 flash uefisecapp Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\uefi_sec.mbn   || 
[2025-03-04 14:24:57:680:680581  453cb2a2]:info2:Sending 'uefisecapp' (123 KB)                      OKAY [  0.006s]
[2025-03-04 14:24:57:696:696973  453cb2a2]:info2:Writing 'uefisecapp'                               OKAY [  0.016s]
[2025-03-04 14:24:57:696:696973  453cb2a2]:info2:Finished. Total time: 0.038s
[2025-03-04 14:24:57:712:712545  453cb2a2]:info1:$fastboot -s 453cb2a2 flash uefisecappbak Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\uefi_sec.mbn   || 
[2025-03-04 14:24:57:743:743385  453cb2a2]:info2:Sending 'uefisecappbak' (123 KB)                   OKAY [  0.000s]
[2025-03-04 14:24:57:759:759922  453cb2a2]:info2:Writing 'uefisecappbak'                            OKAY [  0.017s]
[2025-03-04 14:24:57:759:759922  453cb2a2]:info2:Finished. Total time: 0.032s
[2025-03-04 14:24:57:759:759922  453cb2a2]:info1:$fastboot -s 453cb2a2 flash multiimgoem Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\multi_image.mbn   || 
[2025-03-04 14:24:57:813:813157  453cb2a2]:info2:Sending 'multiimgoem' (32 KB)                      OKAY [  0.015s]
[2025-03-04 14:24:57:813:813157  453cb2a2]:info2:Writing 'multiimgoem'                              OKAY [  0.000s]
[2025-03-04 14:24:57:813:813157  453cb2a2]:info2:Finished. Total time: 0.015s
[2025-03-04 14:24:57:813:813157  453cb2a2]:info1:$fastboot -s 453cb2a2 flash vbmeta Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\vbmeta.img   || 
[2025-03-04 14:24:57:844:844223  453cb2a2]:info2:Sending 'vbmeta' (8 KB)                            OKAY [  0.000s]
[2025-03-04 14:24:57:844:844223  453cb2a2]:info2:Writing 'vbmeta'                                   OKAY [  0.000s]
[2025-03-04 14:24:57:844:844223  453cb2a2]:info2:Finished. Total time: 0.015s
[2025-03-04 14:24:57:860:860398  453cb2a2]:info1:$fastboot -s 453cb2a2 flash dtbo Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\dtbo.img   || 
[2025-03-04 14:24:59:047:047010  453cb2a2]:info2:Sending 'dtbo' (32768 KB)                          OKAY [  1.164s]
[2025-03-04 14:25:00:084:084632  453cb2a2]:info2:Writing 'dtbo'                                     OKAY [  1.038s]
[2025-03-04 14:25:00:084:084632  453cb2a2]:info2:Finished. Total time: 2.209s
[2025-03-04 14:25:00:099:099888  453cb2a2]:info1:$fastboot -s 453cb2a2 flash super Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\super.img   || 
[2025-03-04 14:25:43:646:646013  453cb2a2]:info2:Sending sparse 'super' 1/11 (722464 KB)            OKAY [ 24.688s]
[2025-03-04 14:25:43:646:646013  453cb2a2]:info2:Writing 'super'                                    FAILED (remote: 'Partition not found')
[2025-03-04 14:25:43:646:646013  453cb2a2]:info2:Writing 'super'                                    FAILED (remote: 'Partition not found')
[2025-03-04 14:25:43:646:646013  453cb2a2]:info2:fastboot: error: Command failed
[2025-03-04 14:25:43:646:646013  453cb2a2]:info2:fastboot: error: Command failed
[2025-03-04 14:25:43:646:646013  453cb2a2]:info1:"Flash super error" 
[2025-03-04 14:25:43:646:646013  453cb2a2]:info1:"Flash super error" 
[2025-03-04 14:25:43:677:677828  453cb2a2]:begin FlashDone
[2025-03-04 14:25:43:677:677828  453cb2a2]:error:Writing 'super'                                    FAILED (remote: 'Partition not found')
[2025-03-04 14:25:43:677:677828  453cb2a2]:process exit.

I miss the “super” partition … can I make one “by hand” ? Or by any other mean ?

You are very daring! We shouldn’t be surprised that the installations haven’t worked yet.

A fastbootROM (.tgz) is always larger than a recoveryROM (.zip)

Your fastbootROM is okay now.


1st: unpack sweet_eea_global_images_V14.0.9.0.TKFEUXM_20231121*.tgz
2nd: unpack sweet_eea_global_images_V14.0.9.0.TKFEUXM_20231121*.tar

3rd: Folder/Directory: sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0
Note: In subfolder /images you will find, among others, the files super.img + vbmeta.img

Completely new installation

  1. Boot “sweet” into fastboot mode
  2. Navigate to folder sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0
  3. CMD (instead of Windows PowerShell)
  4. flash_all.bat (installation script)

Happy flashing!

Again, thanks for your time :slight_smile:

The result is the same:

fastboot  flash super Z:\sweet_eea_global_images_V14.0.9.0.TKFEUXM_13.0\images\super.img   ||
Sending sparse 'super' 1/11 (722464 KB)            OKAY [ 23.592s]
Writing 'super'                                    FAILED (remote: 'Partition not found')
fastboot: error: Command failed
"Flash super error"

Have you flashed only fastboot flash super super.img or executed flash_all.bat (installation script)?

I executed the installation script.
I only pasted the first error message.

Okay, let’s try reorganizing the partition structures with reinstalling stock ROM Android 11 = fastbootROM V12.5.7.0.RKFEUXM > flash_all.bat (installation script) or Mi Flash Tool 20210226

Hello,

thank you again for your kind support. Good idea to test the oldests version of Android.

Sadly it did’nt work, same error with the super partition missing.

I tried the oldest firmware available, but it’s Android 11 already, with this dynamic super partition. So no luck.

The more I understand the problem, the more I’m puzzled about how I got there …

I’m taking any new idea that would pop out in order to recover :slight_smile:

Thanks again, I appreciate a lot not being alone here :slight_smile: