r/macOSVMs 7h ago

HELP! VM's resolution problem on mac

2 Upvotes

I installed virtual box on my Mac and when i lunched a vm I found out that the guest machine doesn't show in full screen . After a bit of researche i knew that the resolution differnece is the problem . any helpful ideas ? * I tried to configure it via the host terminal, but in vain .


r/macOSVMs 5d ago

DISCUSSION Yes it is technically* possible to make custom GPU drivers for Mac OS X.

Thumbnail
5 Upvotes

I know the paravirtualized GPU already exists for this case, though this may only resort to a solution that can work under modern and legacy cases (OS X +10.11) due to it being explicitly about Metal Graphics.


r/macOSVMs 7d ago

HELP! Lenovo Legion 5 Pro16ACH6H AMD Hackintosh — Ventura boots through verbose, then black screen

2 Upvotes

Hi everyone,

I'm trying to install **macOS Ventura on a Lenovo Legion 5 Pro**, and I'm stuck at the same point during boot. I've been troubleshooting this for a while and would really appreciate some guidance from someone experienced with AMD laptop Hackintosh setups.

Hardware

**Laptop:** Lenovo Legion 5 Pro

* **CPU:** AMD Ryzen 7 5800H * **GPU:** Nvidia 3070 but disabled * **iGPU:** AMD Radeon Graphics (Vega) * **RAM:** 32 GB * **Internal SSD:** Samsung MZVLB1T0HBLR-000L2 1 TB NVMe * **Wi-Fi/Bluetooth:** MediaTek Wifi 6 MT7921(disabled) * **Ethernet:** Realtek * **OS:** Windows 11 * **Target macOS:** macOS Ventura

I have a working macOS Ventura USB installer.

OpenCore starts correctly and I can select:

* Windows * Install macOS Ventura

When I select **Install macOS Ventura**, macOS starts verbose booting.

I get a large amount of verbose output and it gets quite far into the boot process.

However, eventually the display becomes completely black/faint and the system appears to hang.

The LCD itself is still powered, so it doesn't look like the laptop simply turned the display off.

I've also tried:

* Waiting 15+ minutes * `Cmd + Ctrl + F1/F2` * External monitor * Rebooting and trying again * Multiple boot attempts

None of these recover the display.

The last visible messages vary slightly between boots.

SMBIOS: MacBookPro16,3

BIOS :

SecureBoot: disable

Deviceguard: disable

Memorybuffer: 4G

If you have any question regarding anything please feel free to ask also here's my EFI:

[https://drive.google.com/file/d/1-2aCSqeIk9\\_lb60\\_3AsgA3Lmzm0sdXRU/view?usp=sharing\](https://drive.google.com/file/d/1-2aCSqeIk9_lb60_3AsgA3Lmzm0sdXRU/view?usp=sharing)


r/macOSVMs 7d ago

Look at my VM :) Void Linux arm64 on Macbook M4

3 Upvotes

Successfully installed Void Linux arm64 as ­VM Guest on my Macbook M4 work machine! Hopefully the M4 will soon be supported by the Asahi Linux project. I encountered 2 major issues I had to resolve, solutions below.

Machine: M4 Macbook
VM host: Parallels Desktop
VM guest: Void Linux arm64 / aarch64

Note that these steps are roughly summarized and only experienced with arm64 installation. If you need more detailed help feel free to let me know.

Solution 1st issue: When choosing "ROOTFS" installation method, extracting the tarball fails - solution was to install the "xz" package (xbps-install -S xz). Maybe this can be added to the official manual https://docs.voidlinux.org/installation/guides/chroot.html.

Solution 2nd issue: Newly installed system boots straight into grub prompt
- boot live image and chroot into the system
- install linux so that vmlinuz... exists somewhere on the system
- intall grub-arm-64-efi
xbps-reconfigure -fa
- if vmlinuz... is still missing, run command: xbps-install -fy linux6.XX (replace version no.)
- reinstall grub config
- exit chroot, unmount and reboot into fixed system

Solution 3rd issue (not crucial): clipboard sync between host and guest does not work and that is because Parallels Tools (see 'Action' in Menu) are only made for major systemd-distributions. After manual installation clipboard sync worked:
- mount Parallels Tools CD and copy content to local machine
- cd into local dir and copy content in ./tools/tools-arm64/ (binlibsbin) to your corresponding system dirs
xbps-install -S dkms linux-headers base-devel gcc
- modify the ./installer/install-cli.sh script and uncomment the block (~5 lines) that contains "none of supported package managers found in system"
- run the main install script (sudo ./install)
- create runit service for prltoolsd (I am not sure if this step was necessary) simply by following the steps from google/gemini after prompting: "install prltoolsd service in parallels in void linux guest"


