Search results

  1. T

    How to do MxGPU on Proxmox 8.x for S7150x2?

    @Q3tNHn you mean S7150 x2. In my Opionen it could be a bioas problem with Dell. Dell and HPE are very unfriendly for extension by users.
  2. T

    Proxmox VE 8.4 released!

    Dear @t.lamprecht , is there any timeline for zfs 2.3 implementation?
  3. T

    How to do MxGPU on Proxmox 8.x for S7150x2?

    What is your Hardware Config and Software (Linux Kernel)?
  4. T

    How to do MxGPU on Proxmox 8.x for S7150x2?

    Dear @Q3tNHn this works for the latest PVE Kernel https://github.com/nicman23/MxGPU-Virtualization
  5. T

    How to do MxGPU on Proxmox 8.x for S7150x2?

    Dear @kevinlels , I testet Windows 10 and it works fine. Config: Windows 10 VM Driver: https://drivers.amd.com/drivers/prographics/win10-radeon-pro-software-enterprise-20.q2.2-dec4.exe 1x GPU Best Tim
  6. T

    How to do MxGPU on Proxmox 8.x for S7150x2?

    Dear @kevinlels , thank you now it works. We will test now a Linux Ubuntu 24 VM and a Windows 10 VM. I will inform you if we are have a stable running for both operation systems.
  7. T

    How to do MxGPU on Proxmox 8.x for S7150x2?

    Dear @kevinlels, this repo works with PVE 8.3 and Kernel 6.8. Now the problem is to load the gim.ko by modprobe gim. INSTALL /lib/modules/6.8.12-8-pve/updates/gim.ko even if I copy the gim.ko modul direct to /lib/modules/6.8.12-8-pve I get error massage. >>> modprobe: FATAL: Module gim...
  8. T

    How to do MxGPU on Proxmox 8.x for S7150x2?

    Dear @kevinlels , I test you tutorial. Here is the error massages I get. root@diz-ummd-s01:/home/TH_2025/V2/MxGPU-Virtualization# ./gim.sh Current User is root check: /usr/src/linux-headers-6.8.12-8-pve make -C /lib/modules/6.8.12-8-pve/build M=/home/TH_2025/V2/MxGPU-Virtualization/drv modules...
  9. T

    Ollama AI LLM in LXC

    Yes, but especially for LLM with large models that not fit into the GPU RAM a LXC with big EPYC 512 Core platform would be a very efficient way to use this as a side application instead of bind this resources by a VM which can't be used for other LXC/VM. LXC are really nice for over provisioning.
  10. T

    Ollama AI LLM in LXC

    Top shows the same problem. If I adapt 8 cores it shows all cores of the two socket CPU's in the docker container but not in the LXC it self.
  11. T

    Ollama AI LLM in LXC

    Is there any way to fix cores of one socket from dual socket system to a LXC? If have this problem with Ollama https://github.com/ollama/ollama/issues/5554 Thank you to all supporters.
  12. T

    File-Level and Interactive Restore via CLI

    Dear @unholyhumorousunratedoat thank you. I extend it for a better understanding. proxmox-backup-client list --repository pbsIP-pbsdatastore export PBS_REPOSITORY='pbsIP-pbsdatastore' proxmox-backup-client list Then proxmox-file-restore list vm/142/2024-10-03T01:23:15Z / is working.
  13. T

    File-Level and Interactive Restore via CLI

    Dear @Chris, I have the problem when I use proxmox-backup-client list or proxmox-file-restore list vm/142/2024-10-03T01:23:15Z / I get always the error massage: Error: unable to get (default) repository What is wrong? Best Tim
  14. T

    AMD Radeon RX6950XT spoofing for macOS VM

    Dear George, yes I try it also on the newest Kernel and QEMU Version. There is on interesting thing by the ACPI PCI path between Windows an Other OS Config. If change the OSTyp. VM OSType Other: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SE0@1C/IOPP/GFX0@0...
  15. T

    Help needed. Spoofing device-id of passing-through gpu breaks monitor connection

    Thank you, very interesting, that PCI Path is changing PciRoot a little bit if change the OSTyp. VM OSType Other: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SE0@1C/IOPP/GFX0@0 PciRoot(0x1)/Pci(0x1C,0x0)/Pci(0x0,0x0) VM OSType: Win10...
  16. T

    Help needed. Spoofing device-id of passing-through gpu breaks monitor connection

    Hi Dmitry, If you need this for MacOS, this won't work. You can read this post and that could be work for you. https://forum.proxmox.com/threads/amd-radeon-rx6950xt-spoofing-for-macos-vm.125901/
  17. T

    AMD Radeon RX6950XT spoofing for macOS VM

    I take out "agdpmod=pikera" from the boot arguments. No effect. The kexts will be loaded but something is missing.
  18. T

    AMD Radeon RX6950XT spoofing for macOS VM

    I take out "agdpmod=pikera" from the boot arguments. No effect. The kexts will be loaded but something is missing.
  19. T

    AMD Radeon RX6950XT spoofing for macOS VM

    Hi George, bare metal is no option because it is a rack server system as hypervisor. We need for more than one MacOS Instance. It tried to pass it as (0x6939) Tonga PRO [Radeon R9 285/380]. I used several methods Proxmox ID Spoof, SSDT, OpenCore config.plist at <DeviceProperties>. The Device ID...
  20. T

    AMD Radeon RX6950XT spoofing for macOS VM

    Dear George, this is an important issue also for me. I'm working for a long time to get a S7150 (Tonga XT GL Device ID 0x6929) Card working in MacOS inside Server System with Proxmox as Hypervisor. Until now without success. I was where confused that the spoofing just by Proxmox was working...