Help wanted: Oneplus 6 now in fastboot-loop

Hello everybody,
Nice to find more people here trying to keep their privacy!
Although I’ve been spending already 2 weeks, 5231million hours and 3 minutes on trying to get /e/ installed on my specially for this aim bought Oneplus 6, I consider myself as a complete newb, a noob, a dummy and a nono. It feels like being “flashed” into a new galaxy of phone-hacking-pirates where everybody speaks a language I don’t understand.
But it feels good, this is the way to go.
I needed all the How-to’s on the internet to get this far: the phone got stuck in a fastboot-loop: can’t even be powered off, can’t get recovery on,
etcetera. So I managed to get to this part of the Howto where it went wrong, I guess,
** Sideload the /e/ .zip package:*
** On the device, select “Advanced”, “ADB Sideload”, then swipe to begin sideload.*
** On the host machine, sideload the package using:*

```

  • adb sideload filename.zip*
    ```

I don’t remember at what step exactly I ended in this fastboot-loop, I’m sorry. I guess I was too excited seeing things happening in the right direction.
So now I think this is what they mean with “bricked”?
Spending another few hours on finding a way out, even trying to understand some french and german workarounds I found only a solution for Window-pc’s, but I have linux Ubuntu 18.04.3. so I finally thought “let’s ask for some help!”

HELLLP

Some info I saved for “you never know”, maybe somebody finds something:

l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot devices
d8fb360a fastboot
l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot flash recovery ./twrp.img
target reported max download size of 536870912 bytes
sending ‘recovery’ (28980 KB)…
OKAY [ 1.364s]
writing ‘recovery’…
FAILED (remote: (recovery_b) No such partition)
finished. total time: 1.366s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$

what worked:

l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot boot twrp-3.3.1-2-enchilada.img
downloading ‘boot.img’…
OKAY [ 1.179s]
booting…
OKAY [ 0.092s]
finished. total time: 1.271s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$

Sorry, but your post is to long for me for reading on mobile phone. So it could be that you have tried my solution. But if not, try this:

Boot in twrp
Wipe system, data, cache, davlik
Format data
Reboot to recovery again
Tranfer eOS.zip via file explorer or adb push to your device
Flash eOS once more via twrp
Reboot system

Messages about recovery and cache partitions are not expected.
Maybe something happened with unlocking ?

Thanks for the replies,
but,
I can’t boot in twrp
Terminal output:
l@l-Latitude-E6500:~/Bureaublad/platform-tools$ adb reboot recovery

  • daemon not running; starting now at tcp:5037
  • daemon started successfully
    error: no devices/emulators found

l@l-Latitude-E6500:~/Bureaublad/platform-tools$ adb devices
List of devices attached

l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot devices
d8fb360a fastboot

l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot boot twrp-3.3.1-2-enchilada.img
< waiting for any device >
downloading ‘boot.img’…
OKAY [ 1.286s]
booting…
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 1.301s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$

@smu44:
not sure what you mean with “Messages about recovery and cache partitions are not expected”
but the device state = unlocked

Please try the following:

4.Once the device is in fastboot mode, verify your PC finds it by typing:

fastboot devices

5.Temporarily flash a recovery on your device by typing:

fastboot flash boot twrp-3.3.1-2-enchilada.img

6.Manually reboot into recovery mode

Try also to follow the steps and read the support discussion at the offical TWRP OnePlus 6 Thread in the XDA-Developers-Forum:

Good luck! :smile_cat:

This can’t work. I think the docu is wrong.
For flashing twrp the command is:
fastboot flash twrp-3.3.1-2-enchilada.img

And for temporary boot twrp the command is:
fadtboot boot twrp-3.3.1-2-enchilada.img

I have had just read the same problem in community group

terminal output:

l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot flash twrp-3.3.1-2-enchilada.img
unknown partition ‘twrp-3.3.1-2-enchilada.img’
error: cannot determine image filename for ‘twrp-3.3.1-2-enchilada.img’
l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot boot twrp-3.3.1-2-enchilada.img
downloading ‘boot.img’…
OKAY [ 1.333s]
booting…
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 1.348s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$

Maybe this is also important:
As soon as the phone (turned OFF) is connected to pc it starts automaticly fastboot

Sorry, my command was also wrong :frowning:
fastboot flash recovery twrp-3.3.1-2-enchilada.img

The ‘recovery’ was missing, that’s the reason of the error message. Sorry

Thanks a lot for helping, realy appreciate your help!
Output:
l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot flash recovery twrp-3.3.1-2-enchilada.img
target reported max download size of 536870912 bytes
sending ‘recovery’ (28980 KB)…
OKAY [ 1.281s]
writing ‘recovery’…
FAILED (remote: (recovery_b) No such partition)
finished. total time: 1.282s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$

Oh, it’s a a/b device. That’s special. I can search tommorow for the best way.

https://ecloud.global/s/sjPsBnHetdRkQtg

Thank you @harvey186 I’m glad you said it. Can you please make sure that this gets into the /e/ documentation is changed. Your voice will be heard at the appropriate place.

By the way: The same command can be found in the LineageOS How-to-Install.

This device seems to have a special installation procedure, as described here : https://twrp.me/oneplus/oneplus6.html
In short, TWRP flash should be done in TWRP himself, having the image somewhere in phone’s storage.
There is a screenshot in the XDA support thread.

Here you will find a good HowTo for A/B devices (from point 9 on).
Could you please try that way ?

from point 9 on I get a different outcome at the first step already, something with “failed” :frowning:

l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot boot twrp-3.3.1-2-enchilada.img
downloading ‘boot.img’…
OKAY [ 1.249s]
booting…
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 1.265s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$

could you pls try an older TWRP version ? I have read somewhere, that there is an issue after TWRP 3.2.x.x

I search for the older twrp-versions, but if they don’t have “enchilada” in the name I think they’re not the right-ones, correct?

l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot boot twrp-3.3.1-2-enchilada.img
downloading ‘boot.img’…
OKAY [ 1.249s]
booting…
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 1.265s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot boot twrp-3.3.0-0-enchilada.img
downloading ‘boot.img’…
OKAY [ 1.390s]
booting…
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 1.405s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot boot twrp-3.2.3-1-enchilada.img
downloading ‘boot.img’…
OKAY [ 1.356s]
booting…
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 1.371s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot boot twrp-3.2.2-0-enchilada.img
downloading ‘boot.img’…
OKAY [ 1.261s]
booting…
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 1.276s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot boot twrp-3.2.1-0-enchilada.img
downloading ‘boot.img’…
OKAY [ 1.261s]
booting…
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 1.276s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$

have a look here https://eu.dl.twrp.me/enchilada/

That’s where twrp-3.2.1-0-enchilada.img is the oldest, right?

l@l-Latitude-E6500:~/Bureaublad/platform-tools$ fastboot boot twrp-3.2.1-0-enchilada.img
downloading ‘boot.img’…
OKAY [ 1.261s]
booting…
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 1.276s
l@l-Latitude-E6500:~/Bureaublad/platform-tools$