Recent content by dlasher

  1. D

    Proxmox 9.x / Strix Halo / GPU Passthrough

    OPTIONAL: If you don't want to blind copy the firmware over the top, or you might actually want to check if you're ALREADY on the latest firmware, use this script instead. #!/bin/bash # pve-firmware-sync.sh # 1. Pull latest firmware blobs from upstream apt update && apt install -y git git...
  2. D

    Proxmox 9.x / Strix Halo / GPU Passthrough

    Having spent the last few days fighting all the subtle parts of getting this working, I put together a quick guide on how to get Proxmox, running on a Strix Halo, machine, with working GPU passthrough into LXC containers. To be clear, this is a "works right now" recipe, subject to kernel...
  3. D

    PVE9: Coral Driver install script

    Found here : https://rovingclimber.com/2025/08/08/coral-tpu-driver-install-for-proxmox-9-0-debian-13/ Worked EXCEPT had to change to the forked coral-DKMS drivers found here : https://github.com/feranick/gasket-driver wget -qO - https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg...
  4. D

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    @Neobin : Thank you. Both points true. Both points not useful. Had I posted in the 6.14 opt-in thread, would have made more sense. @jerrythea : Thank you, I've had nothing but good luck with the 2.5G dongles, this is the first time I've had issues. Rolled back, will give it 6 months and try...
  5. D

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    my 2 cents, something not happy in the 6.11 kernels, at least on the 8th-11th gen Intel NUCs (two 8th, five 10th, and two 11th) Upgraded most of my test lab from 6.8.x to 6.11.11-2 just over 5 days ago, and you can see the uptimes resulting. Repeated crashes and reboots. (Obviously 72 days...
  6. D

    Console video resolution - what's the "Right" way?

    Just brought up a new node on 8.2, here's what's in my /etc/default/grub: ..snipped.. GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on iommu=pt video=1024x768@60" GRUB_GFXPAYLOAD_LINUX=keep GRUB_TERMINAL=console GRUB_GFXMODE=1024x768 GRUB_INIT_TUNE="480 440 1" ..snipped.. </SNIP> Works perfectly...
  7. D

    Docker to PVE-LXC conversion steps/tool?

    Amazing, thank you, I'll give it a shot.
  8. D

    Docker to PVE-LXC conversion steps/tool?

    Beautiful representation of his contributions. Would make a good framed picture for his wall. Not sure, I didn't use his script for Frigate. I just stood up a new LXC container, jumped through the hoops to pass iGPU / Coral through, then stood up docker inside and ran Frigate. Important...
  9. D

    Docker to PVE-LXC conversion steps/tool?

    As a side note, because it needs attention, ttech, who created the fantastic helper scripts I've used repeatedly, and reference above, passed away Nov 2024. https://github.com/community-scripts/ProxmoxVE/discussions/237 If you liked his scripts, used them, consider buying a coffee, dropping a...
  10. D

    Docker to PVE-LXC conversion steps/tool?

    10 months after my initial post, I have everything moved to LXC containers, and I'm 99% happy.. EXCEPT... Frigate is still running in docker in an LXC container, and while it's "thinner" than a KVM instance + Docker, I'd still love to be able to drop it back to native LXC, lose docker, at some...
  11. D

    [SOLVED] Intel NIC e1000e hardware unit hang

    Same hardware as @the_Uli (NUC10i7FN) Linux pve16 6.5.13-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.13-6 (2024-07-26T12:34Z) x86_64 GNU/Linux Still happening, still only seeing it happen on hosts with active KVM instances. root@pve16:~# journalctl -n 100 -g "Detected Hardware Unit Hang" Oct 03...
  12. D

    [SOLVED] Intel NIC e1000e hardware unit hang

    Starting to see this on a couple of NUC's after upgrading from 6.2 kernel to 6.5 kernel. Already setting TX/RX to 4096. Sep 18 12:22:54 pve15 kernel: e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang: TDH <d7f>...
  13. D

    Modifying Shutdown Sequence (Stop LXC's prior to Networking)

    I've had better luck using: pct shutdown %x --forcestop 1 --timeout 60" then doing whatever reboot/shutdown I need to do