I would try to flash only the (unpatched) boot.img with fastboot:
fastboot flash boot boot.img
The original boot.img can be extracted from an ota.zip, either manually or by using free tools like these.
While this should preserve your data, it's obviously recommended to backup your stuff first. Applies to any kind of flashing job, actually.