-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootloop with EROFS system partition ... #7716
Comments
Try #7685... |
Hi, thanks for your advice, but it keeps failing. pmsg-ramoops-0.txt Same error but without mirror...
|
app-debug.apk.zip |
Hi again. pmsg-ramoops-0.txt Thanks so much for your work. |
Hmm, readlink says |
fix your kernel |
Well, understood, but maybe you can point me a bit to where the problem is... EROFS is working without problems, I have just problems with magisk. Please, point me to the code where Magisk do the readlink and get |
Hey any follow ups on this issue? I've been facing similar issues with my erofs builds. Seeing similar readlink failures in magisk log. |
As said... I've fixed my kernel... how? Adding a massive number of
commits... I can't tell you which of them is the clue... but is
related to symlinks... you have to backport fs stuff...
…On viernes, 2 de feb de 2024, 19:40, wrote:
Hey any follow ups on this issue? I've been facing similar issues with my erofs builds. Seeing similar readlink failures in magisk log. You are receiving this because you authored the thread.Message ID:
|
Device: Xiaomi Mi Mix 2 (Chiron)
Android version: 14
Magisk version name: 65207f9
Magisk version code: 26404
Since I introduced EROFS support on my rom, I cannot make it work with EROFS system partition.
Same problem since first A13 roms with EROFS support.
Rom with EROFS system partition bootloops on MIX logo (no bootanim, no adb). Exactly same rom with EXT4 system partition flawlessly works.
Boot images always patched within specified Magisk debug app.
/proc/mounts of EXT4 version working without Magisk
EXT4_proc_mounts.txt
logcat and dmesg of EXT4 version working with Magisk
Magisk26404_EXT4_logcat.txt
Magisk26404_EXT4_dmesg.txt
/proc/mounts of EROFS version working without Magisk
EROFS_proc_mounts.txt
pmsg-ramoops-0 and console-ramoops-0 of EROFS version bootlooping with Magisk (added .txt to upload)
pmsg-ramoops-0.txt
console-ramoops-0.txt
The errors seem linked to cp_link and cp_afc ops...
Regards.
The text was updated successfully, but these errors were encountered: