Note 13 5G with HyperOS 2 + magisk?


hyowo

Members
20 Jun 2025
1
3
I want to install magisk to gain root access to my phone and have tried patching boot.img and vendor_boot.img, neither of those worked. I tried
Code:
fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img
which just fastboot looped my phone.

Does anyone have a solution yet for this kind of issue?
 
Depending on the device, init_boot.img needs to be patched if it exists (newer devices), otherwise boot.img (old devices).
"--disable-verity --disable-verification" is not allowed in many newer devices and will prevent you from booting at all.
Don't know where you got the idea to try to patch vendor_boot.img.
 
I was gonna say exactly what Igor said lol

What made you flash vendor_boot.img?

Been boot.img for a long while