belliash

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by belliash

  1. Just set it to max performance.it is Linux managing your cpu under the Hood.
  2. I dont use the same GPU for post and Windows. I got separate cards for Linux and Windows. Have you read the reddit post? Everything is described there.
  3. After flashing BIOS all settings restore to default values, so I had to reconfigure everything from scratch. I use legacy mode to boot Linux and UEFI mode with OVMF to boot Windows VM. Works here as expected.
  4. This is strange. I also had this problem,but bios f42a with agesa 1.0.0.3ab resolved it for me.
  5. Do you have the "Unknown PCI header type '127'" error?
  6. I confirm, AMD fixes PCI quirks problem with AGESA 1.0.0.3ABB! No patching required any longer!
  7. I didn't. Anyway the PCI quirks patch should be no longer necessary since AGESA 1.0.0.3ABB, as AMD claims they fixed this problem. Yet, this is something I still have not checked. The 2 other patches gives you only hardware monitoring and you can safely omit them.
  8. https://www.reddit.com/r/Amd/comments/ckr5f4/amd_ryzen_3000_series_linux_support_and/
  9. https://www.reddit.com/r/Amd/comments/ckr5f4/amd_ryzen_3000_series_linux_support_and/ Thats right.
  10. There are some issues, but they do not influent on virtualization and guests. In my case, I cannot achieve the advertised CPU boost speed and I needed to apply some patches on top of Linux kernel in order to make k10temp recognizing CPU and reporting its temperature. Also I have applied a PCI quirks patch, that allows to start VM with GPU passthrough. However I have contacted AMD support regarding this issue and seems they are aware of the problem and the upcoming AGESA 1.0.0.3ABB update should fix it, so this patch will be no longer required.
  11. I have finally bought a New computer and almost everything works as expected. I will write Some short info about it as well as how to launch virtualization well on Zen2.
  12. Windows sees it as 8 core CPU without HT because both kernel and qemu have troubles with Ryzen and SMT. However New kernel and qemu fix that, but you need to enable topoext. I will write some how to when I find a while.
  13. Thats right. Its better to buy M.2 PCI-E. You will lose just 2 SATA ports. When you choose another mainboard, you will lose PCI-E port. There are no as many PCI-E lanes, so when you decide to use M.2 you lose either SATA or PCI-E port.
  14. Yep, read that too, that's why asking about legacy mode. I think I would get rid of UEFI and secure boot. Shame unraid does not provide some experimental kernel with above patch applied. BTW: What is the performance of your GPU in VM? And one more question: Could you post your VM XML config file or command line?
  15. https://passthroughpo.st/using-evdev-passthrough-seamless-vm-input/
  16. Yeah, that's how I passed optimus-based nvidia card in my laptop. I wonder if this problem is really related to BIOS, not some combination of BIOS, BIOS settings and Linux kernel. I found several threads over the net, some contained patches for kernel, as well as mostly UEFI was used. I wonder if problem would still exist when booted in legacy mode. I finally came across this patch: https://clbin.com/VCiYJ that most probably fixes problems introduced by AGESA 0.0.7.2 (BIOS version F30). According to the information found over the net it works at least with Linux Kernel 5.1.3. Maybe you could try it? There is also a chance, AGESA 1.0.0.3AB will bring some bugfixes.
  17. Are you sure, you don't miss some settings in new BIOS? CSM? IOMMU? Aso, did you try this patch: lI know its related to Threadripper, but maybe will also help you for this reset problem? There is also a parameter for vfio-pci module - disable_idle_d3:Disable using the PCI D3 low power state for idle, unused devices (bool)
  18. And were you able to use Radeon 5770 as primary display for host, and to pass 1660Ti to VM? Your problem with BIOS doesn't look good, especially I am considering a different CPU to buy - Ryzen7 3700X and it needs F40.
  19. I exactly need the output from the following command: for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU Group %s ' "$n"; lspci -nns "${d##*/}"; done;
  20. Hello, I plan to buy z Ryzen7 2700 CPU and some B450-based mATX mainboard. I woud like to passthrough GPU to Windows 10 running in VM, thus I will need to buy 2 graphics cards. Actually I am thinking of the following configuration: Motherboard: Gigabyte B450 Aorus M CPU: Ryzen7 2700 GPU1: GeForce GT 710 GPU2: GeForce 1660Ti I read about problems with IOMMU groups, but I found information in manual that this mainboard allows to choose which GPU to use as primary card. I am not sure if this is going to work, but according to motherboard's manual, it should be possible to use GT710 in bottom PCI-E slot in Linux and to pass GTX1660Ti from top PCI-E slot to VM. This seems to be best scenario, because: * first of all, top PCI-E slot seems to come from CPU PCI-E lanes and seems to be in separate IOMMU group. It is also full 16x slot. * the bottom PCI-E slot is slower and share IOMMU group I think. At least users reports that in other B450 based motherboards. There would be no need to use ACS if this card could be used as primary card. Can any owner of B450 based mainboard post IOMMU groups here including mainboard model and BIOS version? Maybe someone own the B450 Aorus mainboard from Gigabyte? From what I checked, all models (not only M) should be capable of useing bottom GPU as primary card. Can anyone confirm this is really working? Thanks in advance! Regards!