Recent content by celemine1gig

  1. C

    Updated to 8.2 - DMA error

    Exceptions prove the rule, I guess. I think you know what I meant to say. :)
  2. C

    Updated to 8.2 - DMA error

    Either you ask the Proxmox maintainers directly (this is the community forum and I doubt, that the actual developers will read here often), or you go ahead, check out the actual kernel source, through git, and do the diff yourself. Main question being: Would you be able to tell the important...
  3. C

    Updated to 8.2 - DMA error

    If you look closely, the original posting indeed said "intel_iommu = on" (mind the spaces, inbetween the setting and its value!). So, if the quote was actually what that person had set, then it is quite likely, that "intel_iommu" never was set to "on", as the syntax was simply wrong. And I...
  4. C

    Fujitsu Esprimo P7010n dosen't recognize PVE Boot Stick

    Get an external EFI-Shell binary (for example via "pbatard"'s github repos: https://github.com/pbatard/UEFI-Shell/releases), and put that onto a USB drive into the "/EFI/BOOT/" folder, renamed (the shell bianry) as "bootx64.efi". See if you can boot that USB drive. It should start directly to...
  5. C

    Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird.

    Exakt was zu erwarten war. Nochmal für's Verständnis: Deine GPU hat ein Problem damit, wenn sie mitten im Betrieb resettet werden soll. Das ist für ein Consumer-Device auch nicht wirklich Teil des Use-Case. Nun kann man dafür Workarounds anwenden (siehe "vendor-reset") und diese lassen sich...
  6. C

    ASMEDIA SATA Controller Woes - 1164 Works, 1166 and 1064 Do Not

    If you would've shown any kind of details of your issue, other than "...it simply doesn't show up in the VM..." then maybe someone might be able to help. Questioning the helpfulness of others, however is certainly the way to go, if you provide no information. :rolleyes:
  7. C

    ASMEDIA SATA Controller Woes - 1164 Works, 1166 and 1064 Do Not

    Search function? https://forum.proxmox.com/threads/asm1166-on-board-topton-n21-cant-passthough-to-vm.183528/#post-852676
  8. C

    Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird.

    Anhand deiner Fehlermeldung ist das Problem vermutlich (ich kann auch nur grob raten, anhand der gelieferten Details) folgendes: Du hast ein System aufgesetzt, das bei Kernel-Update automatisch versucht das "vendor-reset" Kernel-Modul zu bauen und ins initramfs zu integrieren. Dein System hat...
  9. C

    Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird.

    Wenn du schon das externe (nicht Proxmox integrierte) "vendor-reset" Repo nutzen willst, dann würde ich auch dort nachfragen was los ist: https://github.com/gnif/vendor-reset Ansonsten wäre es hier wohl gut aufgehoben...
  10. C

    Started getting this warning on a VM where I pass through a SATA controller on proxmox 9.2.

    It might be, that feature compatability between QEMU and kernel version "causes" this message. That means one side trying to use a feature that the other cannot deal with. Easy to try out, if you are right with your assumption. Looking forward to the result.
  11. C

    Started getting this warning on a VM where I pass through a SATA controller on proxmox 9.2.

    The kernel version is irrelevant, if you answer none of the other questions. Here is the exact code line where this is coming from: https://github.com/qemu/qemu/blob/master/hw/vfio/region.c#L324 Same code is not included in QEMU 10.1...
  12. C

    Started getting this warning on a VM where I pass through a SATA controller on proxmox 9.2.

    And what exactly is the issue here? How often do you see this message? Why does it bother you? As you might have already seen in your search, this start with kernels >v6.19. However, from what I read, it is intended just to be that, a "warning", as one of the new features is not supported. So...
  13. C

    Failure to boot

    Manually boot to a UEFI shell and boot from their, if possible. You can get prebuilt shells online (e.g. here: https://github.com/pbatard/UEFI-Shell/releases ). And then you just need a medium and put the shell-binary on it, inside the directory "/EFI/BOOT/" and rename the efi-shell-binary to...
  14. C

    RTX 6000 Ada stuck in D3cold under vfio-pci, function .0 disappears from PCI tree after remove/rescan survives reboot but recurs

    OK, so you only have this issue with one out of 4 cards and only after it had previously worked? If so, which OSes do the cards run? And specifically, did the "failing" one run a different OS than the rest? It somehow sounds very much like a reset issue.