It was an old version:
C:\Platformtools\Oneplus\recovery-IMG-e-1.19>fastboot --version
fastboot version 33.0.3-8952118
Installed as C:\Platformtools\platform-tools\fastboot.exe
I updated the version and now fastboot -w seems to work although the phrase âErase succesfull, but not automatically formatting. File system type raw not supportedâ may mean it didnât work completely?
C:>fastboot -w
Erasing âuserdataâ OKAY [ 0.836s]
F2FS-tools: mkfs.f2fs Ver: 1.16.0 (2023-04-11)
Info: Disable heap-based policy
Info: Debug level = 1
Info: Trim is disabled
Info: Set conf for android
Info: Enable Project quota
Info: Segments per section = 1
Info: Sections per zone = 1
Info: sector size = 512
Info: total sectors = 211321752 (103184 MB)
Info: zone aligned segment0 blkaddr: 512
Info: add quota type = 0 => 4
Info: add quota type = 1 => 5
Info: add quota type = 2 => 6
Info: format version with
ââ
[f2fs_init_sit_area: 638] Filling sit area at offset 0x00600000
[f2fs_init_nat_area: 672] Filling nat area at offset 0x00e00000
[f2fs_add_default_dentry_root:1255] Writing default dentry root, at offset 0x1c600
[f2fs_write_root_inode:1300] Writing root inode (hot node), offset 0x1c000
[f2fs_write_default_quota:1389] Writing quota data, at offset 0001c601, 0001c602
[f2fs_write_qf_inode:1438] Writing quota inode (hot node), offset 0x1c001
[f2fs_write_default_quota:1389] Writing quota data, at offset 0001c603, 0001c604
[f2fs_write_qf_inode:1438] Writing quota inode (hot node), offset 0x1c002
[f2fs_write_default_quota:1389] Writing quota data, at offset 0001c605, 0001c606
[f2fs_write_qf_inode:1438] Writing quota inode (hot node), offset 0x1c003
[f2fs_update_nat_default:1475] Writing nat root, at offset 0x00000e00
Info: Overprovision ratio = 0.450%
Info: Overprovision segments = 232 (GC reserved = 229)
[f2fs_write_check_point_pack: 854] Writing main segments, cp at offset 0x00000200
[f2fs_write_check_point_pack: 942] Writing Segment summary for HOT/WARM/COLD_DATA, at offset 0x00000201
[f2fs_write_check_point_pack: 956] Writing Segment summary for HOT_NODE, at offset 0x00000202
[f2fs_write_check_point_pack: 968] Writing Segment summary for WARM_NODE, at offset 0x00000203
[f2fs_write_check_point_pack: 979] Writing Segment summary for COLD_NODE, at offset 0x00000204
[f2fs_write_check_point_pack: 987] Writing cp page2, at offset 0x00000205
[f2fs_write_check_point_pack:1007] Writing NAT bits pages, at offset 0x000003fe
[f2fs_write_check_point_pack:1028] Writing cp page 1 of checkpoint pack 2, at offset 0x00000400
[f2fs_write_check_point_pack:1047] Writing cp page 2 of checkpoint pack 2, at offset 0x00000405
[f2fs_write_super_block:1080] Writing super block, at offset 0x00000000
Info: format successful
Sending âuserdataâ (97 KB) OKAY [ 0.000s]
Writing âuserdataâ OKAY [ 0.000s]
wipe task partition not found: cache
Erasing âmetadataâ OKAY [ 0.000s]
Erase successful, but not automatically formatting.
File system type raw not supported.
Finished. Total time: 7.112s
So I tried again to flash the recovery:
C:\Platformtools\Oneplus\recovery-IMG-e-1.19>fastboot flash dtbo dtbo-e-1.19.1-s-20240109372023-stable-avicii.img
Sending âdtboâ (24576 KB) OKAY [ 0.592s]
Writing âdtboâ OKAY [ 0.141s]
Finished. Total time: 0.765s
C:\Platformtools\Oneplus\recovery-IMG-e-1.19>fastboot flash vbmeta vbmeta-e-1.19.1-s-20240109372023-stable-avicii.img
Sending âvbmetaâ (8 KB) OKAY [ 0.016s]
Writing âvbmetaâ OKAY [ 0.000s]
Finished. Total time: 0.047s
C:\Platformtools\Oneplus\recovery-IMG-e-1.19>fastboot flash recovery recovery-e-1.19.1-s-20240109372023-stable-avicii.img
Sending ârecoveryâ (102400 KB) OKAY [ 2.267s]
Writing ârecoveryâ OKAY [ 0.536s]
Finished. Total time: 3.349s
Alas, the same result. Only fastboot mode. I canât start recovery by holding the power and volume down buttons and releasing them as you described nor via the fastboot mode menu
Iâm very close to giving up.