Leoyzen

Members
  • Posts

    173
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Leoyzen

  1. It will be nice to include realteck r8125 ethernet driver which most newer x570 board used. Here is driver link: [05.08.2019] Realtek PCIe FE / GbE / 2.5GbE Family Controller Updated
  2. This is why I'm switch from vmxnet3 to e1000. VirtIO-NET or dedilicate nic passthrough maybe a good choice.
  3. @Zer0Nin3r I have similar problem before,but lagness dismissed after I got a metal support/enabled graphics.Or you should not passthrough the graphics at all.
  4. No, we do not have much options to map memory slots. To use virtio net, you have to do two thing: 1. hotplug virtio ethernet instead of predefined 2. boot args with debug=0x100 and keepsyms=1
  5. Which graphics do you use?Do you use HDMI instead of DP?HDMI do not work with 4k@60hz but DP does.
  6. 1. make sure the video and audio are in same bus as I mentioned a few page ago 2. select 'Fix DTGP' and 'Fix display' in clover 3. select 'AMD RXxx blackscreen patch' in clover 4. use iMacPro1,1 instead of iMac17,1 because you don't have iGPU or use my clover qcow2 file I post
  7. Adding more than one ethernet sometimes breaks the acpi layout, you have to make sure the graphics location is under gfx0.
  8. @tpruszin did you follow my instruction above to make sure the graphics and audio are in same bus?What is your graphics?Upload your log. Someone already said before,it is amd reset bug related issues, so you have no certain procedure to avoid it, you have to try something and see it helps.I face the same problem and the procedure I posted work for me, you can just try and feedback if it work or not work, otherwise we can't give more help.
  9. When the unraid first booted, put the machine into s3 sleep(the sleep button in the action page), wakeup, start hackintosh vm later, that's what I do to avoid the reset bug.
  10. I have the same card but I don't use it for now.... The card is strange after flash rx560 bios....I don't know if the card or rx460 work or not....My rx460(flashed rx560 BIOS) works fine for now.
  11. Finally get native Discrete Card Power Manager works....Will see if there is any problems. Fan speed finally get spins and works....Let's see if there any performance gains. Edit: After all, we finally get a nearly bare metal performance, I'm very happy with that. I will go on vocation for about 2 weeks.After that I will make a turtorial about all these days works. TO BE CONTINUE! Edit: The attachment is my opencore efi qcow2 image, works properly both mojave and catalina. All you have to do is make sure your graphics is under ACPI S08 and make sure SMBIos changes to yours. If not under S08, you have to modify the SSDT-1.aml to your graphics location. Have fun! opencore.release.qcow2.zip
  12. I mention before, please to that post. Or using my clover.qcow2 to see if it works(maybe you will get HW acceralation OOB) smbios is definately import for those who want GPU acceralation works. For Hackintosh VM (which don't have iGPU), the MacPro7,1 and iMacPro1,1 is best choices. you need clover patch to avoid black screen for amd graphics(see the post before) you need select "Add DTGP" and "Fix dispaly" to make sure you graphics is under GFX0 position of ACPI, this will make HW Acceralation happened. WEG won't work fine in VM, because the ACPI is different compared to Native MB. Check you graphic position using IORegistryExplorer If not under GFX0, the HEVC will not work. If something wrong, then Lilu and WEG is needed. Yeah, I'm not familar to opencore too and my efi is not a final working version, so I don't want posting it here to avoid misleading someone. @david279I have no issues upgrading to the latest Mojave, everything works fine for me.
  13. I swiched to opencore instead of clover, there is something interesting: the virtio still need to hot-plug, so the fault is not clovers and there is definately something differences between hotplug and pre-defined. There is no more need of using Penryn, not even New Generation Intel CPU Model can be used but also host passthrough works! So maybe it's interesting for those who use host-passthrough and amd-vallina patches to gain some performance. Topology still not work, I don't want wasting my time on this anymore.You have to remove qemu topology. there is no patches compare to clover "FixDisplay" so to get graphics work properly I have to use ssdt, see here according to here, there is definately something we can do to make cpu/gpu xcpm work, will dig in later. Until now, everything works fine for me, so maybe I will use opencore instead of clover for now.
  14. yeah, add the patch will be easy.Maybe new release by limetech already have them included.
  15. Do you have vmxnet3 as primary ethernet interface? When I use vmxnet3 as primary ethernet interface then the iperf3 is much slower.....But with another interface then it turns to be correct.
  16. I found that it is clover which breaks vmxnet3 and virtio-net, maybe during clover devices initializing. After hotplug the ethernet devices after clover initialization, I've got a much better throughput performance: 1. virtio-net works(works properly) and get 20Gb/s+ performance(before won't work, osx can't get correct mac address after clover handled the devices) 2. vmxnet3 works properly and get 4Gb/s+ performance (before only 100Mb/s+ and quiet buggy) I will try to find the specific issues where the clover break. Maybe we are closed to get a much more efficient ethernet option which works property Steps to make virtio-net work: 1. do not add virtio-net in vm xnl 2. boot vm, when in clover boot selection section, go to 3 3. [IMPORTANT] virsh attach-device --live Catalina /boot/config/ethernet-virtio.xml 4. [IMPORTANT] add clover boot args: keepsyms=1 debug=0x100 the ethernet-virtio.xml looks like this: <interface type='bridge'> <mac address='52:54:00:d6:ac:37'/> <source bridge='br0.100'/> <model type='virtio'/> </interface>
  17. 1. yeah, it is the same whether mojave or catalina, it always get full 2. my grahpics is Sapphire RX460 but I flashed Rx560 bios(I checked the memory manufacture) 3. I'm not facing any problem but the degree is high and the memory seems something wrong for me. 4. I will try other sensors to see any difference. Because I've hear somewhere that after mojave the graphic PM ONLY works with CPU PM (X86PlatformPlugin and etc), which we won't have. So I guess maybe something related.
  18. @ghost82 My RX580 get 22k+ score so your opencl score definately incorrect(maybe nvidia webdirver related, I'm not sure). My GPU memory always get full and fan not spin up untils get 70+ degrees, I don't know if it pm related issues or bios related even AMD related.... I've got VirtIO network work in Catalina and finally get 20Gb+/s network in Hackintosh VM, awesome! Edit: but still unstable for daily use, it become buggy when reboot .... I should find a way to make it work.
  19. @ghost82 I use iStats Menu to monitor graphic die/mem frequency and mem usage, and manually monitor the fan by my eyes =0= @david279 I face the same problem before when installing catalina using iMacPro1,1 then I switched to MacPro7,1 and it works. It is sucks if as you said the newest update got the same problem. I have no idea what the error is, seems some cpu feature check?May need some patch to make it work. The full error log, seems mce support broken? 2019.09.24 20:41 I found the similar issues from here, so maybe use latest Lilu and CPUFriend can avoid this panic. I will try later and report back. @david279 2019.09.24 22:33 Lilu and CPUFriend not work as expected, I dont familar with Lilu/CPUFriend, so maybe someone test again and give some feedback. iMacPro1,1 and MacPro7,1 are important for those who use hackintosh in VM and want to get native GPU HW acceralation. 2019.09.24 23:38 I've found a solution to disable AppleIntelMCEReporter when using iMacPro1,1 or MacPro7,1 by using the kext from here. You can download the kext from attachment then unzip the kext into clover/kext/other folder then reboot MCEReporterDisabler.kext.zip
  20. gpu fan works properly? my gpu fan only runs when get 70C gpu memory works properly? my gpu memory alwary get full and never lower down.... gpu benchmark compared to bare metal computer? BTW, I add cpu features as much as possible, finally I get nearly same score (1200+ singlescore) from my windows. I don't know which feature is more important so I add them all. Penryn,vendor=GenuineIntel,+hypervisor,-erms,+invtsc,kvm=on,+topoext,+svm,+invtsc,+fma,+mmxext,+avx,+avx2,+aes,+xsave,+xsaveopt,+ssse3,+sse4_2,+popcnt,+sse4a,+bmi1,+bmi2,+arat,+abm,+3dnowprefetch,+adx,+clflushopt,+cr8legacy,+fsgsbase,+fxsr_opt,+misalignsse,+movbe,+osvw,+pclmuldq,+pdpe1gb,+rdrand,+rdseed,+rdtscp,+sha-ni,+smap,+smep,+svm,+vme,+xgetbv1,+xsave,+xsavec,+ht,+clwb,+umip,+xsaves,+extapic,+ibs,+skinit,+tce,+wdt,+topoext,+perfctr-core,+perfctr-nb,+amd-ssbd,+wbnoinvd,check Edit 2019.09.26: It is also IMPORTANT to set fakecpuid to get avx2/bmi1/bmi2 etc recognized by MacOS(mention from here). You can just set cpu model from Penryn to IvyBridge and remove topology from xml, this works too. You can check with "sysctl -a|grep hw" or "sysctl -a|grep cpu" or "sysctl -a|grep avx" to see if the feature correctly recognized. It will get better performance (for me, the system boots faster than before).
  21. Try and see, maybe work maybe not work, I dont know. glad to hear that. No, I tried but it seem to complex for me, because there isn't any steps or tutorial to compile the nvidia module. Sorry. BTW, I've built a 5.2.14 kernel lately with those update: with zenpower build-in, somebody said it is accurate than k10temp vega reset bug patch from Vega 10 and 12 reset application navi reset bug patch from Navi Reset Kernel Patch some ALSA HDA crackled patch for X570 from here and here but I don't have neither vega or navi card to test with, so if somebody interested in, let me know. Also, ** this kernel may influence by these bug **: [6.7.X] VERY SLOW ARRAY CONCURRENT PERFORMANCE DOWNGRADED BACK TO 6.6.7 DUE TO SQLITE CORRUPTION I will update when limetech release newest patches until unRaid 6.8+(which use 5.2.x+ kernel).
  22. I've got similar error from my X570 boards, it cause my graphic passthrough crashed. I've found after booting when I put my unraid into S3 Sleep then wake up, the error not appears, that seems solve my problem. I cant found much info about this error
  23. Interesting, I've been told there is no metal support for Nvidia GFX series after mojave. Does dedicate graphic power manager works for you? @ghost82