Skip to content
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

How do i create a ISO for virtualization? [Windows 10] #267

Open
T0bycat opened this issue Jun 29, 2022 · 10 comments
Open

How do i create a ISO for virtualization? [Windows 10] #267

T0bycat opened this issue Jun 29, 2022 · 10 comments

Comments

@T0bycat
Copy link

T0bycat commented Jun 29, 2022

Hello! I was just wondering how i would create an ISO out of the files I've downloaded with the script.

I want to create a MacOS VMware VM, but I don't have anything to actually put into it.

Any ideas?

@Medizinmann-MD
Copy link

@michelle1574
Copy link

Not a VMDK but an ISO (installable ISO)

@tianyehuakai
Copy link

tianyehuakai commented Mar 11, 2023 via email

@Medizinmann-MD
Copy link

Not a VMDK but an ISO (installable ISO)

The OP wanted something to use with VMWare - VMDK works and the solution in the linked tutorial is IMHO the easiest way.
There is actually no need for a bootable ISO in this context.

Here is a guide to create a bootable ISO for Linux:
https://askubuntu.com/questions/477290/can-i-convert-a-dmg-file-to-iso-in-terminal

You can get an ISO using this with qemu in Windows:
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
...and later rename the file to .iso.

But this is more like a RAW-Image you could use with i.e. Proxmox and not exactly an bootable ISO.
But again – you wouldn’t need a "real" bootable ISO.

@michelle1574
Copy link

But what about converting InstallAssistant to a DMG?

@corpnewt
Copy link
Owner

That's not how it works. The info within the pkg can't just be converted to a dmg, and if it could, it would not be a bootable installer.

@michelle1574
Copy link

Then how can I convert all the downloaded data into a DMG -> ISO? (Windows)

@tianyehuakai
Copy link

tianyehuakai commented Apr 30, 2023 via email

@yzhpxd
Copy link

yzhpxd commented Aug 23, 2023

How to convert the downloaded folder to iso and install it with vmware

@Medizinmann-MD
Copy link

Then how can I convert all the downloaded data into a DMG -> ISO? (Windows)

GibMacOS is/was good up to Catalina - now I would recommend a different method!

I would recommend guide and script from https://www.nicksherlock.com/2022/10/installing-macos-13-ventura-on-proxmox/ to get a installer. But you need to install WSL2 as you need some form of Linux to use it.

I would also prefer using KVM over VMware - or use Proxmox (see above):
https://oneclick-macos-simple-kvm.notaperson535.is-a.dev/docs/start-here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants