Hi all,
I've been attempting to flash lineageos on my 6T following this guidance: https://lineageosroms.com/fajita/#installation
I got to step 6 on the second section Temporarily booting a custom recovery using fastboot (https://lineageosroms.com/fajita/#temporarily-booting-a-custom-recovery-using-fastboot) and found that on booting in, I just got start screen with options to 'start', 'restart bootloader', 'recovery mode' and 'power off'. I think it should have booted into some sort of UI instead when booting in in recovery mode (volume down + power).
The thing is, having reviewed the tutorial and compared it with others, I think one of the steps in the tutorial may have been wrong. It's step 5 of the Temporarily booting a custom recovery using fastboot section which reads:
In other tutorials for similar devices this reads:
Given that it appears the structure of the fastboot flash command is:
can anyone confirm whether the instruction ought to have been written with 'recovery' not 'boot', so as to flash the recovery image to the recovery partition, not the boot one?
And supposing that is so, does anyone have any ideas about how I ought to proceed if the recovery image shouldn't have been written to the /boot partition but has been? Any chance I can just write the recovery image to the recovery partition and proceed as per the rest of the guide?
To complicate matters I also ran adb sideload copy-partitions-20200903_1329.zip as specified later in the instructions, which I believe is intended to copy content from slot a to slot b. From the shell error though, I think it failed to run and therefore I imagine has had no impact.
I'm attaching:
I've been attempting to flash lineageos on my 6T following this guidance: https://lineageosroms.com/fajita/#installation
I got to step 6 on the second section Temporarily booting a custom recovery using fastboot (https://lineageosroms.com/fajita/#temporarily-booting-a-custom-recovery-using-fastboot) and found that on booting in, I just got start screen with options to 'start', 'restart bootloader', 'recovery mode' and 'power off'. I think it should have booted into some sort of UI instead when booting in in recovery mode (volume down + power).
The thing is, having reviewed the tutorial and compared it with others, I think one of the steps in the tutorial may have been wrong. It's step 5 of the Temporarily booting a custom recovery using fastboot section which reads:
"Temporarily flash a recovery on your device by typing:
fastboot flash boot <recovery_filename>.img"
fastboot flash boot <recovery_filename>.img"
In other tutorials for similar devices this reads:
"Flash recovery onto your device:
fastboot flash recovery <recovery_filename>.img"
fastboot flash recovery <recovery_filename>.img"
Given that it appears the structure of the fastboot flash command is:
fastboot flash <partition> <file>
can anyone confirm whether the instruction ought to have been written with 'recovery' not 'boot', so as to flash the recovery image to the recovery partition, not the boot one?
And supposing that is so, does anyone have any ideas about how I ought to proceed if the recovery image shouldn't have been written to the /boot partition but has been? Any chance I can just write the recovery image to the recovery partition and proceed as per the rest of the guide?
To complicate matters I also ran adb sideload copy-partitions-20200903_1329.zip as specified later in the instructions, which I believe is intended to copy content from slot a to slot b. From the shell error though, I think it failed to run and therefore I imagine has had no impact.
I'm attaching:
- an image of the line in the guidance
- an image of the screen I currently see on booting into 'recovery' mode,
- a text file with the commands run so far.