Hi, I got my FP6 today and i wanted the /e/ but it was not available in green the day I wanted to order it. So now this is a project.
This is going to be messy, but assume that the terminal method is the main way for me that I see most hope of completing this with.
I started the /e/OS Installer but it is unclear if the instructions are wrong in swedish or what is going on after i choose the step after the files are downloaded (again). Maybee do some kind of sha256 on the downloaded file so we don’t drane all your data plan, because I have downloaded step 8 several times now. Step 22/31 or before is wrongly translated it should say fastboot but it says bootloader. This is the error i get in chormium Installation 22/31 completed:
Error on step: connect-bootloader
Cannot execute command flashing unlock
Cannot execute command erase misc
Bootloader replied with FAIL: Erasing failed
There is no way to retry from here, it does not have a green button like previous steps.
That aside I’m comfortable with the terminal solution and have done things like this ten years ago. I like that the script is basic and working but I can’t really figure out.
So the script gets an error when coming to deleting mounts. I don’t know if it does matter that it fails because cleaning up is a factory reset away anyway. So I’ve tried running the script with sudo without any change of outcome. Restarting the computer and phone does nothing.
I have pondered on commenting out the line of the deleting part.
So the system starts fine and works fine. I haven’t started to treat it with full love because I don’t want to mess around with putting my digital ID on the phone yet until I know it is complete. So the system runs but because the install stopped I’m unsure of what to do.
Also I was trying to lock the bootloader but the commands were not recognised. That tells me something isn’t what it should be.
Actually I did this to the script and it finished, i changed the erase line with misc:
# ERASE_IMGS=“misc userdata metadata”
ERASE_IMGS=“userdata metadata”
Results:
INFO: Done. The device will reboot now.Rebooting OKAY [ 0.000s]Finished. Total time: 0.050s
INFO: You can unplug the USB cable now.
So do we have to erase misc during install?

