Jump to content

23d1

Donator
  • Posts

    97
  • Joined

  • Last visited

Everything posted by 23d1

  1. Yes, it crashes when multithreading is enabled in bios (SMT Mode = Auto). Testing boot args now, will report back. Is there a kext that can make it work without turning off SMT? Another note; Adobe and everything seems to be working so far, but for some reason Autodesk Maya crashes when launching. Very very odd. Edit; cpu=32 boot arg didn't fix the issue.
  2. Here it is config.zip Ps. Got sound working, Bluetooth mostly working (lots of weird bugs tho).
  3. Any chance you'd be willing to share your latest EFI? I can't seem to get past; EB|#LOG:EXITBS:START Which is the first time I run into this issue, having basically figured out all MMIO stuff and so forth prior. Not sure if I messed it up when going from 0.7.2 to 0.7.4, but doesn't work at all to downgrade either now. Don't remember Hackintosh being this complicated back in the day. 😉 Edit: Out of embarrassment I won't share how, but I Managed to boot, but would still love to compare configs. 😅 @fabiosun I remember you mentioned a potential workaround to boot with 64 cores multithreaded, any chance you could elaborate? I seem to have a solid and stable system at the moment, just need to figure out bluetooth and some minor stuff.
  4. Oh, awesome—similar pipeline as me. I use Adobe CC, Autodesk Maya, Redshift and so forth. Lots of 3D and motion. I'll jump in the bare metal thread when I have some time (hopefully this weekend) to go crazy and nerd out. 🙂 Grazie mille!
  5. Ah, you've gone fully bare metal? That would be an option also, but I'm assuming I would run into similar issues. Guess I'll pick it back up, I do prefer bare metal, just the annoyance of turning off hyperthreading on a 64 core CPU. 🙂
  6. Hey guys, it's been a while since I last posted. Finally picking this back up after a loooong time. I've gotten my hands on a 6800 XT that I initially intended to use as an eGPU, but Apple's Metal API makes rendering on eGPUs very slow, most likely for some clandestine security reasons. Very annoying. In any case, I've gotten Big Sur up and running as a KVM via QEMU on Arch. The intent is to use my Arch install primarily for simulation and rendering, and macOS for compositing and other design tasks (Adobe CC and so forth, and potentially lookdev in 3D using the 6800XT to render). For some odd reason that I don't know if, I manage to passthrough the GPU with no fuss, but upon loading macOS from the OpenCore boot menu, it simply crashes as it starts loading up. No error or anything, just freezes up and I have to SSH into the machine and kill the QEMU process to get back my USBs and disks that i passthrough (which works great without GPU). Anyone run into this issue and can shed some light?
  7. @meina222 thanks for sharing! Gonna give it a whirl in a bit. ✌️
  8. I updated some packages, is all. And the latest dist upgrade as well. I have since tried a fresh install and so on. I got everything working again, but can't get past the reset to OpenCore bug for some reason. I wonder if I need to load some kind of NVMe kext or anything else that might be causing this issue. Any chance you could share your EFI for macOS (I run High Sierra until I can get my hands on an AMD card, preferably the 6800xt so I can bump up to whichever version of Big Sur supports that)?
  9. @meina222 Quick update; I had to move the contents of the /etc/modules file to /etc/intramfs-tools/modules in order to get it back to working. However, I have the remaining issue that the macOS vm resets randomly to the OpenCore bootloader. This happens both in Proxmox and when launching in ArchLinux. Super frustrating. Thinking it might be the OpenCore bootloader itself, so I'm investigating. Any idea, or ever run into this issue?
  10. @meina222 I have indeed tried updating the intramfs and triple checked BIOS settings and everything is as it was, just simply stopped working. Very very strange.
  11. Hey guys, Been working a lot lately, so haven't had time to mess around for the past couple of months, but getting back into it yesterday, I updated my Proxmox install (just the classic apt update stuff, which shouldn't break anything as it's all the stable Debian branch of Linux anyway). For some reason, when trying to start any VM with PCIe passthrough, I get an error saying "Cannot find vfio-pci module", and so it will not start. I pass through all my GPUs to VMs, and it was working great until I booted up and updated the system. Very strange. Anyone run into this?
  12. @fabiosun Fantastic, thanks! Will try this out after work later today. I've tried every port and BT, so I wonder if it's a missing aml or kext for the specific chipset... Edit; I got bluetooth working with IntelBluetoothFirmware.kext, so I could connect keyboard and mouse and subsequently log in. However, while macOS sees the Nvidia GPUs, there is no GPU acceleration. I tried running Cinebench just to see the CPU score on bare metal, but the machine froze completely so I had to hard reset. Will test more later.
  13. @fabiosun It boots! Amazing. Thanks a ton! The only issue now is that USB doesn't seem to work (no keyboard or mouse, basically).
  14. @fabiosun Thanks man, really really appreciate it. In bare metal, the EFI works for booting the install and getting to about 2 minutes remaining on the install and then it just freezes. When trying to boot my NVMe (Proxmox install) it freezes while trying to boot. No kernel panic or anything, nothing in the system logs, so it's been borderline impossible to debug.
  15. @fabiosun Yeah, definitely have that turned off when trying. Here's my Proxmox EFI (dropbox link due to file size: https://www.dropbox.com/s/t8aoqeccfynffjw/Proxmox-EFI.7z?dl=0), as well as my (broken) bare metal EFI. Already had the DummyPowerManagement enabled @meina222... Bare-Metal-EFI.7z
  16. Totally get it, but still interested in the setup as I'm hoping I'm just missing a kext or ACPI/config.plist quirk or something. I've tried pretty much everything at this point, even unplugging GPUs, moving components around and so forth. At least Proxmox works, but initially, my plan was to run macOS from my Arch installation, where I have all the 3D tools I use (Houdini, Maya, Redshift), then use the KVM for Adobe Creative Cloud apps. Is there a way to pass all 128 threads to VM as 64, or would I need to turn off hyperthreading just like bare metal? OT Thanks, man! 🙂
  17. @Driftwood It sounds like you're doing what I'm trying to do (kvm and bare metal with one macOS install). Would really appreciate if you'd be willing to share your Catalina EFI. Would love to take a look at it and see where I'm messing up currently.
  18. @Driftwood High Sierra (due to 3x1080Ti GPUs—waiting patiently for the Big Navis to drop...) I would assume Catalina EFI should work, perhaps adding the Nvidia boot option.
  19. @Driftwood Any chance you'd share your EFI folder? I have a very similar setup with the ASRock TRX40 Creator, and cannot for the life of me get past the initial install process. Freezes at 2 minutes remaining, and none of the fixes in the OpenCore guide seem to work. I followed it very closely. Right now I have Proxmox running and I've installed on a passthrough NVMe that I want to try and "convert" to bare metal.
  20. Thanks so much, @fabiosun and @meina222 — it seems Proxmox is the way to go with this massive core count. Hopefully macOS will support more cores in the near future, but since Apple will transition to ARM, it's going to be interesting to see everything unfold in the coming couple of years.
  21. Hey @fabiosun, thanks! Yeah, I've been holding on to the 1080Ti cards for the purpose of using in macOS, but will likely mix it up with the new AMD Big Navi coming out (the rumored 6900xt, if it pans out) to be able to bump up to Big Sur. Definitely gonna do Proxmox. I think my main concern at the moment is the triple-VM setup and how I'm gonna sort out allocating hardware resources. I do a lot of GPU accelerated rendering, and Redshift is coming to Apple Metal (which I'm beta testing at the moment), so if I can get out from the Nvidia strangle-hold, I'll be a happy camper. Worst case I can probably do an Arch Linux setup for the GPU related work, and then KVM into macOS for Adobe and so forth. Gonna be a Frankenstein setup. Hah. 🙂 By the way, I haven't seen anyone have any luck with stable baremetal on the 3990x yet—has there been many reports of success? I'll scour the forum(s) and see as well.
  22. Gonna give this a go on a 3990x this weekend. The plan is to have a triple-boot — Linux / Windows / macOS. Will report back.
×
×
  • 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.