Hi all,
I'm getting mad. please help me.
After all this changes,
but if I try
is empty, and the simple-FB is still loaded instead of i915...
Any idea how to fix it?
I'm getting mad. please help me.
# cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt video=efifb:off,simplefb:off,vesafb:off nomodeset"
GRUB_CMDLINE_LINUX=""
# cat /etc/kernel/cmdline
root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on iommu=pt video=efifb:off,simplefb:off,vesafb:off nomodeset
# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-6.8.12-9-pve
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
Copying and configuring kernels on /dev/disk/by-uuid/CAEF-0D0A
Copying kernel and creating boot-entry for 6.8.12-4-pve
Copying kernel and creating boot-entry for 6.8.12-9-pve
Copying and configuring kernels on /dev/disk/by-uuid/CAF0-5A84
Copying kernel and creating boot-entry for 6.8.12-4-pve
Copying kernel and creating boot-entry for 6.8.12-9-pve
# proxmox-boot-tool refresh
Running hook script 'proxmox-auto-removal'..
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
Copying and configuring kernels on /dev/disk/by-uuid/CAEF-0D0A
Copying kernel and creating boot-entry for 6.8.12-4-pve
Copying kernel and creating boot-entry for 6.8.12-9-pve
Copying and configuring kernels on /dev/disk/by-uuid/CAF0-5A84
Copying kernel and creating boot-entry for 6.8.12-4-pve
Copying kernel and creating boot-entry for 6.8.12-9-pve
# cat /etc/modprobe.d/i915.conf
options i915 force_probe=46d4 options enable_guc=3
# reboot
After all this changes,
# lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-N [Intel Graphics] [8086:46d4]
but if I try
# lsmod | grep i915
is empty, and the simple-FB is still loaded instead of i915...
# dmesg | grep -i "i915\|drm\|gpu"
[ 0.644808] ACPI: bus type drm_connector registered
[ 0.648990] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[ 0.650629] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 5.380079] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 5.418898] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 5.419768] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 5.735267] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Any idea how to fix it?