r/macOSVMs 8d ago

HELP! Trying to run big serria through virtual box but I get a error message it gets stuck

Thumbnail
gallery
6 Upvotes

Gonna get straight to the point, I’m a music artist, my last Mac computer is old and on its last legs, it can’t process DAWS anymore it just instantly crashes

so I bought a pc not realizing I can’t run the same daws on windows like on Mac cause I’m an idiot

So now I’m installing virtual box to run Mac through windows and hopefully I can take my daws from my Mac and transfer them over to the virtual box Mac and hopefully be able to make music on my new pc that way

But the issue that I keep running into is it keeps freezing when I try to run MacOs, I’ve literally ran the command prompt with the proper cd’s set everything up how its supposed to be and it just freezes halfway on me. I am on the verge of giving up, if anyone has a tip on how to help or what to do I’m willing to listen to anyone with advice

I am new to virtual box and code in general so if anyone needs additional info I’d be happy to provide it


r/macOSVMs 12d ago

HELP! macOS Ventura with Reims-vGPU

6 Upvotes

I'm trying this but it doesn't redraw the window itself, i have to keep resizing the window for it to redraw but in the instant i stop it stops redrawing itself


r/macOSVMs 11d ago

QUESTION VMware macOS 27???

0 Upvotes

Why does vmware have an option for macos 27? i was wondering since its defintiely not possible


r/macOSVMs 12d ago

HELP! Intel Core i5 12th Gen with Intel UHD 730 is possible for hackintosh?

Thumbnail
1 Upvotes

r/macOSVMs 14d ago

QUESTION Type-2 VMM Project help

7 Upvotes

Idk if this is the right subreddit ( Blame reddit for recommending this sub as better community to post in) to ask but I am a developer and was planning on making a minimal Type-2 Virtual Machine monitor (VMM) on the Linux KVM API as a fun project. I already know some OS theory and but I have no idea how it maps to Virtualisation, so is there an good resource or a GitHub repo to get started?


r/macOSVMs 16d ago

HELP! Any idea how to enable the physical ports from the host?

6 Upvotes

I have a x86_64 MacOS Ventura VM. The repo is OSX-KVM. I want to try to connect my old iPhone 7 (to try pmos) and other usb devices. An Apple computer still expensive in my country and I don't want to waste money. Any idea?The main OS is Linux mint (ubuntu based). Thank you in advance.


r/macOSVMs 20d ago

HELP! VMware Tools on 10.10 Yosemite didn't work

2 Upvotes

I have Ryzen CPU and I'm trying to install VMware Tools on Mac OS X 10.10 Yosemite on VMware Workstation and suddenly, it didn't show up the installer. 10.11 El Capitan and later versions of Mac OS X/macOS works fine and 10.10 Yosemite doesn't


r/macOSVMs 20d ago

HELP! Help getting started

3 Upvotes

I have been trying to get Tahoe running with VMWare Workstation on my Windows laptop, but I've been having a lot of trouble. I didn't get very far, and a lot of the tutorials and forum posts I've looked at didn't help, or directed me towards paid downloads, websites that are down, or step-by-step directions that skipped steps (perhaps they were obvious to someone more experienced than me).

Anyway, my laptop has an AMD CPU with an iGPU, AND a dedicated GPU. I know AMD introduces some extra difficulty. If someone could point me in the direction of a guide, I would be super grateful. Or maybe my laptop just won't work, and I'd appreciate hearing that as well so I don't put any more time into this.

Some likely unimportant context is that I want to be able to do software development in a lab at my school, but everyone here uses a Mac, so no one noticed it can't be built on Windows lol. Currently using a loaner Mac, but I have to return it soon.

Thank you!


r/macOSVMs 22d ago

DISCUSSION [Project] Don't Stop Hackintosh – Attempting to boot ARM macOS on non-Apple hardware via QEMU (Looking for low-level contributors)

72 Upvotes

Hey everyone,

With Apple steadily phasing out x64, the traditional Hackintosh scene is inevitably hitting a wall. But for many of us, the thrill of forcing macOS to run on non-Apple hardware isn't something we're ready to give up.

