
- #UNINSTALL CLOVER EFI V2 MAC INSTALL#
- #UNINSTALL CLOVER EFI V2 MAC FULL#
- #UNINSTALL CLOVER EFI V2 MAC SOFTWARE#
- #UNINSTALL CLOVER EFI V2 MAC CODE#
Set the number of cores for the VM, use a power of two (e.g. Keep a note of your VM’s ID Select the OpenCore ISO you uploaded and set OS type to “Other” Set graphics to “VMWare Compatible”, set BIOS to OVMF (UEFI), set Machine to Q35, tick QEMU Agent, tick Add EFI Disk and pick storage for it. You must untick “pre-enroll keys” Set the size of the hard disk (64GB or greater, 32GB is too small). Make a note of it.Įvery Mac uses the same OSK, so don’t be surprised that it doesn’t look like a random string! Create the VMįrom the Proxmox web UI, create a new virtual machine as shown below. It’ll print out the 64 character OSK for you. Gcc -o smc_read smc_read.c -framework IOKit In a command prompt, change into the same directory as that file and run: xcode-select -install # If you don't already have gcc
#UNINSTALL CLOVER EFI V2 MAC CODE#
Save the first block of C code from this page as smc_read.c. You can get around this by reading an authentication key out of your real Mac hardware (the OSK key). MacOS checks that it is running on real Mac hardware, and refuses to boot on third-party hardware. iso file extension, this is actually a hard disk image. Prepare an OpenCore imageĭownload the file from the newest release in my repository (you want v15 or newer), double click it to unpack it, and upload it to Proxmox’s ISO store at /var/lib/vz/template/iso. This option is not available when building the installer on Linux. Simply ask it to build Monterey-full.img instead: cd scripts/monterey
#UNINSTALL CLOVER EFI V2 MAC FULL#
If you’re building the installer on macOS, you can build a full installer instead of just a recovery, which will mean that macOS won’t have to download Monterey files during installation, and so won’t require an Internet connection. Although we’re putting it in the ISO directory so that we can use it with Proxmox’s ISO picker later, this a raw disk image rather than a true ISO.

Upload this file to your Proxmox’s ISO store directory (typically /var/lib/vz/template/iso).
#UNINSTALL CLOVER EFI V2 MAC SOFTWARE#
This will download the Monterey installer from Apple’s software distribution servers and build a Monterey-recovery.img file for you. Now in the Terminal, from the root of OSX-KVM, run: cd scripts/monterey
#UNINSTALL CLOVER EFI V2 MAC INSTALL#
If you’re building the ISO on Linux, you instead need to run this command (these are the package names for Ubuntu or similar distributions, they may need adjustment on other distributions): sudo apt install qemu-utils make If you will be building the installer ISO on macOS, open up the Terminal and run this command to install the commandline tools: xcode-select -install Modern AMD CPUs also support SSE 4.2 and will work with this guide.ĭownload my copy of the OSX-KVM repository using the download button, and unzip it:įirst we need to install some build requirements.

Older CPUs will cause Illegal Instruction crashes when apps/extensions attempt to use these missing instructions. Your Proxmox host computer’s CPU must support SSE 4.2, so for Intel your CPU must be at least as new as Nehalem, which was the first CPU generation to bear the “Core” i5/i7 branding. You also need a real Mac available in order to fetch the OSK key. I’ll assume you already have Proxmox 7 installed. You can get the full sourcecode of my OpenCore release on my GitHub here. This tutorial for installing macOS 12 Monterey has been adapted for Proxmox from Kholia’s OSX-KVM project and Leoyzen’s OpenCore configuration for KVM. Recovering lost GPG public keys from your YubiKeyĪ new version of this tutorial is now available for the release of macOS 13 Ventura, you can see that here.Installing macOS 12 “Monterey” on Proxmox 7.

