Search results

  1. C

    Asus NUC14, bei 2x NVME kein Nic

    Wenn dein Linux Kernel noch mechanisch arbeitet, dann würde das einiges erklären. :cool: Jetzt ernsthaft und zum Thema: Falls deine NUC keine eingebaute EFI-Shell mehr besitzt besogst du dir ein passenden X64-Binary z.B. hier: https://github.com/pbatard/UEFI-Shell/releases . In dem Fall dann...
  2. C

    Asus NUC14, bei 2x NVME kein Nic

    Zeit für ein Support-Ticket bei Asus. Im Gegensatz zu uns werden die dafür bezahlt. Das sieht nämlich aktuell irgendwie nicht Proxmox-spezifisch aus.
  3. C

    Asus NUC14, bei 2x NVME kein Nic

    Wenn der Controller wirklich aus dem PCI-Listing verschwindet, dann hast du höchstwahrscheinlich kein Problem mit dem Linux Kernel. Edit: BIOS- oder Hardware-Thematik klingen da schon viel realistischer.
  4. C

    Asus NUC14, bei 2x NVME kein Nic

    Definiere mal "NIC vorhanden"! Eventuell führt das Einbauen der 2. NVMe einfach nur zu einer Verschiebung der Kennung des Netzwerkcontrollers (enpXsX). Das hat dann nichts damit zu tun, dass dieser nicht mehr funktionieren würde, sondern ist vielmehr ein Konfiguratonsproblem.
  5. C

    Intel vGPU Passthrough not working

    Why did you just create a completely new thread, for the exactly same topic? Do you think, that creating just thread after thread will magically solve your problem?
  6. C

    Problems with PCIe passthrough with two identical devices

    Just FYI, for the quirk to apply you would have to build a test Linux Kernel for your machine, with the PCI ID of you controller in question, added to the list of devices, that the "quirk_no_bus_reset" should be applied to. To my knowledge, there is no other/obvious way to test it. Simply a...
  7. C

    Problems with PCIe passthrough with two identical devices

    So, directly attached to a PCH-port then, in this case. Did you "unbind" the devices from the "ahci" driver, before loading your VM(s)? This could also be an issue. Edit: PCIe reset issues are not that uncommon. Maybe you need to add a "quirk" entry to the PCI subsystem for this to work...
  8. C

    [SOLVED] IGD passtrhough working - Intel UHD 770

    Please re-read what I wrote. Did I say he should add the COM-port to the Windows VM? Th buzz-word is "serial console redirection" of the Linux Kernel messages from the Proxmox host. In case something does not work as intended, at some point, this can be really helpful.
  9. C

    [SOLVED] iommu issues

    In the meantime I spent about a week, in order to get a BIOS onto that board (X99I Server), that would make it behave, the way it should for my use case. That means enabled and working ECC and also enabled and working Serial Console Redirection. Although the physical connection for the latter...
  10. C

    Problems with PCIe passthrough with two identical devices

    Just out of curiosity: Are those non-working devices (each) directly attached to a CPU/chipset PCIe port, or is there a PCIe-switch involved, inbetween? Edit: Maybe provide a PCIe tree view (lspci -t -v).
  11. C

    [SOLVED] IOMMU enabling issues

    Please have the respect and use english in an international and clearly english speaking forum like this. I mean we obviously can use google translate, but why should we have to? Besides that, according to the provided information, I guess we are talking about a Chinese X79 board of some kind...
  12. C

    [SOLVED] IGD passtrhough working - Intel UHD 770

    Great work! Just one note: As you are passing through the whole graphics device, and your chosen motherboard still features a real COM-port, it might be a good idea to enable serial console on the Proxmox system. Just in case something ever goes wrong with the pass-through and you would like to...
  13. C

    [SOLVED] iommu issues

    The board itself (hardware-wise) would be relatively good, however, the BIOS is really bad. And no support from the "manufacturer" at all. I have that same board and contacted them with a question. No answer at all. So, you basically have two choices: - Scrap that POS and get something more...
  14. C

    ATA errors with controller passthrough

    What you did is most likely, that you just pulled out the rug (=SATA controller device) from under the Proxmox's feet (=Kernel). So in other words: If you want to pass-through a device, it should be made absolutely clear, that nothing else is still working with it. And in your case it seems...
  15. C

    Geforce GTX 1650 and Proxmox 9.0

    Setup a Windows Remote Desktop connection (RDP), so that you can have a look at the VM, in the "non-working" cases. Debugging is everything. Often it is also necessary to extract the Legacy Video BIOS (ROM-file) from the graphics card and pass that directly to the passed-through PCIe device...
  16. C

    Installing Proxmox 9.0 on a separate drive than my Linix Mint 22

    Works perfectly fine. I have some systems setup like that, due to details in the use case, that made this appear to be the best choice. I am talking about home setups, as this is not considered to be best practice. Most likely a bad idea, as the LMDE repositories might at some point get in the...
  17. C

    Installing Proxmox 9.0 on a separate drive than my Linix Mint 22

    The key you are looking for probably is "GRUB_DISABLE_OS_PROBER". Googling that string will tell you details. And who would've thought, that Github isn't Grub?!? ;-)
  18. C

    [SOLVED] PCIe Link Speed und Width

    Leute, ihr müsst schon uplink (hin vom Switch zum System) und downlink (vom Switch zu den eigentlichen ICs) unterscheiden. Auf der Karte scheint ja ein Gen3 Packet-Switch zu sitzen (https://www.asmedia.com.tw/product/012Yq70sX2zI9xN5/7c5YQ79xz8urEGr1). Der Switch kann mit max. x2, aber Gen3...
  19. C

    Stuck immediately after Bootloader / start of Kernel Boot

    Final idea for today, considering the board's age: Did you already check the voltage level of the CMOS battery? The evil range somewhere between 0-2V is always a good explanation for "stupid" or "weird" stuff going on. If it's nothing else, that is. :-)
  20. C

    Stuck immediately after Bootloader / start of Kernel Boot

    Don't get me wrong, but this should not be a very hard task. So, the logical conclusion would be, that you either have defective hardware, or that you are doing something wrong. You could also have a look at the output on the COM-header of your board with an oscilloscope, Maybe that could give...