Oh, so the fastboot is not a modified version like the twrp, I see...I already mirror all do Gdrive but I miss to inform here is the link
https://drive.google.com/drive/folders/1VIsIlup3UTsjhFTGh7XTjR4A5vq32f1C
I assume that mfastboot is the port of fastboot linux tool to Microsoft OS or something like that, you can google and find more about it as I have no idea.
On a deb base linux system you can install using bellow
I don't use other then deb system so just google if you can't use above command on yours OS.Code:sudo apt-get -y fastboot
The thing is, I cannot flash and boot you modified recovery, only the original ones from twrp website, that are not able to install the ROM correctly (I can install lineage-14 correctly, though)...
I'm doing:
Code:
$ fastboot flash recovery original_twrp-3.3.1-0-quark.img # from the twrp website...
# OK
$ fastboot boot original_twrp-3.3.1-0-quark.img
# OK
# Modified version...
$ fastboot flash recovery twrp-3.3.1-mod_1-quark.img
# OK
$ fastboot boot twrp-3.3.1-mod_1-quark.img
# phone is restarted, but it is not going to recovery.
Do you know what could be the problem?