…Enter suggestions to improve documentation in this category. Do not raise bugs or issues here…
I tried installing e/OS on an old unused Moto One Vision to see if e/OS will work for me.
I had issues with flashing the additional partitions. The first step was not working:
fastboot flash dtbo <dtbo>.img
fastboot flash vbmeta <vbmeta>.img
After reading the lineage os instructions, I found out these steps should be the other way around:
fastboot flash vbmeta <vbmeta>.img
fastboot flash dtbo <dtbo>.img
But everything else seems to work fine!