-
Notifications
You must be signed in to change notification settings - Fork 129
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
Problems booting on macOS #25
Comments
Hello, I'm also looking for information about the creation of macOS Virtual Machine. With the help of the kholia/OSX-KVM project I've manage to create VM on macOS Big Sur or Monterey beta. In order to create a snapshot I've removed the several options (CPU: invtsc ...)that were making the VM non-migratable. I'm 'able' to create the snapshot but there are several issues with this approach:
My snapshot seems to be valid, as I'm able to load it, but I guess there is one problem:
So it's possible to read/write at virtual address in userland but it's not possible when the address is in kernelland ? I bet the way I'm creating the VM, and the snapshot, is not good (or incomplete):
Thank you |
@brainrecursion have you resolved your problems ? |
Has anyone got this working with the latest macOS?
I have found to run macOS on QEMU I need to add several CPU feature flags including the
invtsc
flag, however this flag makes the VM non-migratable so thesavevm
command no longer works.The text was updated successfully, but these errors were encountered: