-
-
Notifications
You must be signed in to change notification settings - Fork 23.3k
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
[Bug] Mount images, cannot find valid erofs superblock #648
Comments
me too `Extract done Convert vhdx to RAW image Mount images |
I have the same issue: Extract done Convert vhdx to RAW image Mount images Cleanup Work Directory I'm running this on a ASUS ROG Strix GL-702VM with EndeavourOS (Arch) installed and using the default Arch kernel. I also had the same issue running on a Surface Pro 8 with EndeavourOS installed using the default Arch kernel and the surfacelinux Arch kernel. |
I'm having the same issue using ubuntu wsl on windows 11 |
Our issue seems to be a duplicate of this issue: To fix it, you have to go to the MagiskOnWSALocal/scripts/ directory and edit 3 lines in the build.sh file (lines 651, 675, and 909) to match this: https://github.com/LSPosed/MagiskOnWSALocal/pull/620/files Afterwards, re-run the build.sh script. I got mine to successfully build with these changes. |
Works sir |
Works like magic. It could cause an error. Might I ask @k4ever what these lines actually do, and why did we have to add them in? |
IDK what they do. I just followed the post. Be best to ask the originator of the post. |
Thanks man
next up is how to move it to my hard disk, my ssd is only 256.
I've got wsl already too
…On Tue, Aug 15, 2023 at 1:06 AM k4ever ***@***.***> wrote:
Works like magic. N.B: Mind the spacing before the closing parenthesis
guys, it should be : if [[ "$WSA_MAJOR_VER" -lt 2304 || "$WSA_MAJOR_VER"
-ge 2306 ]] not if [[ "$WSA_MAJOR_VER" -lt 2304 || "$WSA_MAJOR_VER" -ge
2306]]
It could cause an error.
Might I ask @k4ever <https://github.com/k4ever> what these lines actually
do, and why did we have to add them in?
IDK what they do. I just followed the post. Be best to ask the originator
of the post.
—
Reply to this email directly, view it on GitHub
<#648 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIPKKN42NSDVFTTAJI7TSIDXVLDRJANCNFSM6AAAAAA3FLL24E>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Exact same issues. Had to come here to see what was wrong, this worked! Why isn't this just being merged into the main version? |
work to me thank u |
Works like magic Thank you! |
I edited the three lines of the build script but when I run it, it gives the error reported as bug #642. What is fix for this?? |
This just happened to me. Make sure you copied the right row of text for 675. It's not the same as the other two. |
I meet this error too |
Thank you magic works ! |
yeahhhh!! |
not working for me |
It wasn't working for me until I double checked the changes and I put a && instead of || on 675 by mistake. There is also a -ge instead of an -lt like the other lines. |
It works for me. Thanks! |
U R my hero |
Thank you so much, fixed it for me too. |
Not working for me. Copied and pasted the lines and now getting the error message that it "fails to read" the erofs. Any advise on what I may have done wrong? |
Thanks so much. It works! |
Steps to reproduce/复现步骤
Expected behaviour/预期行为
Actual behaviour/实际行为
error
MagiskOnWSALocal commit full SHA/MagiskOnWSALocal 提交的完整哈希
da39a3ee5e6b4b0d3255bfef95601890afd80709
Linux distribution info/Linux 发行版信息
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
Kernel version: Linux 5.15.90.1-microsoft-standard-WSL2 x86_64
WSL version: 1.15.0.0
Windows version/Windows 版本
22000.2245
Build Parameters/构建参数
COMMAND_LINE=--arch x64 --release-type retail --root-sol none --gapps-brand MindTheGapps --remove-amazon
INFO: Architecture: x64
INFO: Release Type: retail
INFO: Magisk Version: stable
INFO: GApps Brand: MindTheGapps
INFO: GApps Variant: pico
INFO: Root Solution: none
Build: RELEASE_TYPE=Retail
Generate Download Links
Generating WSA download link: arch=x64 release_type=Retail
WSA Build Version=2306.40000.4.0
Version requirement/版本要求
Logs/日志
The text was updated successfully, but these errors were encountered: