lgexalter1 So if anyone has any ideas how to permanently disable avb/dm-verity please share!
Could you briefly say what method you used? I manually edited my system_root on-device which should be equivalent. I just now booted to recovery and did a factory reset. The device came up and after enabling adb again things look good. I believe I did these hoping to fix my recovery boot-loops - it did not, but I'm sure fixes this problem:
fastboot --disable-verity --disable-verification vbmeta vbmeta.bin
fastboot --disable-verity --disable-verification vbmeta_system vbmeta_system.bin
fastboot --disable-verity --disable-verification vbmeta_vendor vbmeta_vendor.bin
Retrieved the partitions in adb shell su with dd.
I can try it. I used MagiskGapps but this looks suitable.