Question fastbootd mode not possible

Search This thread
Hi there,

I am trying, because of bricked device, to get in fastbootd mode.
I'm using the command 'fastboot reboot fastboot', which ist the correct syntax, after some instructions.
Unfortunately, the only result is: "fastboot: usage: unknown reboot target fastboot"
Is there any idea, how to get into fastbootd mode?

Thank you
g.
 

Flying Fox

Senior Member
Dec 21, 2010
628
785
Vienna
OnePlus 9 Pro
Hi there,

I am trying, because of bricked device, to get in fastbootd mode.
I'm using the command 'fastboot reboot fastboot', which ist the correct syntax, after some instructions.
Unfortunately, the only result is: "fastboot: usage: unknown reboot target fastboot"
Is there any idea, how to get into fastbootd mode?

Thank you
g.
No chance to get into fastboot mode with Power Buttom, Volume up and Volume down?
If yet, fastboot boot boot.img sometimes helps. At least it did it for me...
 

craznazn

Senior Member
Nov 12, 2009
787
1
493
OnePlus 8T
Samsung Galaxy S22 Ultra
No chance to get into fastboot mode with Power Buttom, Volume up and Volume down?
If yet, fastboot boot boot.img sometimes helps. At least it did it for me...
There's are definitely ways to break fastbootd. Sounds like op doesn't have issues getting to bootloader. MSM is the easiest way to fix it and that's the way I'd go if you didn't mess with your device too much. You can also flash your backup super.img from bl and hope for the best.
 
  • Like
Reactions: Flying Fox
What is your device's model number, and which msm did you try?
i'ts reported as LE2123, in bootloader is name lahaina
MSMTool ist from Post #1 here:
 

craznazn

Senior Member
Nov 12, 2009
787
1
493
OnePlus 8T
Samsung Galaxy S22 Ultra
i'ts reported as LE2123, in bootloader is name lahaina
MSMTool ist from Post #1 here:
You need the correct msm tool

 
  • Like
Reactions: dlareghoe
Hi there,

I am trying, because of bricked device, to get in fastbootd mode.
I'm using the command 'fastboot reboot fastboot', which ist the correct syntax, after some instructions.
Unfortunately, the only result is: "fastboot: usage: unknown reboot target fastboot"
Is there any idea, how to get into fastbootd mode?

Thank you
g.
On my last op device 7tpro. The only way to get to fastboot d was with phone on and use adb reboot fastboot. The fastboot reboot fastboot never worked for me and I assume it's the same on this device. I would go for the msm
 
You need the correct msm tool


That was my mistake.
Now working perfect again.
Just had to find a Windows Machine, MSMtool don't likes VMs
 

thirtythr33

Senior Member
Sep 3, 2011
349
155
New York
OnePlus 6T
OnePlus 9 Pro
There's are definitely ways to break fastbootd. Sounds like op doesn't have issues getting to bootloader. MSM is the easiest way to fix it and that's the way I'd go if you didn't mess with your device too much. You can also flash your backup super.img from bl and hope for the best.
I noticed you said backup super.img, which is related to an issue I have currently, because slot B on my phone is missing system_ext, product, odm, and vendor, the partitions located in super. so my question is how (in fastbootd) would I flash my backup super.img directly to slot B? and is this even possible? slot A works fine and my phone boots, but slot B is f'd up and I can't flash a rom (stock oos to stock oos) because it reports slot B is missing those partitions, essentially the ones located in super, and this wouldn't be an issue but fastbootd will fail when attempting to flash those partitions individually to slot B (file missing error)
 

thirtythr33

Senior Member
Sep 3, 2011
349
155
New York
OnePlus 6T
OnePlus 9 Pro
Super contains both slot a and b
fml. then I really do not know what my issue is. how could I be missing the partitions in super yet my phone boots totally fine on slot A. when attempting to flash oos twrp reports system_ext, odm, and product are missing on slot B and I can't flash the update. if super is both slots I am stumped on how this is happening.
 

craznazn

Senior Member
Nov 12, 2009
787
1
493
OnePlus 8T
Samsung Galaxy S22 Ultra
fml. then I really do not know what my issue is. how could I be missing the partitions in super yet my phone boots totally fine on slot A. when attempting to flash and updated oos twrp reports system_ext, odm, and product are missing on slot B and I can't flash the update. if super is both slots I am stumped on how this is happening.
You can try this in fastboot (not fastbootd), but, I never tested only modifying 1 partition so be prepared for the worst:
Code:
fastboot delete-logical-partition system_b
fastboot delete-logical-partition system_ext_b
fastboot delete-logical-partition product_b
fastboot delete-logical-partition vendor_b
fastboot create-logical-partition system_b 100000
fastboot create-logical-partition system_ext_b 100000
fastboot create-logical-partition product_b 100000
fastboot create-logical-partition vendor_b 100000
 

thirtythr33

Senior Member
Sep 3, 2011
349
155
New York
OnePlus 6T
OnePlus 9 Pro
You can try this in fastboot (not fastbootd), but, I never tested only modifying 1 partition so be prepared for the worst:
Code:
fastboot delete-logical-partition system_b
fastboot delete-logical-partition system_ext_b
fastboot delete-logical-partition product_b
fastboot delete-logical-partition vendor_b
fastboot create-logical-partition system_b 100000
fastboot create-logical-partition system_ext_b 100000
fastboot create-logical-partition product_b 100000
fastboot create-logical-partition vendor_b 100000
ok thanks bro even if it doesn't work. I'll have to add in the odm partition to those commands too, but I see what you did and how to do it.
 

Top Liked Posts