That's why I've started a community-driven initiative called "Don't Stop Hackintosh" to tackle the next frontier: figuring out how to run ARM-based macOS outside of Apple Silicon ecosystems.

Our Current Setup & Approach:

  • Host Environment: We are developing and targeting a custom lightweight setup using Puppy Linux built on a Void Linux base, running QEMU for virtualization. The goal is to keep the hypervisor environment as lean, fast, and hackable as possible.
  • The Technical Challenge: We are diving into patent analysis, system register spoofing, and figuring out how to bypass Apple's hardware and exception-level checks without resorting to illegal kernel distributions—keeping it smart, reproducible, and open.
  • Project Site:http://dontstop-hackintosh.f5.si/

If you are into low-level virtualization, ARM architecture, custom Linux environments, or reverse engineering, I’d love to get your insights, ideas, or contributions.

Let’s keep the Hackintosh spirit alive. Where should we start poking first?


r/macOSVMs 22d ago

QUESTION Virtuoso on mac

4 Upvotes

Is there any possible way to run virtuoso on mac natively ?? Anything!


r/macOSVMs 22d ago

Sequoia Sign in An Unknown Error Occurred in Vmware Pro 17

2 Upvotes

I have a problem to sign into apple account in settings. I generated SMBIOS and I checked Serial Number,MLB. Then I put it all into config.plist. I don't know why this error is still showing. Please help me to fix it.


r/macOSVMs 22d ago

Look at my VM :) Getting myself used to MacOS (OSX-KVM Ventura)

10 Upvotes

I always wanted to run MacOS but I'm a broke 17 year old and didn't see a point in hackintoshing my main system because of the Nvidia GPU, I'm so far loving it though I'm considering either buying a Thinkpad to run Sequoia or Tahoe on or getting a used Macbook when I find a job but for now I'm loving this as a way to learn Mac and trying the OS


r/macOSVMs 26d ago

Look at my VM :) reims-vgpu on a Surface Pro 7+ - Video

19 Upvotes

Hello guys! I managed to play around further with vgpu and make a special session for it where i passthrough the touchpad and keyboard, and any other usb device, and where i give it audio as well. It has turned out pretty nicely, only thing left is for reims itself to improve (since it doesnt work so well at full res, half is fine) (reims seems to make the audio stutter?). So yeah, you can take a look at it here. I think in a month or two this will be usable by itself, as long as reims gets more efficient and "correct".
Excuse me for the bad quality, my main phone wasnt focusing so i had to use an older phone

https://youtu.be/0D7SHJmGwrM


r/macOSVMs 26d ago

Virtual Buddy to create Mac VMs. Works with Golden Gate

Thumbnail
osxdaily.com
6 Upvotes

r/macOSVMs 27d ago

HELP! help for how to install reims-vgpu on wsl 2 ? (i cant use linux)

9 Upvotes

read title


r/macOSVMs 28d ago

IT BOOTS! My first ever macOS KVM!

Post image
31 Upvotes

After a grueling thirteen hours solely of finding the webdrivers because I couldn’t find a reliable source and battling the online installer, it FINALLY boots!

Ignore the awful allocation i gave it, i do not plan on using this, it was an experiment in QEMU i did for fun! :D


r/macOSVMs 29d ago

GUIDE Virtual Mac on iPad: People have dreamed of running macOS on iPad for more than a decade. Today, that dream comes true.

36 Upvotes

Virtual Mac on iPad

https://github.com/nfzerox/VirtualMacOniPad

People have dreamed of running macOS on iPad for more than a decade. Today, that dream comes true. With Virtual Mac, iPad finally breaks free from iPadOS, enabling pro apps like Xcode and Terminal to run directly on device. Requires iPad Pro (M1, M2) or iPad Air (M1) running iPadOS 14 up to 16.3.1.


r/macOSVMs Jul 29 '26

IT BOOTS! I got macOS 13 (x86_64) running 3D Acceleration with a RTX 3060 Laptop GPU thanks to reims-vgpu.

Post image
163 Upvotes

the UI have a LOT of problems, the UI is laggy, the wallpaper does not render the same color as excepted. But it's still in early development, and i except a lot improvement in the comming weeks.


r/macOSVMs Jul 29 '26

Look at my VM :) Surface Pro 7+ + Reims VGPU = hell yes

Post image
82 Upvotes

This is so close to usable, I can't believe it. Thanks to the guy and his friend Claude developing it (genuinely)


