Recent content by tristank

  1. T

    Fedora based LXC containers and no network on startup

    Same here. Did you find a solution?
  2. T

    i915 driver not in use and Intel iGPU passthrough

    I recently struggled with a similar issue. Have you tried disabling Secure Boot or enrolling the necessary keys with mokutil --import /var/lib/dkms/mok.pub?
  3. T

    hdparm: SG_IO: bad/missing sense data

    There is currently bug in the kernel which breaks tools like hdparm and hddtemp. $ hdparm -y /dev/sdb /dev/sdb: issuing standby command SG_IO: bad/missing sense data, sb[]: f0 00 01 00 50 00 00 0a 80 00 00 00 00 1d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Source Is there...
  4. T

    [SOLVED] Help with LSI Card

    I'm hitting the same issue on kernel 5.15.39-1-pve. $ dmesg | grep mpt2sas_cm0 [ 1.058716] mpt2sas_cm0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (32471524 kB) [ 1.068129] mpt2sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k [ 1.068140] mpt2sas_cm0...
  5. T

    iwlwifi module crash on load for M.2 Intel AX210 NGW WiFi Card

    Thanks this helped. I also download the ibt-0041-0041.sfi firmware for bluetooth to work but I'm still getting an error saying Failed to load Intel Firmware file intel/ibt-0041-0041.sfi (-2).
  6. T

    IGPU passthrough not working

    I'm also struggeling with same issue on iGPU passthrough aka gvt-d. I had to patch the kernel in order to workaround a FLR error. I'm not getting any errors in Windows guests (q35) or Ubuntu guests (q35) but the sad thing is that the screen is black. I do have hdmi dummy plug connected to the...
  7. T

    [SOLVED] BUG: kernel NULL pointer dereference, address: 0000000000000000

    Has this been fixed? Because I think I'm having the same issue on a Z490M Pro4 with a i9-10850K when I'm trying to use SR-IOV with a Intel 82576. ``` [ 480.881090] BUG: kernel NULL pointer dereference, address: 0000000000000008 [ 480.881108] #PF: supervisor read access in kernel mode [...
  8. T

    Win7 does not recognize Virtio 0.1.141 correclty?!

    As of right now it is still not possible to install WIndows 7 on a VirtIO Block device because the drivers (virtio-win 0.1.215) will not be recognized. You will also have to make sure to uncheck "pre-enroll-keys" or to disable secure boot in the guests uefi (hit F2 during boot to get into the...
  9. T

    SR-IOV VF on LXC containers ?

    I think this only possible with LXD or KVM not with LXC since you can't pass a PCIe device to a LXC container. For docker there is pipewire. Correct me if I'm wrong.
  10. T

    [SOLVED] VM not starting after upgrading kernel and reboot - timeout waiting on systemd

    On ZFS installation systemd-boot is in use for booting not grub. So as it turns out you can define the default boot entry by selecting the entry in the systemd-boot menu and hit "d" for default. Would have been nice to to see this in the wiki-page. Quote from here.
  11. T

    [SOLVED] VM not starting after upgrading kernel and reboot - timeout waiting on systemd

    I just followed your instructions but this won't work for a zfs installation with efistub. Any suggestions how to do this? Also there seems to be missmatch between the instructions in the image and the example. In the image you recommend the menuentry gnulinux-simple-******** and in the example...
  12. T

    PCI passthrough ERROR since Kernel 5.13.19-1 (upgrade from 7.0 to 7.1)

    There goes my hope for a doing this in convenient way through pve-efiboot-tool.
  13. T

    PCI passthrough ERROR since Kernel 5.13.19-1 (upgrade from 7.0 to 7.1)

    Does someone know how to boot into a specfic pve-kernel by default?
  14. T

    PCI passthrough ERROR since Kernel 5.13.19-1 (upgrade from 7.0 to 7.1)

    I just downgraded the kernel to 5.11.22-7-pve and can confirm that it is now possible to passthrough the Intel HD 500 iGPU to Ubuntu 21.10 guest VM. $ apt install pve-kernel-5.11.22-7-pve $ pve-efiboot-tool kernel list $ pve-efiboot-tool kernel add 5.11.22-7-pve $ update-initramfs -u -k all &&...