How to install Mac OSX on Proxmox

all for operating system
Post Reply
User avatar
david
Site Admin
Posts: 366
Joined: Sat May 21, 2016 7:50 pm

How to install Mac OSX on Proxmox

Post by david »

https://github.com/luchina-gabriel/OSX-PROXMOX



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

Code: Select all

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

Update 1 This guy has did alot of work testing proxmox VE

https://hsve.org/amdgpupassthru/


youtu.be/QFlhSOypPaw


v20 - OpenCore EFI for Catalina, Big Sur, Monterey, Ventura on Proxmox

https://github.com/thenickdude/KVM-Opencore/releases


How does Proxmox use P and E cores on Intel 12 or 13 gen ?


youtu.be/BwNrKU2LA3M

Update: 1

I tested all this and it works on Proxmox VE 8 on Ryzen 5950 CPU Gpu i used was Radeon RX 580!
The only problem i had was you need to reset NVRAM from Opencore bootloader when you change video cards from vmware to native RX580


Your proxmox configuration files are located here :

Code: Select all

root@prox:/etc/pve/local/qemu-server# nano 100.conf
You can add this in: /etc/default/grub

Code: Select all

pcie_acs_override=downstream,multifunction pci=nommconf
VENDOR IDs + DEVICE IDs to pass GPU:

Code: Select all

/etc/modprobe.d/vfio-pci.conf
options vfio-pci ids=1002:67ff,1002:aae0 disable_vga=on


youtu.be/dil6iRWiun0


Post Reply