-
Notifications
You must be signed in to change notification settings - Fork 54
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
qemu-img convert from dmg to img doesn't work #112
Comments
Maybe try using the dmg2img package? I’ve never seen this issue before |
When I'm using dmg2img I'm getting almost the same error, something like "fatal error", I'm trying same installation on the ubuntu installed on hard drive, but getting same error, but without:
but still with:
|
@darkwar123 sounds like the basesystem.dmg file didn’t get downloaded properly, could you try again by running ./fetch-macOS-v2.py |
I have had the same errors with qemu-img at Debian 12. Of course, qemu-block-extra package was installed.
When I used dmg2img, conversion passed ok. |
Which operating system are you trying to install?
macOS Monterey
Describe the bug
When I run ./setup.sh on Ubuntu in wsl the command "qemu-img convert BaseSystem.dmg -O raw BaseSystem.img" on line 11 throw an error in the console:
Expected behavior
*.dmg file converts to *.img
Desktop (please complete the following information):
Additional context
Full ./setup output:
Then qemu starts virtual machine but there is no "Mac OS BaseSystem" image.
The text was updated successfully, but these errors were encountered: