This works on kenzo and kate
My phone bootloop after install RR and CM, it give error message : Failed to mount ‘/persist’ (Invalid argument) – error in TWRP
Solution :
Solution is much easier. You just need a persist.img (I took it from official rom) and fastboot
1: Erase persist
“fastboot erase persist”
2: Take persist.img and flash with fastboot:
“fastboot flash persist persist.img”
…that´s it.
thanks to Alohahe3000