Recent content by chchia

  1. C

    Solution: Intel iGPU passthrough to Linux VM but failed with Kernel 6.10 onward

    you can get the solution here https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12106 in summary, just get the i915_vbt from host (before passthrough activated) copy it the VM guest, and load it from there. ready through my post in gitlab then you should know how to do.
  2. C

    Intel IGP Passthrough - Invalid PCI ROM header signature

    https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12106#note_2553654 likely this is related.
  3. C

    IO delay troubleshooting

    for my experience, high IO delay only occur when intensive read write happen to HDD (but this can be solved if passthrough the SATA controller to VM).
  4. C

    Solution: Intel iGPU passthrough to Linux VM but failed with Kernel 6.10 onward

    This is just to share, if you are using intel iGPU passthrough to a Linux VM, you might encounter a problem that no HDMI output if you upgrade your Linux VM to kernel 6.10 onward. the solution will be here: https://bugzilla.kernel.org/show_bug.cgi?id=219193 i have Alderlake iGPU passthrough to...
  5. C

    GPU passthrough working but VM not using the GPU

    set the Display to none in VM hardware tab. i have 3 passthrough working correctly. 2 nvidia and 1 intel igpu.
  6. C

    Feature Request: A simple "Enable" checkbox for hardware instead of complete remove.

    a checkbox to allow enable or disable the device, this will allow quick change without to add PCI or remove PCI in testing environment. appreciate if this can be considered.
  7. C

    shim SBAT data failed after upgraded to latest kernel.

    ok, disabled secure boot in BIOS will still allow proxmox host to boot. no other configuration needed. i will just disable Secure Boot function.
  8. C

    shim SBAT data failed after upgraded to latest kernel.

    I performed latest kernel update this morning for proxmox host, and went for host restart, now i ended up having this problem during BIOS boot up and the system shutdown immediately after this. i have secure boot enabled and what will happen if i reset secure boot? will it stop my system for...
  9. C

    Server unintentionally reboot

    it happen again today in the middle of the night where no one is using the server nor VM...... May 18 04:17:50 proxmox pvestatd[2081]: pbs: error fetching datastores - 500 Can't connect to 192.168.1.13:8007 (No route to host) May 18 04:18:00 proxmox pvestatd[2081]: pbs: error fetching...
  10. C

    Server unintentionally reboot

    the second reboot today which did not show any error: May 16 15:38:36 proxmox pvestatd[1871]: pbs: error fetching datastores - 500 Can't connect to 192.168.1.13:8007 (No route to host) May 16 15:38:43 proxmox kernel: [UFW BLOCK] IN=vmbr0 OUT= MAC=01:00:5e:00:00:01:c8:7f:54:c2:c1:30:08:00...
  11. C

    Server unintentionally reboot

    journalctl show following error, where pbs is my proxmox backup server which was powered off, and i dont think it caused the reboot. May 16 06:09:52 proxmox kernel: BUG: kernel NULL pointer dereference, address: 00000000000000a0 proxmox-ve: 8.2.0 (running kernel: 6.8.4-3-pve) pve-manager...
  12. C

    Alderlake direct passthrough to Linux VM is working with HDMI output!

    make sure you remove the Proxmox VGA adaptor, any software emulated VGA adaptor will stop VM from booting when you passthrough Hardware VGA. make sure you have VNC or NoMachine or XRDP installed so you can login.
  13. C

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

    with kernel 6.8, i having problem to run a grafana container. error code below, not sure if this related to change of apparmor, any suggestion? Starting btb_grafana_dashboard ... error ERROR: for btb_grafana_dashboard Cannot start service btb_grafana_dashboard: failed to create task for...
  14. C

    [SOLVED] Passing over gpu to linux - no screens found error

    try nomachine, i am usign intel GPU passthrough to ubuntu, vm display set to none, gpu set to primary display. if you do not have a monitor connected then get a HDMI dummy plug. my only problem is i cannot get HW encoding to work....