Any advice with the following issue would be much appreciated:
I’m finding this error message when attempting to flash /e/ system:
C:\Users\Liam> fastboot flash system system.img
fastboot: error: cannot load ‘system.img’: No such file or directory
- bootloader is unlocked and adb fastboot recognizes that the phone is in fastboot
If I can’t solve this problem does anyone know if this process will change to become ‘more automatic’?
Thanks again
Regain your privacy! Adopt /e/ the unGoogled mobile OS and online services
C:\Users\Liam> fastboot flash system system.img
This only works when you unzipped the install files to C:\Users\Liam
If you placed the files anywhere else, you need to cd
to that directory first.
3 Likes
You need to put the /e/ files in the ADB’s folder. Otherwise fastboot
can’t find them.
1 Like
I don’t see how that helps here.
I don’t think this is correct/sufficient.
The files need either be in the current directory where the fastboot
command is executed. Or you can specify the full path to the files like fastboot flash system C:\temp\system.img
(assuming they were placed in C:\temp
for example; any directory would do).
3 Likes
Many thanks! @Ingo_FP_Angel I had to cd to that directory 
All installed and looks great so far!
3 Likes
I’m using xubuntu and when using ADB instead of cd
to directory, I right click in side the the folder where the zip file is and open a terminal there that works for me, I’m just learning myself.
2 Likes
servus, ich kann /e/OS beim FP 3 nicht installieren, da nach dem funktionierendem Befehl: ./fastboot -w wiederholt folgende Fehlermeldung erscheint:
efas-iMac:~ efa$
efas-iMac:~ efa$ cd /Users/efa/Desktop/platform-tools
efas-iMac:platform-tools efa$
efas-iMac:platform-tools efa$ ./adb devices
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
A209G5180201 unauthorized
efas-iMac:platform-tools efa$ ./fastboot devices
A209G5180201 fastboot
efas-iMac:platform-tools efa$ ./fastboot -w
mke2fs 1.44.3 (10-July-2018)
Creating filesystem with 12777209 4k blocks and 3194880 inodes
Filesystem UUID: cedc83e1-8e3d-4b1d-a8bd-4d4b6d633c50
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424
Allocating group tables: done
Writing inode tables: done
Creating journal (65536 blocks): done
Writing superblocks and filesystem accounting information: done
Erasing ‘userdata’ OKAY [ 0.188s]
Sending ‘userdata’ (4400 KB) OKAY [ 0.122s]
Writing ‘userdata’ OKAY [ 0.045s]
Finished. Total time: 0.743s
efas-iMac:platform-tools efa$ ./fastboot flash system system.img
fastboot: error: cannot load ‘system.img’: No such file or directory
efas-iMac:platform-tools efa$
wäre schön, wenn jemand einen lösungsvorschlag hat.
erstmal danke + grüße
wifried
Es ist wahrscheinlich am einfachsten, wenn die Dateien aus https://images.ecloud.global/dev/FP3/IMG-e-0.11-p-2020082870302-dev-FP3.zip auch nach /Users/efa/Desktop/platform-tools
entpackt werden.
1 Like
servus ingo - nun hab ich des auch so probiert wie vorgeschlagen, aber gleiches ergebnis:
also ich habs in platform-tools
entpackt
/Users/efa/Desktop/platform-tools/IMG-e-0.12- p-2020093076095-dev-FP3
fastboot: error: cannot load ‘system.img’: No such file or directory
beim FP2 hat das damals geklappt.
nun bin ich etwas ratlos und dankbar für weitere tipps
Was passiert, wenn Du die folgenden 3 Kommandos in dieser Reihenfolge ausführst?
cd /Users/efa/Desktop/platform-tools
find -type f -name fastboot
find -type f -name system.img
1 Like
Diese Version (0.12) wurde von /e/ vorerst zurückgezogen, nur so nebenbei.
Deshalb …
Es passiert folgendes:
Last login: Tue Oct 13 11:34:36 on ttys000
efas-iMac:~ efa$ cd /Users/efa/Desktop/platform-tools
efas-iMac:platform-tools efa$ find -type f -name fastboot
find: illegal option – t
usage: find [-H | -L | -P] [-EXdsx] [-f path] path … [expression]
find [-H | -L | -P] [-EXdsx] -f path [path …] [expression]
efas-iMac:platform-tools efa$ find -type f -name system.img
find: illegal option – t
usage: find [-H | -L | -P] [-EXdsx] [-f path] path … [expression]
find [-H | -L | -P] [-EXdsx] -f path [path …] [expression]
efas-iMac:platform-tools efa$
Ach Mist, ich habe keinen Mac, ich hatte gehofft, die Optionen für das find
wären dieselben wie unter Linux. 
Hm, die Kurzform in Worten: die Dateien müssen “nur” alle im gleichen Verzeichnis sein.
D.h., im Verzeichnis /Users/efa/Desktop/platform-tools
muss es sowohl fastboot
geben als auch z.B. system.img
(plus alle anderen Dateien aus dem ZIP Archiv).
1 Like
servus ingo - jetzt hat´s nach deinen vorschlägen:
entpacken in platform-tools
/Users/efa/Desktop/platform-tools nochmal versucht - und es hat funtioniert!!!
dank + glgrüsze
winfried
2 Likes