Voilà, install macOS on ANY Computer! This is really and magic easiest way!
Go to file
Gabriel Luchina 02f0f825ee
Merge pull request #39 from kafeg/main
Add NOTICE about kernel panic solution
2024-11-01 18:54:00 -03:00
Artefacts updated README.md 2024-10-24 16:56:13 -03:00
EFI Fix PVE/OC image 2024-10-25 10:37:39 -03:00
tools Fix PVE/OC image 2024-10-25 10:37:39 -03:00
.gitignore Add log directory to gitignore 2022-02-27 19:11:15 +01:00
CHANGELOG.md Upgrade to Opencore 0.7.9 2022-03-09 19:09:02 +01:00
install.sh Added support to PVE 8 2023-07-06 14:13:47 -03:00
README.md Add NOTICE about kernel panic solution 2024-11-01 22:50:33 +01:00
setup Fix spelling of Sequoia ISO 2024-10-28 18:47:19 +01:00

OSX-PROXMOX - Run macOS on ANY Computer - AMD & Intel

Install ** FRESH/CLEAN ** Proxmox VE v7.0.XX ~ 8.2.XX - Next, Next & Finish (NNF).

Open Proxmox Web Console -> Datacenter > NAME OF YOUR HOST > Shell.

Copy, paste and execute (code below).

Voilà, install macOS! This is really and magic easiest way! overview

COPY & PASTE - in shell of Proxmox (for Install or Update this solution)

/bin/bash -c "$(curl -fsSL https://install.osx-proxmox.com)"

For install EFI Package in macOS, first disable Gatekeeper

sudo spctl --master-disable

Versions of macOS Supported

  • macOS High Sierra - 10.13
  • macOS Mojave - 10.14
  • macOS Catalina - 10.15
  • macOS Big Sur - 11
  • macOS Monterey - 12
  • macOS Ventura - 13
  • macOS Sonoma - 14
  • macOS Sequoia - 15

Versions of Proxmox VE Supported

  • v7.0.XX ~ 8.2.XX

Opencore version

  • Oct/2024 - 1.0.2 Added support to macOS Sequoia

Cloud Support (Yes, install your Hackintosh in Cloud Environment)

Disclaimer

  • FOR DEV/STUDENT/TEST ONLY PURPOSES.
  • I'm not responsible for any problem and/or equipment damage or loss of files.
  • Always back up everything before any changes to your computer.

Requirements

Since Monterey, your host must have a working TSC (timestamp counter), because otherwise if you give the VM more than one core, macOS will observe the skew between cores and kernel/memory panic when it sees time ticking backwards. To check this, on Proxmox run:

dmesg | grep -i -e tsc -e clocksource
...
# for working host must be:
...
clocksource: Switched to clocksource tsc
...

# for broken host could be:
tsc: Marking TSC unstable due to check_tsc_sync_source failed
clocksource: Switched to clocksource hpet

Below is a possible workaround from here: https://www.nicksherlock.com/2022/10/installing-macos-13-ventura-on-proxmox/comment-page-1/#comment-55532

  1. Try to turn off “ErP mode” or any C state power saving modes your BIOS supports and poweroff/poweron device (including physical cable). It could help host OS to init TSC correctly, but no guarantee.
  2. Or try to activate TSC force in GRUB by adding boot flags clocksource=tsc tsc=reliable in the GRUB_CMDLINE_LINUX_DEFAULT and call update-grub. In this case host OS probably could work unstable in some cases.
  3. Check the current TSC by call cat /sys/devices/system/clocksource/clocksource0/current_clocksource must be tsc.

Demonstration (in Portuguese/Brazil)

https://youtu.be/dil6iRWiun0

* Please use CC with Auto Translate to English for your convenience.

Credits

  • Opencore/Acidanthera Team
  • Corpnewt for Applications (ProperTree, genSMBIOS, etc)
  • Apple for macOS
  • Proxmox - Excelent and better documentation for Virtualization

Discord - Universo Hackintosh