@Impact
cat /proc/cmdline:
BOOT_IMAGE=/boot/vmlinuz-6.8.12-9-pve root=/dev/mapper/pve-root ro nomodeset quiet intel_iommu=on
grep -sREi "blacklist|softdep" /etc/modprobe.d/
/etc/modprobe.d/pve-blacklist.conf:blacklist nvidiafb
journalctl -b
Jun 03 21:17:44 Proxmox kernel: Linux version 6.8.12-9-pve (build@proxmox) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREE>
Jun 03 21:17:44 Proxmox kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-6.8.12-9-pve root=/dev/mapper/pve-root ro nomodeset quiet intel_iommu=on
Jun 03 21:17:44 Proxmox kernel: KERNEL supported cpus:
Jun 03 21:17:44 Proxmox kernel: Intel GenuineIntel
Jun 03 21:17:44 Proxmox kernel: AMD AuthenticAMD
Jun 03 21:17:44 Proxmox kernel: Hygon HygonGenuine
Jun 03 21:17:44 Proxmox kernel: Centaur CentaurHauls
Jun 03 21:17:44 Proxmox kernel: zhaoxin Shanghai
Jun 03 21:17:44 Proxmox kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Jun 03 21:17:44 Proxmox kernel: BIOS-provided physical RAM map:
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x0000000000100000-0x000000006f098fff] usable
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x000000006f099000-0x000000006f099fff] ACPI NVS
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x000000006f09a000-0x000000006f0c0fff] usable
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x000000006f0c1000-0x000000006f0c1fff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x000000006f0c2000-0x000000006f2c3fff] usable
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x000000006f2c4000-0x0000000071790fff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x0000000071791000-0x0000000071814fff] ACPI data
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x0000000071815000-0x000000007188efff] ACPI NVS
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x000000007188f000-0x0000000071e6cfff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x0000000071e6d000-0x0000000071efefff] type 20
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x0000000071eff000-0x0000000071efffff] usable
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x0000000071f00000-0x0000000079ffffff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x000000007ae00000-0x000000007fffffff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 03 21:17:44 Proxmox kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047fffffff] usable
Jun 03 21:17:44 Proxmox kernel: NX (Execute Disable) protection: active
Jun 03 21:17:44 Proxmox kernel: APIC: Static calls initialized
@leesteken
As far as I understand I'm not trying to, nor have I, passed through the GPU to a VM. It's a fresh install and I haven't tweaked much yet. I also rolled back the changes made. The GPU needs to be passed trough to the Docker container (not a vm).
Unfortunately a lot of info is outdated yes, that's why I tried to follow the official information but it's so excessively and dificult to understand (for beginners) that I'm bound to some tutorials.