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
 
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.
patching boot.img doesnt work, chatgpt said that it could bypass this error by flashing vendor_boot_img, but It wont work either. What should we do?
 
well, if nobody tells me how to do it even if i open a ticket or a post, i think thats worth give it a try. Dont blame be just because i wanna learn, help me instead or just ignore me
Oh, yeah I didn't know the answer lol
I just did a quick search of flashing vendor as opposed to boot (but this varies on different ROMs/phone models)

There isn't a problem with learning, just don't rely on AI especially when it comes to root tasks etc.

It may recommend/suggest things, but use other sources such as forums/blog posts etc. as you will find the answer a lot better than what GPT may give.
 
Oh, yeah I didn't know the answer lol
I just did a quick search of flashing vendor as opposed to boot (but this varies on different ROMs/phone models)

There isn't a problem with learning, just don't rely on AI especially when it comes to root tasks etc.

It may recommend/suggest things, but use other sources such as forums/blog posts etc. as you will find the answer a lot better than what GPT may give.
I have searched over 100 posts on xiaomi.eu, github, xda and followed this official magisk guide, nothing helps, i have even tried to ask here but nothing helped, thats why i used chatgpt. I would really like to learn if someone would like to teach