How to fix system partition on Moto G (xt1032)

George Moytsios

Distinguished
Dec 10, 2014
19
0
18,510
Let's get started!

First you have to get the exact OFFICIAL Motorola image that you were using before system corruption!

Then open the zip file and copy the [color=#ff050a]gpt.bin[/color] file in a folder you will remember.

Open up fastboot and simply flash the gpt.bin !ALONE WITH NO OTHER FILES CONTAINED! simply with the command:
>fastboot flash partition (FULLFileLocation)< or >mfastboot flash (FULLFileLocation)<

Now you have to format the system
so use the command:
>fastboot format system< or >mfastboot format system<

Now you can flash your recovery and install any rom you like as the system will unbrick!

It's recommended that you flash fully stock 4.4.4 GPe image before attempting to install any other rom (More on XDA-Developers).

NOTE: mfastboot commands are more recommended but to use them you have to download and mod your Android Development Tools or your Minimal ADB. Simply Google mfastboot and you are ready to go!