Search results

  1. C

    Low power server

    A few points, concerning low power: - Consider that 3.5" drives will usually consume way more power, even in idle, when compared to 2.5" hdds and especially any kind of flash based storage (be it NVMes or SATA or SAS SSDs). - So, if you do not need the highest storage capacity at all times, then...
  2. C

    [SOLVED] Bash script to start stop based on status - Crontab

    You might be interested in looking into the "hookscript" feature: https://pve.proxmox.com/pve-docs/pve-admin-guide.html (search for "hookscript")
  3. C

    flood of corrected pcie errors on Beelink SER7 w/ (2) Samsung 980 Pro 1TB SSDs

    Are you sure you are even using the Grub-bootloader? Does "cat /proc/cmdline" show your additions, concerning ASPM? Depending on how you installed, you might be using systemd-boot. Then editing the grub config would of course be pointless. In that case, you would need "/etc/kernel/cmdline". See...
  4. C

    flood of corrected pcie errors on Beelink SER7 w/ (2) Samsung 980 Pro 1TB SSDs

    Maybe a silly question: You did reboot after the "update-grub", right?
  5. C

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    "/usr/lib/modules/5.15.0-100-generic/kernel/drivers/gpu/drm/i915/i915.ko" is clearly not the correct place for the modules. I have no idea how they ended up there, or what you are actually doing. Why don't you lose that strange image and do a clean install, like you would do with a bare-metal...
  6. C

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    This is what you need: https://packages.ubuntu.com/jammy/kernel/linux-modules-extra-5.15.0-100-generic
  7. C

    Power Consumption when GPU idle with Passthrough

    Just a quick comment, concerning the power-consumption, but intentionally not fully tackling your "1 all-in-one machine vs. 2 dedicated machines" thought: For pass-through to work, you usually completely unload all the relevant drivers from the host OS (Proxmox here). Which means, that this...
  8. C

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    Just checked: As expected, the "i915.ko" is part of the "linux-modules-extra" package in recent Ubuntu versions. And I can only guess, that on "minimal" (non standard!) installs, this does most likely NOT get installed by default. Install the matching package and try again.
  9. C

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    Judging by the way how the system reports, that there is no i915 driver module, might it be, that this driver module is actually included in the (probably missing) "linux-modules-extra-{kernel-version}" package? Did you by any chance perform a "minimal" install for that Ubuntu VM?
  10. C

    DMAR: IOMMU enabled / Error: cannot prepare PCI pass-through, IOMMU not present

    The latest BIOS has vt-d enabled, according to a quick check. See attached screenshot from BIOS 7.70. The Board is using a standard AMI Aptio V BIOS, so of course this is flashable. See the AMI AFU update utility: https://www.ami.com/bios-uefi-utilities/ You'll neeed: - a FAT32 formatted USB...
  11. C

    Intel 350 NIC No Longer Supported?

    Small update: My S2600ST issue was solved through a Ethernet NVM-update. The interesting thing is, that the "BAR" errors still persist. However, the devices started working. So, in all honesty, I have no real idea what exactly it is for your i350 controllers. However, it might be worth a try...
  12. C

    Intel 350 NIC No Longer Supported?

    I'll have to check, but I think I might be seeing a similar issue on an Intel S2600ST with its Intel X722 interfaces. I'll have to check for NVM updates, though and will also need to do cross-checks with older Kernels.
  13. C

    Intel 350 NIC No Longer Supported?

    If you look at the boot-log, it looks like the virtual functions are (at least part of) your problem. Try disabling those and see if it then boots. Besides that I guess the BIOS just doesn't enable enough resources for the scenario where the numerous virtual functions of the i350 are requesting...
  14. C

    Intel 350 NIC No Longer Supported?

    You could try booting your Proxmox host with the additional Kernel parameter "pci=realloc" added. Just to see if it is a resource issue, that the Kernel itself can work around.
  15. C

    [SOLVED] Can't reach proxmox on given IP after installation

    Check for i219 "ULP". This power-management feature has already been responsible for a lot of issues in the past. On Windows you have a direct driver option to work around it. For Linux, I honestly am not sure how to handle it. But it usually shows with a link down scenario. Often accompanied by...
  16. C

    AER Corrected error received

    AER is usually (exceptions prove the rule) one of two things: 1.) Poor PCIe signaling, due to damage, adapters and/or poor layout. 2.) Issues with power-management, that result in pseudo signaling issues. In other words: Power-Management related problems, that look like siganling issues, on the...
  17. C

    iGPU passthorugh "pci_hp_register failed with error 16"

    You want to pass-through the Intel iGPU, yet your list of blacklisted modules only lists modules for Nvidia and AMD. See the issue? hint: i915. At some point you seem to have tried it on the kernel commandline, but then commented it out again. Right? Next question: Did you pass the PCI-id of...
  18. C

    Pci passthrough for better Video performence

    Forget about the ASPEED! This is the BMC graphics, which only has very rudimentary graphics functions. No video-codec and/or 3D-acceleration. So, scratch that thought! However, you might be lucky: Your CPU does actually have an integrated GPU. See here...
  19. C

    UEFI PXE boot not working

    Had an effect just yesterday, that sounds very similar. For me, recreating the EFI-partition without the "Pre-Enroll keys" option solved it. Found the hint online and worked like a charm. Don't know the exact background. As I wrote, just found the information online.
  20. C

    Opt-in Linux 6.2 Kernel for Proxmox VE 7.x available

    Just FYI, after having tried the opt-in 5.19 kernel some time ago (see https://forum.proxmox.com/threads/opt-in-linux-5-19-kernel-for-proxmox-ve-7-x-available.115090/#post-498817) I now gave the opt-in 6.2 a try. Behavior seemed to be indentical to my experience with 5.19. In general it seems...