Jump to content

Pavo

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by Pavo

  1. Actually I can boot now with all of Booter > Quicks as disabled.
  2. That is still there because I am still using the same config.plist I was using when OpenCore had to use prelinkedkernel booting method. Its not needed anymore, just haven't removed it from the config.plist. It has no effect since there is nothing adding the `booter-fileset-kernel` variable to NVRAM anymore.
  3. Here is my VM settings for BigSur, I only use BS now. args: -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -cpu host,vendor=GenuineIntel,+invtsc balloon: 0 bios: ovmf bootdisk: ide0 cores: 64 cpu: host efidisk0: local-lvm:vm-100-disk-0,size=4M hostpci0: 23:00,pcie=1,x-vga=1 hostpci1: 01:00.0,pcie=1 hostpci10: 25:00.3,pcie=1 hostpci11: 46:00.0,pcie=1 hostpci2: 02:00.0,pcie=1 hostpci3: 43:00.0,pcie=1 hostpci4: 44:00.0,pcie=1 hostpci5: 47:00.0,pcie=1 hostpci6: 48:00.1,pcie=1 hostpci7: 4b:00.0,pcie=1 hostpci8: 04:00.3,pcie=1 hostpci9: 48:00.3,pcie=1 localtime: 1 machine: q35 memory: 122880 name: BigSur numa: 1 ostype: win10 scsihw: virtio-scsi-pci smbios1: uuid=6623598a-7a98-4b99-8229-e44ed0d3568c sockets: 1 tablet: 0 vga: none vmgenid: d3eb685a-544e-4936-b26a-89f3e0fec696 Here is my EFI, I am booting with host in VM config and kernel collections method like vanilla. EFI.zip
  4. Maybe I can chime in here and explain the reason behind the IRQ setting that was used in his config. It does look like his copy and paste was off a little. It should look like this. args: -smbios type=2 -cpu host,vendor=GenuineIntel,+invtsc -machine q35,kernel_irqchip=on The kernel_irqchip=on args was added because his Firewire card was having ORQ conflicts which slowed his system to a crawl after 10-15 minutes of use. Adding this arg fixed that issue and at the same time fixed his audio crackling issue that he was having, btw he Firewire card is what maintains his external audio devices. Here are some informational links about the issue. https://forum.proxmox.com/threads/fix-for-pci-passthrough-and-issues-with-proxmox-6-gui-regex-that-needs-resolving-after-upgrade.56507/ https://bugzilla.proxmox.com/show_bug.cgi?id=2308
  5. I don't have winblows installed and don't have the bare metal install EFI for Opencore anymore, all I can tell you is its WAY better in this configuration.
  6. Current cpu features passed through args: -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -smbios type=2 -cpu Penryn,kvm=on,vendor=GenuineIntel,+kvm_pv_unhalt,+kvm_pv_eoi,+invtsc,vmware-cpuid-freq=on,+fpu,+vme,+de,+pse,+tsc,+msr,+pae,+mce,+cx8,+apic,+sep,+mtrr,+pge,+mca,+cmov,+pat,+pse36,+clflush,+mmx,+fxsr,+sse,+sse2,+ht,+syscall,+nx,+mmxext,+fxsr_opt,+pdpe1gb,+rdtscp,+lm,+pni,+pclmulqdq,+monitor,+ssse3,+fma,+cx16,+sse4_1,+sse4_2,+movbe,+popcnt,+aes,+xsave,+avx,+f16c,+rdrand,+lahf_lm,+cmp_legacy,+extapic,+abm,+sse4a,+misalignsse,+3dnowprefetch,+osvw,+ibs,+skinit,+wdt,+tce,+topoext,+perfctr_core,+perfctr_nb,+ssbd,+ibpb,+stibp,+fsgsbase,+bmi1,+avx2,+smep,+bmi2,+rdseed,+adx,+smap,+clflushopt,+clwb,+xsaveopt,+xsavec,+xgetbv1,+xsaves,+wbnoinvd,+arat,+npt,+lbrv,+nrip_save,+tsc_scale,+vmcb_clean,+flushbyasid,+decodeassists,+pfthreshold,+umip Current cpu features seen by macOS: machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH MMX FXSR SSE SSE2 HTT SSE3 PCLMULQDQ SSSE3 FMA CX16 SSE4.1 SSE4.2 x2APIC MOVBE POPCNT AES VMM XSAVE AVX1.0 RDRAND F16C machdep.cpu.leaf7_features: RDWRFSGS BMI1 AVX2 SMEP BMI2 RDSEED ADX SMAP CLFSOPT CLWB UMIP STIBP SSBD machdep.cpu.extfeatures: SYSCALL XD 1GBPAGE EM64T LAHF LZCNT PREFETCHW RDTSCP TSCI
  7. You must have the EFI drive attached to the VM and add the OpenCore.efi as a boot option as the first selection in the boot order in the Proxmox VM BIOs., I'll upload some pictures with steps later today.
  8. My current config Proxmox VE VM config: #hostpci0: 2f:00,pcie=1,x-vga=1 Vega 20 [Radeon VII] #hostpci1: 31:00.3,pcie=1 Matisse USB 3.0 Host Controller #hostpci2: 2a:00.3,pcie=1 Matisse USB 3.0 Host Controller #hostpci3: 2a:00.1,pcie=1 Matisse USB 3.0 Host Controller #hostpci4: 23:00.0,pcie=1 NVMe SSD Controller 960 Evo #hostpci5: 01:00.0,pcie=1 NVMe SSD Controller Corsair MP600 #hostpci6: 29:00.0,pcie=1 BCM4352 802.11ac Wireless Network Adapter args: -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -smbios type=2 -cpu Penryn,kvm=on,vendor=GenuineIntel,+kvm_pv_unhalt,+kvm_pv_eoi,+invtsc,vmware-cpuid-freq=on,+svm,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check -device usb-kbd,bus=ehci.0,port=2 bios: ovmf boot: d cores: 32 cpu: Penryn efidisk0: local-lvm:vm-100-disk-0,size=4M hostpci0: 2f:00,pcie=1,x-vga=1 hostpci1: 31:00.3,pcie=1 hostpci2: 2a:00.3,pcie=1 hostpci3: 2a:00.1,pcie=1 hostpci4: 23:00.0,pcie=1 hostpci5: 01:00.0,pcie=1 hostpci6: 29:00.0,pcie=1 machine: q35 memory: 49152 name: catalina net0: vmxnet3=FE:C9:31:8B:BF:8C,bridge=vmbr0,firewall=1 numa: 1 ostype: other scsihw: virtio-scsi-pci smbios1: uuid=833eec4d-c39c-41a9-b267-94dda59e0356 sockets: 1 vga: none vmgenid: c03ad511-ab65-489d-a1eb-e4e39b7d99df
  9. Why are you setting your CPU to "host"?
  10. @fabiosun Can you upload a screenshot of all your VM hardware settings?
  11. So... tried out the VM Assistant. Couldn't get it to download Catalina, but everything else works.
  12. So I have had success with config.plist settings for OpenCore, still working on GPU passthrough, it works but it uses the web console as its main monitor and the 2x real monitors are secondary. Anyway to turn off the web console? Also still trying to figure out the NVMe passthrough to install on physical drive. All in all its actually pretty easy to do. The only thing I don't like is having to go to multiple places to get settings and scripts needed. So.... once I figure everything out that is actually needed I will write one single script that will do everything needed. Might even look into making a Ansible script to automated it all.
  13. I am not seeing any script on his GitHub to rebuild a proper EFI structure
  14. Does anyone have instructions on how to make a OpenCore EFI folder into an iso?
  15. This is an very detailed instructions I think I am going to try this on my 3950X system.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.