Recent content by Dunadan

  1. D

    update-initramfs : No /etc/kernel/pve-efiboot-uuids found

    Guys this might help you. It worked for me. :~# nano /etc/default/grub intel_iommu=on and iommu=pt – in the end of the line GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on and iommu=pt" : ~# update-grub To check if IOMMU is enabled: :~# dmesg | grep -e DMAR -e IOMMU To find you graphic...
  2. D

    Problem with pass-through - cannot change initramfs

    Guys this might help you. It worked for me. :~# nano /etc/default/grub intel_iommu=on and iommu=pt – in the end of the line GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on and iommu=pt" : ~# update-grub To check if IOMMU is enabled: :~# dmesg | grep -e DMAR -e IOMMU To find you graphic...
  3. D

    update-initramfs -u -k all problem

    Hello While preparing the system to passthrough igpu i am facing following problem: root@Zeus:~# update-initramfs -u -k all update-initramfs: Generating /boot/initrd.img-6.5.11-7-pve Running hook script 'zz-proxmox-boot'.. Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private...