This does indicate that the fastboot option is being passed, but for some reason not processed correctly within twrp.
adb reboot fastboot while running twrp
This reboots to system.
twrp reboot fastboot from the twrp shell
This reboots to system.
From the twrp GUI
I have tried finding an option to reboot into userspace fastboot from the twrp gui, but the only available reboot options are system, power off, recovery, bootloader, edl.
Device codename: enchilada TWRP version: 3.5.2_9-0
WHAT STEPS WILL REPRODUCE THE PROBLEM?
Since fastboot has moved to userspace, which has also been implemented in twrp least year, I wanted to use the userspace fastboot, since my vendor fastboot does not support certain options.
I have tried several methods to achieve this:
adb reboot fastboot
from LOS18.1This boots to twrp, but does not start fastboot. I have checked
/tmp/recovery.log
and found the following messages related to fastboot:This does indicate that the fastboot option is being passed, but for some reason not processed correctly within twrp.
adb reboot fastboot
while running twrpThis reboots to system.
twrp reboot fastboot
from the twrp shellThis reboots to system.
From the twrp GUI
I have tried finding an option to reboot into userspace fastboot from the twrp gui, but the only available reboot options are
system, power off, recovery, bootloader, edl
.