hi, I wanted to report a bug in the installation of /e/OS 2.8 on a google pixel 5, using the manual installation referred to in the guide:
https://doc.e.foundation/devices/redfin/install
I followed the installation as mentioned in the guide. At the time of performing the wipe from the recovery of /e/OS I encountered this error that I show on the screen:
In this post they mention the same error:
Beyond that error that apparently does not affect the installation (as it mentions that the wipe was performed) after performing the adb sideload I got the following error:
After several hours of digging around, a friend made me realize that maybe the recovery was installing the system on partition B but was trying to boot to partition A, so I did:
fastboot --set-active=b
After this I was finally able to boot the system. I wanted to report this to see if you think this needs to be added to the manual installation guide.