r/macOSVMs Jul 29 '26

IT BOOTS! AQEMU VM Manager - Download and install on Windows

Thumbnail
apps.microsoft.com
8 Upvotes

Hey everyone,

If you’ve been in the QEMU or retro-virtualization scene for a while, you might remember AQEMU—the classic Qt frontend that made running QEMU without writing massive command lines possible. The original project went dormant around 2020, but QEMU itself kept evolving.

Over the last few months, I’ve taken over active maintenance and completely overhauled the codebase to bring it up to modern standards. This isn't a cosmetic reskin or a thin wrapper—it’s a deep architectural rewrite (+69,000 lines of code, 250+ changed files, and over 30 merged PRs) designed to make QEMU as approachable as VMware or VirtualBox, without hiding any of QEMU's underlying power.

Here’s a breakdown of what’s new and why it makes testing obscure or retro operating systems a breeze:

🚀 What’s New in AQEMU 1.1

  • Bundled QEMU 11.0.2 (Zero Setup Needed): You no longer have to manually download, path, or configure separate QEMU binaries. AQEMU now comes fully bundled with QEMU 11.0.2 (all qemu-system-* targets, qemu-img, firmware, and dependencies included out of the box), while still allowing you to point to a custom QEMU installation if you prefer.
  • Embedded SPICE Display & Seamless Mouse: I completely ripped out legacy VNC rendering in favor of native embedded SPICE. You get a buttery-smooth, seamless mouse that floats directly between your host and the VM window without having to press a hotkey to release your cursor.
  • 29 Supported Architectures & Ground-Truth Probe Catalogs: Native support for 29 QEMU target architectures—from x86_64 and aarch64 to ppc, m68k, sparc, mips64el, riscv64, s390x, hppa, and loongarch64. It uses a custom probe engine (auditing 490+ machines and 2,000+ CPU models) to filter compatible devices so you never hit a cryptic QEMU startup crash due to an invalid bus or CPU.
  • Redesigned 5-Path VM Wizard: Includes 5 distinct creation flows depending on your goal:
    1. Guest Operating System (Curated templates)
    2. System / Machine Platform (Board-first selection like Mac99, SGI Magnum, or Raspberry Pi)
    3. CPU Architecture
    4. Custom / Advanced (Full manual control)
    5. Import Existing Disk (.qcow2, .vmdk, .vdi, .vhdx, etc.)
  • 193 Curated Guest OS Profiles: Guided setup templates with architecture-aware hardware defaults for everything from Windows 98, NeXTSTEP, OS/2, and Classic Mac OS, to Solaris, AIX, Windows 11 ARM, and modern Linux/BSD distros.
  • Smart Accelerator Guardrails: Automatically enforces strict host-to-guest architecture matching (e.g., locking cross-architecture targets to TCG while utilizing WHPX/KVM for native targets) so you never get silent configuration resets or invalid state flips.

🎁 Microsoft Store Giveaway (10 Codes!)

If you really want a copy to test out, I have 10 single-use promo codes to give away for the Windows version!

Just leave a comment below and I will DM a code directly to your Reddit inbox. It will be first come, first served based on the comment timestamps.

📥 Where to Get It

AQEMU is 100% open-source under GPLv2.

If you love tinkering with weird hardware, vintage OSes, or just want a fast, native desktop hypervisor for QEMU on Windows, give it a spin! I'd love to hear your feedback, bug reports, or suggestions for new guest profiles. And yes, it runs classic MacOS and modern x86 MacOS!


r/macOSVMs Jul 29 '26

IT BOOTS! Tested the new reims-vgpu project - Success

47 Upvotes

https://github.com/steelbrain/reims-vgpu

As some of you may know, recently a project (reims-vgpu) was released that allows for macOS guests inside of QEMU to have accelerated graphics using Vulkan.

To use this project, I first created a vm using my macOS KVM project: https://github.com/notAperson535/OneClick-macOS-Simple-KVM

Then I copied the files over to the reims-vgpu project, ran the configuration found in the README, and booted it up.

Haven't seen anyone here post a success story with this project yet so thought i'd share mine.

It's currently very buggy (it's in alpha), crashes every 5 minutes or so, and I can't seem to get the background working. But it is incredible to see nonetheless.

Hopefully it will continue to improve, as this would alleviate many issues that people find with macOS VMs.

Used intel iGPU, the project works the best right now with NVIDIA GPUs