-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Version 2302 system image format changed to vhdx #296
Comments
Can confirm that they did indeed made this decision for some reason, kinda sucks. |
you can try to convert with your WSL:
edit: never mind, it converts but the images aren't readable |
Have you tested this? Because I doubt it being very good solution |
Just finished my testings and you're right ofcourse. Saddly this doesn't work |
Yeah I thought as much.. I think you would have to convert it back to vdhx and I'm guessing it would just add even more instability with it. Guess all we can do is wait |
we can mount, unmount read-write vhdx but we can't resize it to copy file :( |
@juicypop Did you test |
I didn't even try and gave up on building it from source. There are projects that are ready to install from PowerShell with 1-2 commands and on the latest version. I think this repo isn't maintained any longer and it doesn't make much sense to waste our time here. |
@juicypop This method use the script from MagiskOnWSALocal instead. And the script are build in bash too (which is didn't support vhdx) |
Arrgh.... of course I read the Issues tab only after having incompetently fumbled around for hours trying to work this exact thing out only to find out this whole flipping thing is essentially useless now... Hoo. Ray. |
having the same issue, I was wondering why it didn't work until I realize that the file format is different now 😥 |
is there anyway to get a downgraded version? |
@rainwashed @FeuerDrachenEinhorn use my prebuilt WSA instead: |
@YT-Advanced thanks :) |
If you download the current retail release of WSA (rather than the fast release) then the images are still in .img format |
Yes they are but there is plenty of other issues with that one..
Due to these errors, it does not work. Atleast not for me.. When I run it, Windows gives buffer overflow error. Did anyone else get it to work? |
i have no coding background and stumbled upon this thread while following instructions found here: https://nerdschalk.com/how-to-get-google-play-store-and-gapps-on-windows-11-with-windows-subsystem-for-android/. I realized too late that the reason why the play store app is not showing up is because img files are vhdx files. thanks for posting the prebuilt ones, @YT-Advanced ! let me try this one out |
I haven't been able to get read-write mounting of the VHDX working correctly (if anyone has any suggestions please let me know). I've only been able to mount the VHDX images in read-only using libguestfs and linux-image-generic in WSL2. @YT-Advanced Have you tried using |
I have used qemu to convert the image to img then convert back to vhdx. You can check my WSA-Script in my github |
Gotta love how the devs don't update the readme immediately upon this knowledge and letting everyone just waste their time on this issue. 👎 |
That's because it seems this project is abandoned by WSA-Community. I would recommend checking YT-Advanced's script for this. |
It is automatically so it will be up to date with original WSA (Now MagiskOnWSALocal are abandoned too) :( |
It's a shame but I get it. The performance is abysmal compared to Bluestacks for example. Some of them games I played on WSA just year ago are now extremely laggy.. and WSA still isnt available everywhere, and lot of people don't even use it.. |
so i made i fork where i got it working by converting the .vhdx files to .img the fix/workaround is in |
just found this discussion after trying to understamd what i was doing wrong. are there any github repos on this still being updated?? |
The repos above are still updated |
In version 2302, the system image format changed to vhdx, so this script can't work :((( Please add a feature to mount and edit vhdx image
Update: You can use my prebuilt from here (Auto build using Github Action):
https://github.com/YT-Advanced/WSA-Script/releases/latest
The text was updated successfully, but these errors were encountered: