Search results

  1. D

    [SOLVED] Disabling Secure Boot for VM

    Honestly that toggle needs a different label. From what I have Googled those keys are for Windows/Windows Server only, and not Linux Secureboot (Similar to HyperV where you have two SecureBoot key options, one for Windows and one for everything else, ie signed Linux distros). But glad it worked...
  2. D

    Passtrough AMD Ryzen 7 5825U

    Would you be willing to do some more testing? Can you see if it also works in a Windows guest? Or better yet, with functional video output to a physical monitor? (You seem to be knowing what you are doing lol)
  3. D

    Passtrough AMD Ryzen 7 5825U

    Shame you didn't get this working two weeks back, I just removed Proxmox from my NAS lol. Glad it's working now though!
  4. D

    Passtrough AMD Ryzen 7 5825U

    It works for you with an EFI OS? What is in the VM?
  5. D

    Passtrough AMD Ryzen 7 5825U

    No, the VM never started. Proxmox host lost image but I didn't lose the web terminal. There was no process for the VM in htop either, no DHCP request either. Of course I did a full reboot between attempts. Anyway, I gave up on this and just use it as a NAS now. If I need GPU accelerated...
  6. D

    Passtrough AMD Ryzen 7 5825U

    Well, I tried your guide and sadly nothing. Tried VMs in i440fx-q35, SeaBIOS or UEFI, x-gpu on and off. Host loses image but the VM never starts, not even an error message. Yes, my iGPU is in it's own group
  7. D

    Passtrough AMD Ryzen 7 5825U

    I got that while using the 5825U's GPU BIOS and GOP driver from https://github.com/isc30/ryzen-7000-series-proxmox. That .bin is apparently dumped from a WTR Pro, which is what I have. But I will give your guide a shot. Why didn't Google index your site last week when I was trying this out lol.
  8. D

    [SOLVED] VLAN aware bridge not working

    Well, after a few hours of troubleshooting I have a solution. In retrospect it is very easy and makes a lot of sense. TLDR: Use a second NIC for setting it up (or a USB NIC), create a VLAN aware bridge with no gateway and no IP address and connect that to your switch's trunk port, create a...
  9. D

    [SOLVED] VLAN aware bridge not working

    Hi, I could use some help with configuring a VLAN aware network bridge. Traditional VLAN interface works. And by works I mean "it can see other devices on either VLAN as well as internet and other devices can see the node and the WebUI". PVE firewall is turned off (both on Datacenter and Node)...
  10. D

    Passtrough AMD Ryzen 7 5825U

    Following, I'm in a similar boat, except my dmesg is complaining about the vbios
  11. D

    [SOLVED] Disabling Secure Boot for VM

    Adding to this in case someone finds themselves here from Google When you are setting BIOS to UEFI and the wizard prompts you to create an EFI disk, do NOT check "Pre-enroll keys", since that uses MS's CA keys that only work for Windows
  12. D

    e1000e:reset adapter unexpectedly

    I was told (three messages above this) you are supposed to put it on the bridge, not the physical interface
  13. D

    Solved: VirtIO drivers not working in Windows Server 2025 (Preview Build 26080)

    It seems like virtio-win-0.1.248 doesn't have proper VirtIO drivers for 24H2. However, E1000E works with Server 2025. Not ideal, but Server 25 isn't fully out yet, so you could use that for testing.
  14. D

    e1000e:reset adapter unexpectedly

    Thanks. And just to be sure, this only affects the Intel e1000e driver, for Intel NICs? I have two very similar HP miniPCs, but the second one has a Realtek NIC. I assume that one doesn't need this "fix"?
  15. D

    e1000e:reset adapter unexpectedly

    Should I add this to my physical interface or my bridge? cat /etc/network/interfaces auto lo iface lo inet loopback iface eno1 inet manual post-up /sbin/ethtool -K $IFACE tso off gso off gro off auto vmbr0 iface vmbr0 inet static address 10.0.1.10/24 gateway 10.0.1.1...
  16. D

    [Guide] Jellyfin + remote network shares + HW transcoding with Intel's QSV + unprivileged LXC

    Just curious, does LXC passthrough still keep the GPU to the host? I have it currently passed through to a SeaBIOS VM (and JF itself in Docker in that VM). Would there be any advantage in going LXC?
  17. D

    Containers Firewall

    I know it's an old thread, but thanks! I didn't realize I had to enable firewall both in the LXC Network settings AND in the LXC Firewall settings.
  18. D

    Remove failed node from cluster

    I would add that I since I had only two nodes I also had to run "pvecm expected 1" to actually delete the node (since with default 2 both would have to be online to vote on the removal) https://forum.proxmox.com/threads/removing-cluster-nodes-cluster-not-ready-no-quorum.23622/post-118347
  19. D

    Proxmox random reboots on HP Elitedesk 800g4 - fixed with proxmox install on top of Debian 12 - now issues with hardware transcoding in plex

    So far I'm at 60 hours myself. (totally stock install, no disabling iGPU power management) Maybe there was an upstream fix that is alread out?