Search results

  1. J

    [SOLVED] sometimes it is just maddening

    FYI the only boot parameters resulting in a functioning sytem is to set iommu=off iommu=off text nomodeset .... root=ZFS=mypool/ROOT/....
  2. J

    [SOLVED] sometimes it is just maddening

    ok it works, thanks Anakin, thanks Mr. Bean now how to repair systemd-boot May i suggest s6 by skarnet.org as future default init system for proxmox ?
  3. J

    [SOLVED] sometimes it is just maddening

    aaah. the sweet agony of systemd-boot. What works once, does not work again. for example module_blacklist=vfio-pci would i dare to consider systemd has somehow something to do with this time consuming event ? because yeah, i did run update-grub and that is not what i was supposed to do, huh
  4. J

    [SOLVED] sometimes it is just maddening

    because i fail to understand i share my clumsly learnings with proxmox For some reason or other i wanted to explore how to configure two bridges using a single NIC. Eventually this resulted in the faint hearted decisions to set the gateway of vmbr0 to 0.0.0.0, because who knows, it might just...
  5. J

    total system freeze

    " the proxmox system completely froze, zero logs happening, no network, not even a bad write to disk. " not really "the proxmox system completely froze, zero logs happening, no network, not even a bad write to disk. " What i did find is there is one disk, an older sata drive which is showing...
  6. J

    with multiple PCI devices the .conf file gets "rewritten" and the VM no longer boots

    this is no longer an issue now, i have absolutely no idea why not anymore. If it resurfaces i will update the thread. to know, i have not customized vmid.conf in any way, simply using the web interface. The only manual configurations i made were the corrections required after observing the...
  7. J

    with multiple PCI devices the .conf file gets "rewritten" and the VM no longer boots

    this happens for any VM i attempt passthrough with for both GPU and Audio (same ID.x) latest VE 6.2 fully updated qm start simply states the device was allready assigned/associated, which is how i found out about this happening in the first place
  8. J

    with multiple PCI devices the .conf file gets "rewritten" and the VM no longer boots

    While struggeling with PCI passthrouhg (it does work, eventually) i found something peculiar. Sometimes the VM would not boot because the PCI.id for a device was alread in use. This was because the pci-id for the vga and the audio were written as the same. So instead of 0000:17:0.0 and...
  9. J

    GPU PCIe Passthrough stopped working after update

    It is demanding to get it working but i can say nothing is broken, at least not for my system. This machine is running on Proxmox VE 6.2 since about one month. GPU passthrough is quite demanding in my experience but if it works, it works very close to native speed. Staring a VM from the shell...
  10. J

    GPU PCIe Passthrough stopped working after update

    Which is in-line with vfio 0000:65:00.0: failed getting region info for VGA region index 8: Invalid argument device does not support requested feature x-vga
  11. J

    GPU PCIe Passthrough stopped working after update

    this post https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/trouble-with-gpu-passthrough-on-slackware-14-2-failed-getting-region-info-for-vga-region-index-8-a-4175601587/ suggests to remove x-vga=1
  12. J

    GPU PCIe Passthrough stopped working after update

    Ah! I completely missed that error message. cat /etc/pve/qemu-server/107.conf agent: 1 bootdisk: sata0 cores: 10 cpu: host,hidden=1,flags=+pcid args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_vendor_id=NV43FIX,kvm=off' hostpci0: 65:00,pcie=1,x-vga=1 ide2: none,media=cdrom machine: q35 memory...
  13. J

    total system freeze

    the proxmox system completely froze, zero logs happening, no network, not even a bad write to disk. the first log entry i see after me trying to figure out what happened to the server are logs for the host booting up. * only recent changes to the system was the introduction of huge pages...
  14. J

    GPU PCIe Passthrough stopped working after update

    eh, just read what i wrote, all is there. iommu: Default domain type: Translated must read ommu: Default domain type: passthrough for it to work, at least imho and something like options vfio-pci ids=10de:1f82,10de:10fa
  15. J

    vio4wd_core_scheduler : No response from stats server. Reconnecting...

    Dear, Syslog is afluent with pvx vio4wd_core_scheduler[<PID>]: No response from stats server. Reconnecting... These are linked to /usr/sbin/watchdoc-mux I found /etc/default/virtioforwarder but have no memory of having it enabled or configured. I have learned this requires hugepages to be...
  16. J

    Incorrect RAM usage in webui for VM

    Just checked, on this machine the webUI reports all correctly as on the commandline. I must add i experienced the same issue as you observerd. With me memory usage was wildly overreported, close to 25GB while just 5GB was in use. I assume this to have been because of hugepage configuration. I...
  17. J

    Cannot get PCIe Passthrough work

    https://www.kernel.org/doc/html/v5.4/x86/intel-iommu.html#graphics-problems If you encounter issues with graphics devices, you can try adding option intel_iommu=igfx_off to turn off the integrated graphics engine. If this fixes anything, please ensure you file a bug reporting the problem.
  18. J

    Incorrect RAM usage in webui for VM

    it is a classic in the world of computing :D
  19. J

    GPU PCIe Passthrough stopped working after update

    Thanks, interesting. A few assumptions and observations. Based on the output i'd suggest you look for a BIOS upgrade and install it, here referring to BUG notifications on TSC, TAA, MDS and others. Because of [ 0.476774] iommu: Default domain type: Translated present i assume your system is...
  20. J

    proxmox RYZEN

    With Ryzen 1700, make sure you update the BIOS to the most recent version. When using GPU passthrough, you may require to use a reset script. #!/bin/bash # #replace xx\:NN.x with the number of your gpu and sound counterpart # # echo "disconnecting amd graphics" echo "1" | tee -a...