aporeo.blogg.se

Clover configurator on mac vmware
Clover configurator on mac vmware







  1. Clover configurator on mac vmware install#
  2. Clover configurator on mac vmware driver#
  3. Clover configurator on mac vmware software#
  4. Clover configurator on mac vmware code#
  5. Clover configurator on mac vmware iso#

First, SSH into your Proxmox server so we can make some edits to the configuration files.Įdit /etc/pve/qemu-server/nf (with nano or vim). In the Hardware page for the VM, add a second DVD drive at IDE0, set it to use your Catalina-installer.iso.ĭon’t try to start the VM just yet. In the Options page for the VM, ensure that “use tablet for pointer” is set to “Yes”. Choose VMWare vmxnet3 for the network model.

Clover configurator on mac vmware driver#

Disable ballooning because there is no balloon driver available for macOS.

  • Set the number of cores for the VM, I chose 4 (note that some core counts are troublesome, try 4 first).
  • Enable discard and SSD emulation to support TRIM.
  • Set the size of the hard disk (I chose 64GB).
  • Set graphics to “VMWare Compatible”, set BIOS to OVMF (UEFI), set Machine to Q35, Tick Add EFI Disk and pick storage for it.
  • Clover configurator on mac vmware iso#

  • Select the Clover ISO you uploaded and set OS type to “Other”.
  • 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

    Clover configurator on mac vmware 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. We’ll be using Clover as a bootloader for Catalina.ĭownload this Clover disk image (that I built using kholia’s bu ild script from Clover r5107 on Fedora 27), unpack it, and upload it to Proxmox’s ISO store at /var/lib/vz/template/iso.

    clover configurator on mac vmware clover configurator on mac vmware

    Building the offline installer requires you to have a Mac, here are the instructions. If you don’t have an Internet connection available to Catalina during installation you’ll need to build an offline installer instead. Upload the “ISO” to your Proxmox server’s ISO store (typically /var/lib/vz/template/iso). The result is actually a raw disk image, not a true ISO, but Proxmox has better tools for picking and re-using ISO images than disk images. Qemu-img convert BaseSystem.dmg -O raw Catalina-installer.iso # Or use qemu-img from the qemu-utils package to do it instead:

    Clover configurator on mac vmware install#

    Or like so if you’re building this on Linux: # Install the dmg2img package and.ĭmg2img BaseSystem.dmg Catalina-installer.iso Convert that dmg into an “iso” like so if you’re building this on macOS: hdiutil convert BaseSystem.dmg -format UDRW -o Catalina-installer.iso This results in a ~500MB “BaseSystem.dmg” file in the current directory.

    Clover configurator on mac vmware software#

    Older CPUs will cause the finder to repeatedly crash after installation completes (with an Illegal Instruction exception in the graphics code).Īpparently modern AMD CPUs also support SSE 4.2 and can be used with this guide without any modification (maybe Bulldozer and certainly Ryzen), but I haven’t tested this myself.ĭownload and run fetch-macOS.py in a terminal to download the Catalina recovery image from the Apple software distribution server (this can be run on Linux, Proxmox, or on a Mac): 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 6 installed. If you run into trouble, also check out the comment section of my previous tutorial on Mojave – these two versions are very similar so the problems and solutions are likely to be the same. There is more documentation there which will help out with enabling extra features and diagnosing problems! This tutorial for installing macOS Catalina has been adapted for Proxmox 6 from Kholia’s GitHub project for installing into vanilla KVM. I recommend using the new tutorial for all new builds I’ve now created a new tutorial that uses OpenCore instead of Clover, and it fixes a lot of problems.

  • Recovering lost GPG public keys from your YubiKey.
  • Installing macOS 12 “Monterey” on Proxmox 7.
  • Expanding the disk of your Proxmox macOS VM.
  • Driving a 4-pin computer PWM fan on the BTT Octopus using Klipper.
  • Installing macOS 13 Ventura Developer Beta on Proxmox 7.2.
  • clover configurator on mac vmware

    Installing macOS 13 Ventura on Proxmox 7.2.Fixing Xcode on Monterey under OpenCore Legacy Patcher.









    Clover configurator on mac vmware