Last active
January 21, 2025 02:52
-
-
Save yvesh/5cbcd1f6e99131b74ebdf8ea3fba1250 to your computer and use it in GitHub Desktop.
Proxmox 6.1 QEMU / KVM Mac OS Mojave Config with GPU Passthrough, uses ESP from macOS-Simple-KVM and patched pve-edk2-firmware
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
args: -device isa-applesmc,osk="INSERT_KEY_HERE" -smbios type=2 -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check -device usb-kbd,bus=ehci.0,port=2 | |
balloon: 0 | |
bios: ovmf | |
bootdisk: sata0 | |
cores: 16 | |
hostpci0: 42:00,pcie=1,x-vga=1 | |
ide2: none,media=cdrom | |
machine: q35 | |
memory: 32000 | |
name: macOS | |
net0: rtl8139=XX:XX:XX:XX:XX:XX,bridge=vmbr0,firewall=1 | |
net1: e1000-82545em=XX:XX:XX:XX:XX:XX,bridge=vmbr0,firewall=1 | |
numa: 0 | |
ostype: other | |
sata0: local-sdb1-qemu:102/vm-102-disk-1.qcow2,size=1G | |
sata1: local-sdb1-qemu:102/vm-102-disk-0.qcow2,discard=on,size=400G | |
smbios1: uuid=XXXX | |
sockets: 1 | |
usb0: host=1532:005c | |
usb1: host=1e7d:31ce | |
vga: none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment