Habíendolos más sencillos en el Foro...
Los comandos a aplicar son los del punto 3b), pero ten en cuenta 2 cosas:
Que ese tutorial se creó cuando la STOCK a flashear eran KitKat 4.4.2 (y 4.4.4), y que con Lollipop tienes un fichero 'system.img_sparsechunk.*' más.
Y que en ese tutorial nombre diferente a los 'system.img_sparsechunk', ya que ahí los llama "system.img_sparsechunk1", cuando en realidad tú tendrás "system.img_sparsechunk.1". Fíjate en el punto ( . ).
En definitiva, tú tendrías que usar estos comandos si quieres flashearte tu STOCK ROM Lollipop:
[PHP]mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot[/PHP]
Recuerda tener suficientemente cargada la bvatería antes de empezar y usar
mfastboot.exe como te indican.