Hi everyone. A few days ago I show fabiosun s amazing job on 7950x. first of all thank you fabiosun.
I builded 2 different setup.
Hardware:
Asus X670P wifi
Ryzen 7950x
4X16gb corsair 16GB CL36 6000 mhz
amd 6600XT (on first pci 16 slot)
Nvidia 3080ti (last pci 16 slot)
Fenvi 919 Wifi bluetooth (first pci mini slot)
1. OpenCore MacOS build.
With EFI.zip file everything works like a charm.
+WIFI
+Bluetooth
+AirDrop
+Erhernet
+Sound
+icloud,FaceTime,imessage,maps ...
actually this setup now completed also if I update anything I will share also here.
2. On Proxmox, Windows and MasOS run together.
1. install the os to new SSD.
Install File
https://www.proxmox.com/en/downloads/category/iso-images-pve
How to video:
Proxmox is not easy for who don't know anything about the virtualization.
i will share my proxmox setup commend for the passtrıght GPU and pci card to directly Virtual Machines.
nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on iommu=pt vfio-pci.ids=10de:2208,10de:1aef,1cc1:8201,10ec:b852,1022:43f7,1022:15b6,1022:15b7,14e4:43a0,1b21:2142,1002:73ff,1002:ab28 pcie_acs_override=downstream,multifunction nofb nomodeset initcall_blacklist=sysfb_init"
nano /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
Update-grub
Reboot
echo "options vfio_iommu_type1 allow_unsafe_interrupts=1" > /etc/modprobe.d/iommu_unsafe_interrupts.conf
echo "options kvm ignore_msrs=Y report_ignored_msrs=0" > /etc/modprobe.d/kvm.conf
nano /etc/modprobe.d/blacklist.conf
blacklist radeon
blacklist nouveau
blacklist nvidia
blacklist snd_hda_intel
blacklist bcma
blacklist xhci_pci
blacklist amdgpu
nano /etc/modprobe.d/vfio.conf
options vfio-pci ids=10de:2208,10de:1aef,1cc1:8201,10ec:b852,1022:43f7,1022:15b6,1022:15b7,14e4:43a0,1b21:2142,1002:73ff,1002:ab28
update-initramfs -u
Reboot
YOU HAVE TO CHANGE vfio-pci.ids with your own hardware.
for this lspci -v
lcpci -n -s
will be help you.
create your 2 VM with this tutorial
MacOS
also you can find how to windows side on YouTube.
here is my proxmox screenshots
also I will share EFI for PROXMOX-MACOS as soon as possible. Don't use this on Native open core build.