Offload dGPU/iGPU kills external screen

Hi, I have a problem with my thinkpad w530 a now ten year old laptop, the problem is that the external screen goes completely black there is actually no signal at all, the problem occurs when I want to activate Offload via nixos config, the problem disappears when Offload config is removed from nix conf. I have right now the following problem with nix conf, the problem here is that there is no text display on the external screen of the boot process until the end of the boot process and then the screen is fuzzy or with tear?. until Login to GMD login ‘Auto’. screen. all com from the

Official wiki

I have tried to fix the problem with the following in nix conf.

hardware.graphics.enable = true;        
hardware.nvidia.modesetting.enable = true;

a third problem is that there is a delay on the external screen when an app is opened, it is as if they are not updated when activated, it has only come about after I have tried to activate Offload.

// nvidia
hardware.graphics.enable = true;
  services.xserver.videoDrivers = [
   		 "modesetting"  
    		 "nvidia"
  		];
  	
	hardware.nvidia.open = true;
	hardware.nvidia.prime = {
  		offload.enable = true;
  		offload.enableOffloadCmd = true;
    
   		 intelBusId = "PCI:0@0:2:0";
   		 nvidiaBusId = "PCI:1@0:0:0";
    		};

VGA driver

$ sudo lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107GLM [Quadro K1000M] (rev a1)

If you’re using GNOME and not explicitly running an X11 session, all the prime config is inert.

Wayland-based GNOME compositors choose the primary GPU using the mutter-device-preferred-primary device tag, and usually default to your iGPU, because most firmwares will default to that, so you’ve already been using “offload” this entire time.

I think the more likely cause of your problems is the fact that you’re trying to use the nvidia driver at all.

AIUI your GPU shouldn’t be supported by the current default drivers, certainly not the open variant, and it should also have very poor wayland support, so I don’t think using the NVIDIA GPU at all should be working with what you’ve shared, and definitely not well.

Your GPU is supported by the 470 legacy branch, but that’ll take some work, and IME often simply doesn’t work, nor do I think is using them advisable. Those drivers are kept alive by black magic. I think they are still among the drivers that require bumblebee, so that’ll be fun if you really want to go down this rabbit hole.


For now, please do the following:

  • Remove all the hardware.nvidia.offload and related settings
  • Reboot, and get the output of dmesg
  • Add back the nvidia driver to services.xserver.videoDrivers, alongside the mandatory hardware.nvidia settings, but leave other nvidia config untouched
  • Reboot again and get the output of dmesg
  • Share all output here, and also tell us what software you’re using how

As a final piece of advice, use nixos-rebuild boot, not switch, when you do things like mucking with drivers.

ok i’m not an nvidia fan so that’s fine with me, I have removed all new additions with nvidia and have a dmesg log.

body it limet 3xxx you add 7xxx. how to add the dmesg file

After reboot, I add these two lines and get an error

hardware.graphics.enable = true;
services.xserver.videoDrivers = [ “nvidia” ];

nixos-rebuild boot

building the system configuration…
error:
… while calling the ‘head’ builtin
at /nix/store/3vrnbpxfs83y8821n739dqzj6n37blnk-nixos-26.05/nixos/lib/attrsets.nix:1717:13:
1716| if length values == 1 || pred here (elemAt values 1) (head values) then
1717| head values
| ^
1718| else

   … while evaluating the attribute 'value'
     at /nix/store/3vrnbpxfs83y8821n739dqzj6n37blnk-nixos-26.05/nixos/lib/modules.nix:1167:7:
     1166|     // {
     1167|       value = addErrorContext "while evaluating the option `${showOption loc}':" value;
         |       ^
     1168|       inherit (res.defsFinal') highestPrio;

   … while evaluating the option `system.build.toplevel':

   … while evaluating definitions from `/nix/store/3vrnbpxfs83y8821n739dqzj6n37blnk-nixos-26.05/nixos/nixos/modules/system/activation/top-level.nix':

   (stack trace truncated; use '--show-trace' to show the full, detailed trace)

   error: expected a Boolean but found null: null
   at /nix/store/3vrnbpxfs83y8821n739dqzj6n37blnk-nixos-26.05/nixos/nixos/modules/hardware/video/nvidia.nix:424:28:
      423|             {
      424|               assertion = !cfg.open || (nvidia_x11.open != null);
         |                            ^
      425|               message = ''

Command ‘nix-build ‘<nixpkgs/nixos>’ --attr config.system.build.toplevel --no-out-link’ returned non-zero exit status 1.

the dmesg file log line 1-400

[    0.000000] Linux version 6.18.36 (nixbld@localhost) (gcc (GCC) 15.2.0, GNU ld (GNU Binutils) 2.46) #1-NixOS SMP PREEMPT_DYNAMIC Fri Jun 19 11:44:16 UTC 2026
[    0.000000] Command line: initrd=\EFI\nixos\pvcb64rn9544ahscf9sg5k7dyk3w17fp-initrd-linux-6.18.36-initrd.efi init=/nix/store/q9xi59qfsa0m47v7b9wpdjni8mki196x-nixos-system-Tbiks-26.05.3250.4062d36ebeae/init root=fstab loglevel=4 lsm=landlock,yama,bpf
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c000-0x000000000009cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000a5d4efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a5d4f000-0x00000000a5f50fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a5f51000-0x00000000b694efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b694f000-0x00000000bae9efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bae9f000-0x00000000baf9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043e5fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000043e600000-0x000000043e7fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.3.1 by Lenovo
[    0.000000] efi: ACPI 2.0=0xbaffe014 ACPI=0xbaffe000 SMBIOS=0xbae9e000 RNG=0xbafd7f98 INITRD=0xa6e22198 
[    0.000000] random: crng init done
[    0.000000] efi: Not removing mem50: MMIO range=[0xf80f8000-0xf80f8fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem51: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 2447EJ7/2447EJ7, BIOS G5ET96WW (2.56 ) 11/27/2013
[    0.000000] DMI: Memory slots populated: 4/4
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2294.701 MHz processor
[    0.000244] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000251] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000272] last_pfn = 0x43e600 max_arch_pfn = 0x400000000
[    0.000284] MTRR map: 7 entries (2 fixed + 5 variable; max 22), built from 10 variable MTRRs
[    0.000289] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000956] last_pfn = 0xbb000 max_arch_pfn = 0x400000000
[    0.036705] Secure boot disabled
[    0.036707] RAMDISK: [mem 0x9e762000-0xa1040fff]
[    0.036719] ACPI: Early table checksum verification disabled
[    0.036725] ACPI: RSDP 0x00000000BAFFE014 000024 (v02 LENOVO)
[    0.036734] ACPI: XSDT 0x00000000BAFFE170 0000C4 (v01 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036748] ACPI: FACP 0x00000000BAFE6000 00010C (v05 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036761] ACPI: DSDT 0x00000000BAFE8000 010A7D (v01 LENOVO TP-G5    00002560 INTL 20061109)
[    0.036769] ACPI: FACS 0x00000000BAF54000 000040
[    0.036776] ACPI: SLIC 0x00000000BAFFD000 000176 (v01 LENOVO TP-G5    00002560 PTL  00000001)
[    0.036783] ACPI: TCPA 0x00000000BAFFC000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
[    0.036791] ACPI: SSDT 0x00000000BAFFB000 000408 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[    0.036798] ACPI: SSDT 0x00000000BAFFA000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[    0.036806] ACPI: SSDT 0x00000000BAFF9000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[    0.036813] ACPI: HPET 0x00000000BAFE4000 000038 (v01 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036820] ACPI: APIC 0x00000000BAFE3000 000098 (v01 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036827] ACPI: MCFG 0x00000000BAFE2000 00003C (v01 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036834] ACPI: ECDT 0x00000000BAFE1000 000052 (v01 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036842] ACPI: FPDT 0x00000000BAFE0000 000064 (v01 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036849] ACPI: ASF! 0x00000000BAFE7000 0000A5 (v32 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036856] ACPI: UEFI 0x00000000BAFDF000 00003E (v01 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036863] ACPI: UEFI 0x00000000BAFDE000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
[    0.036871] ACPI: POAT 0x00000000BAFDD000 000055 (v03 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036878] ACPI: SSDT 0x00000000BAFDC000 000C5D (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.036885] ACPI: SSDT 0x00000000BAFDB000 000A83 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.036893] ACPI: UEFI 0x00000000BAFDA000 000256 (v01 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036900] ACPI: DBG2 0x00000000BAFD9000 0000E9 (v00 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036907] ACPI: BGRT 0x00000000BAFD8000 000038 (v00 LENOVO TP-G5    00002560 PTL  00000002)
[    0.036913] ACPI: Reserving FACP table memory at [mem 0xbafe6000-0xbafe610b]
[    0.036916] ACPI: Reserving DSDT table memory at [mem 0xbafe8000-0xbaff8a7c]
[    0.036919] ACPI: Reserving FACS table memory at [mem 0xbaf54000-0xbaf5403f]
[    0.036921] ACPI: Reserving SLIC table memory at [mem 0xbaffd000-0xbaffd175]
[    0.036923] ACPI: Reserving TCPA table memory at [mem 0xbaffc000-0xbaffc031]
[    0.036924] ACPI: Reserving SSDT table memory at [mem 0xbaffb000-0xbaffb407]
[    0.036926] ACPI: Reserving SSDT table memory at [mem 0xbaffa000-0xbaffa032]
[    0.036928] ACPI: Reserving SSDT table memory at [mem 0xbaff9000-0xbaff9796]
[    0.036930] ACPI: Reserving HPET table memory at [mem 0xbafe4000-0xbafe4037]
[    0.036932] ACPI: Reserving APIC table memory at [mem 0xbafe3000-0xbafe3097]
[    0.036934] ACPI: Reserving MCFG table memory at [mem 0xbafe2000-0xbafe203b]
[    0.036936] ACPI: Reserving ECDT table memory at [mem 0xbafe1000-0xbafe1051]
[    0.036938] ACPI: Reserving FPDT table memory at [mem 0xbafe0000-0xbafe0063]
[    0.036940] ACPI: Reserving ASF! table memory at [mem 0xbafe7000-0xbafe70a4]
[    0.036942] ACPI: Reserving UEFI table memory at [mem 0xbafdf000-0xbafdf03d]
[    0.036944] ACPI: Reserving UEFI table memory at [mem 0xbafde000-0xbafde041]
[    0.036946] ACPI: Reserving POAT table memory at [mem 0xbafdd000-0xbafdd054]
[    0.036948] ACPI: Reserving SSDT table memory at [mem 0xbafdc000-0xbafdcc5c]
[    0.036950] ACPI: Reserving SSDT table memory at [mem 0xbafdb000-0xbafdba82]
[    0.036952] ACPI: Reserving UEFI table memory at [mem 0xbafda000-0xbafda255]
[    0.036954] ACPI: Reserving DBG2 table memory at [mem 0xbafd9000-0xbafd90e8]
[    0.036956] ACPI: Reserving BGRT table memory at [mem 0xbafd8000-0xbafd8037]
[    0.037068] No NUMA configuration found
[    0.037070] Faking a node at [mem 0x0000000000000000-0x000000043e5fffff]
[    0.037079] NODE_DATA(0) allocated [mem 0x43e5ee780-0x43e5f3cff]
[    0.037185] Zone ranges:
[    0.037187]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.037191]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.037194]   Normal   [mem 0x0000000100000000-0x000000043e5fffff]
[    0.037197]   Device   empty
[    0.037199] Movable zone start for each node
[    0.037201] Early memory node ranges
[    0.037202]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.037206]   node   0: [mem 0x000000000009d000-0x000000000009dfff]
[    0.037208]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.037211]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.037213]   node   0: [mem 0x0000000040005000-0x00000000a5d4efff]
[    0.037216]   node   0: [mem 0x00000000a5f51000-0x00000000b694efff]
[    0.037218]   node   0: [mem 0x00000000bafff000-0x00000000baffffff]
[    0.037220]   node   0: [mem 0x0000000100000000-0x000000043e5fffff]
[    0.037227] Initmem setup node 0 [mem 0x0000000000001000-0x000000043e5fffff]
[    0.037240] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.037243] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.037288] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.040217] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.044872] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.045637] On node 0, zone DMA32: 514 pages in unavailable ranges
[    0.045938] On node 0, zone DMA32: 18096 pages in unavailable ranges
[    0.084204] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.084328] On node 0, zone Normal: 6656 pages in unavailable ranges
[    0.084362] Reserving Intel graphics memory at [mem 0xbba00000-0xbf9fffff]
[    0.084646] ACPI: PM-Timer IO Port: 0x408
[    0.084670] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.084674] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.084689] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.084695] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.084700] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.084711] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.084714] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.084734] e820: update [mem 0xab542000-0xab5bdfff] usable ==> reserved
[    0.084762] TSC deadline timer available
[    0.084774] CPU topo: Max. logical packages:   1
[    0.084776] CPU topo: Max. logical dies:       1
[    0.084777] CPU topo: Max. dies per package:   1
[    0.084789] CPU topo: Max. threads per core:   2
[    0.084792] CPU topo: Num. cores per package:     4
[    0.084793] CPU topo: Num. threads per package:   8
[    0.084794] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[    0.084846] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.084851] PM: hibernation: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.084856] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.084860] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.084864] PM: hibernation: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.084869] PM: hibernation: Registered nosave memory: [mem 0xa5d4f000-0xa5f50fff]
[    0.084873] PM: hibernation: Registered nosave memory: [mem 0xab542000-0xab5bdfff]
[    0.084877] PM: hibernation: Registered nosave memory: [mem 0xb694f000-0xbaffefff]
[    0.084882] PM: hibernation: Registered nosave memory: [mem 0xbb000000-0xffffffff]
[    0.084885] [mem 0xbfa00000-0xf80f7fff] available for PCI devices
[    0.084888] Booting paravirtualized kernel on bare hardware
[    0.084895] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.099451] setup_percpu: NR_CPUS:384 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.100520] percpu: Embedded 98 pages/cpu s278528 r8192 d114688 u524288
[    0.100538] pcpu-alloc: s278528 r8192 d114688 u524288 alloc=1*2097152
[    0.100544] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 
[    0.100593] Kernel command line: initrd=\EFI\nixos\pvcb64rn9544ahscf9sg5k7dyk3w17fp-initrd-linux-6.18.36-initrd.efi init=/nix/store/q9xi59qfsa0m47v7b9wpdjni8mki196x-nixos-system-Tbiks-26.05.3250.4062d36ebeae/init root=fstab loglevel=4 lsm=landlock,yama,bpf
[    0.100754] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.103707] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.105168] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.105499] software IO TLB: area num 8.
[    0.129257] Fallback order for Node 0: 0 
[    0.129271] Built 1 zonelists, mobility grouping on.  Total pages: 4147945
[    0.129274] Policy zone: Normal
[    0.129724] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.214999] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.221958] allocated 33554432 bytes of page_ext
[    0.221983] Kernel/User page tables isolation: enabled
[    0.241165] ftrace: allocating 48568 entries in 192 pages
[    0.241170] ftrace: allocated 192 pages with 2 groups
[    0.242437] Dynamic Preempt: lazy
[    0.242617] rcu: Preemptible hierarchical RCU implementation.
[    0.242619] rcu: 	RCU event tracing is enabled.
[    0.242621] rcu: 	RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=8.
[    0.242624] 	Trampoline variant of Tasks RCU enabled.
[    0.242625] 	Rude variant of Tasks RCU enabled.
[    0.242626] 	Tracing variant of Tasks RCU enabled.
[    0.242628] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.242629] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.242667] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.242672] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.242676] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.256875] NR_IRQS: 24832, nr_irqs: 488, preallocated irqs: 16
[    0.257212] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.257511] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.257660] Console: colour dummy device 80x25
[    0.257666] printk: legacy console [tty0] enabled
[    0.257791] ACPI: Core revision 20250807
[    0.258128] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.258155] APIC: Switch to symmetric I/O mode setup
[    0.258234] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.258750] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.263155] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2113a77d476, max_idle_ns: 440795258272 ns
[    0.263168] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.40 BogoMIPS (lpj=2294701)
[    0.263222] CPU0: Thermal monitoring enabled (TM1)
[    0.263292] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.263296] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.263303] process: using mwait in idle threads
[    0.263307] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    0.263319] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.263322] SRBDS: Vulnerable: No microcode
[    0.263325] Spectre V2 : Mitigation: Retpolines
[    0.263327] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.263330] MDS: Mitigation: Clear CPU buffers
[    0.263332] VMSCAPE: Mitigation: IBPB before exit to userspace
[    0.263334] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.263337] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.263339] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.263343] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.263356] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.263360] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.263362] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.263365] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.263369] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.320406] Freeing SMP alternatives memory: 44K
[    0.320426] pid_max: default: 32768 minimum: 301
[    0.320569] LSM: initializing lsm=capability,landlock,yama,bpf,ima
[    0.320730] landlock: Up and running.
[    0.320733] Yama: becoming mindful.
[    0.321112] LSM support for eBPF active
[    0.321253] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.321296] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.322302] smpboot: CPU0: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.322899] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.322937] ... version:                   3
[    0.322940] ... bit width:                 48
[    0.322942] ... generic counters:          4
[    0.322943] ... generic bitmap:            000000000000000f
[    0.322946] ... fixed-purpose counters:    3
[    0.322948] ... fixed-purpose bitmap:      0000000000000007
[    0.322950] ... value mask:                0000ffffffffffff
[    0.322952] ... max period:                00007fffffffffff
[    0.322954] ... global_ctrl mask:          000000070000000f
[    0.323341] signal: max sigframe size: 1776
[    0.323384] Estimated ratio of average max frequency by base frequency (times 1024): 1380
[    0.329045] rcu: Hierarchical SRCU implementation.
[    0.329051] rcu: 	Max phase no-delay instances is 400.
[    0.329207] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.330704] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.330909] smp: Bringing up secondary CPUs ...
[    0.331248] smpboot: x86: Booting SMP configuration:
[    0.331252] .... node  #0, CPUs:      #2 #4 #6 #1 #3 #5 #7
[    0.338524] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.338524] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details.
[    0.341279] smp: Brought up 1 node, 8 CPUs
[    0.341279] smpboot: Total of 8 processors activated (36715.21 BogoMIPS)
[    0.342414] Memory: 16022420K/16591780K available (17098K kernel code, 2721K rwdata, 13520K rodata, 3640K init, 3012K bss, 518904K reserved, 0K cma-reserved)
[    0.343295] devtmpfs: initialized
[    0.343346] x86/mm: Memory block size: 128MB
[    0.347893] ACPI: PM: Registering ACPI NVS region [mem 0xbae9f000-0xbaf9efff] (1048576 bytes)
[    0.348196] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.348200] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.348245] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear).
[    0.348437] pinctrl core: initialized pinctrl subsystem
[    0.348709] PM: RTC time: 15:38:03, date: 2026-06-28
[    0.350153] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.350695] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.350977] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.351259] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.351282] audit: initializing netlink subsys (disabled)
[    0.351316] audit: type=2000 audit(1782661083.093:1): state=initialized audit_enabled=0 res=1
[    0.351458] thermal_sys: Registered thermal governor 'fair_share'
[    0.351462] thermal_sys: Registered thermal governor 'bang_bang'
[    0.351465] thermal_sys: Registered thermal governor 'step_wise'
[    0.351468] thermal_sys: Registered thermal governor 'user_space'
[    0.351470] thermal_sys: Registered thermal governor 'power_allocator'
[    0.351493] cpuidle: using governor menu
[    0.363368] efi: Freeing EFI boot services memory: 69944K
[    0.363379] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.363382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.363847] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
[    0.363861] PCI: not using ECAM ([mem 0xf8000000-0xfbffffff] not reserved)
[    0.363865] PCI: Using configuration type 1 for base access
[    0.363969] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.364047] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.364358] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.364358] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.366481] ACPI: Added _OSI(Module Device)
[    0.366486] ACPI: Added _OSI(Processor Device)
[    0.366489] ACPI: Added _OSI(Processor Aggregator Device)
[    0.395523] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.396774] ACPI: EC: EC started
[    0.396777] ACPI: EC: interrupt blocked
[    0.397392] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.397396] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.397575] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.405993] ACPI: Dynamic OEM Table Load:
[    0.406015] ACPI: SSDT 0xFFFF8E17039D2000 000A01 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.407799] ACPI: Dynamic OEM Table Load:
[    0.407815] ACPI: SSDT 0xFFFF8E1703553C00 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.409206] ACPI: Dynamic OEM Table Load:
[    0.409220] ACPI: SSDT 0xFFFF8E1702337600 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.413677] ACPI: Interpreter enabled
[    0.413722] ACPI: PM: (supports S0 S3 S4 S5)
[    0.413726] ACPI: Using IOAPIC for interrupt routing
[    0.413782] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
[    0.414855] PCI: ECAM [mem 0xf8000000-0xfbffffff] reserved as ACPI motherboard resource
[    0.414880] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.414884] PCI: Using E820 reservations for host bridge windows
[    0.415459] ACPI: Enabled 6 GPEs in block 00 to 3F
[    0.423892] ACPI: \_SB_.PCI0.LPC_.EC__.PUBS: New power resource
[    0.424581] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[    0.426923] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[    0.432855] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.432862] ACPI: PCI: Interrupt link LNKA disabled
[    0.433045] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.433049] ACPI: PCI: Interrupt link LNKB disabled
[    0.433233] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.433237] ACPI: PCI: Interrupt link LNKC disabled
[    0.433416] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.433420] ACPI: PCI: Interrupt link LNKD disabled
[    0.433597] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.433601] ACPI: PCI: Interrupt link LNKE disabled
[    0.433777] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.433781] ACPI: PCI: Interrupt link LNKF disabled
[    0.433957] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.433960] ACPI: PCI: Interrupt link LNKG disabled
[    0.434137] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.434141] ACPI: PCI: Interrupt link LNKH disabled
[    0.434418] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.434430] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.434637] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability LTR]
[    0.434805] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.434811] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability LTR]
[    0.434815] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    0.434818] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
[    0.435278] PCI host bridge to bus 0000:00
[    0.435289] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.435295] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.435302] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000effff window]
[    0.435305] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff window]
[    0.435309] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
[    0.435313] pci_bus 0000:00: root bus resource [bus 00-3f]
[    0.435376] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000 conventional PCI endpoint
[    0.435546] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400 PCIe Root Port
[    0.435570] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.435576] pci 0000:00:01.0:   bridge window [io  0x6000-0x6fff]
[    0.435582] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf10fffff]
[    0.435592] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.435646] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.435861] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000 conventional PCI endpoint
[    0.435895] pci 0000:00:02.0: BAR 0 [mem 0xf1400000-0xf17fffff 64bit]
[    0.435901] pci 0000:00:02.0: BAR 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.435905] pci 0000:00:02.0: BAR 4 [io  0x7000-0x703f]
[    0.435925] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.436181] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330 conventional PCI endpoint
[    0.436266] pci 0000:00:14.0: BAR 0 [mem 0xf3a20000-0xf3a2ffff 64bit]
[    0.436350] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.436557] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000 conventional PCI endpoint
[    0.436644] pci 0000:00:16.0: BAR 0 [mem 0xf3a35000-0xf3a3500f 64bit]
[    0.436726] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.436878] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000 conventional PCI endpoint
[    0.436947] pci 0000:00:19.0: BAR 0 [mem 0xf3a00000-0xf3a1ffff]
[    0.436953] pci 0000:00:19.0: BAR 1 [mem 0xf3a3b000-0xf3a3bfff]
[    0.436958] pci 0000:00:19.0: BAR 2 [io  0x7080-0x709f]
[    0.437038] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.437231] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320 conventional PCI endpoint
[    0.437314] pci 0000:00:1a.0: BAR 0 [mem 0xf3a3a000-0xf3a3a3ff]
[    0.437401] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.437610] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    0.437694] pci 0000:00:1b.0: BAR 0 [mem 0xf3a30000-0xf3a33fff 64bit]
[    0.437798] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.438013] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400 PCIe Root Port
[    0.438068] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.438078] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    0.438086] pci 0000:00:1c.0:   bridge window [mem 0xf3100000-0xf39fffff]
[    0.438108] pci 0000:00:1c.0:   bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
[    0.438227] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.438444] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400 PCIe Root Port
[    0.438501] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.438510] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.438517] pci 0000:00:1c.1:   bridge window [mem 0xf3000000-0xf30fffff]
[    0.438651] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.438860] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400 PCIe Root Port
[    0.438913] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
[    0.438923] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.438930] pci 0000:00:1c.2:   bridge window [mem 0xf2800000-0xf2ffffff]
[    0.438951] pci 0000:00:1c.2:   bridge window [mem 0xf2000000-0xf27fffff 64bit pref]
[    0.439066] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.439291] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320 conventional PCI endpoint
[    0.439373] pci 0000:00:1d.0: BAR 0 [mem 0xf3a39000-0xf3a393ff]
[    0.439464] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.439675] pci 0000:00:1f.0: [8086:1e55] type 00 class 0x060100 conventional PCI endpoint
[    0.440027] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601 conventional PCI endpoint
[    0.440111] pci 0000:00:1f.2: BAR 0 [io  0x70a8-0x70af]
[    0.440116] pci 0000:00:1f.2: BAR 1 [io  0x70b4-0x70b7]
[    0.440122] pci 0000:00:1f.2: BAR 2 [io  0x70a0-0x70a7]
[    0.440127] pci 0000:00:1f.2: BAR 3 [io  0x70b0-0x70b3]
[    0.440132] pci 0000:00:1f.2: BAR 4 [io  0x7060-0x707f]
[    0.440137] pci 0000:00:1f.2: BAR 5 [mem 0xf3a38000-0xf3a387ff]
[    0.440226] pci 0000:00:1f.2: PME# supported from D3hot
[    0.440425] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500 conventional PCI endpoint
[    0.440510] pci 0000:00:1f.3: BAR 0 [mem 0xf3a34000-0xf3a340ff 64bit]
[    0.440520] pci 0000:00:1f.3: BAR 4 [io  0xefa0-0xefbf]
[    0.440778] pci 0000:01:00.0: [10de:0ffc] type 00 class 0x030000 PCIe Endpoint
[    0.440828] pci 0000:01:00.0: BAR 0 [mem 0xf0000000-0xf0ffffff]
[    0.440835] pci 0000:01:00.0: BAR 1 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.440841] pci 0000:01:00.0: BAR 3 [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.440846] pci 0000:01:00.0: BAR 5 [io  0x6000-0x607f]
[    0.440850] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[    0.440885] pci 0000:01:00.0: Enabling HDA controller
[    0.440974] pci 0000:01:00.0: 64.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.442628] pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300 PCIe Endpoint

dmesg flie log 400-800

[    0.442683] pci 0000:01:00.1: BAR 0 [mem 0xf1000000-0xf1003fff]
[    0.442888] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.443102] pci 0000:02:00.0: MMC controller base frequency changed to 50Mhz.
[    0.443110] pci 0000:02:00.0: [1180:e822] type 00 class 0x088001 PCIe Endpoint
[    0.443253] pci 0000:02:00.0: BAR 0 [mem 0xf3101000-0xf31010ff]
[    0.443466] pci 0000:02:00.0: supports D1 D2
[    0.443470] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.443920] pci 0000:02:00.3: [1180:e832] type 00 class 0x0c0010 PCIe Endpoint
[    0.444027] pci 0000:02:00.3: BAR 0 [mem 0xf3100000-0xf31007ff]
[    0.444086] pci 0000:02:00.3: Enabling fixed DMA alias to 00.0
[    0.444253] pci 0000:02:00.3: supports D1 D2
[    0.444257] pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.444543] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.444696] pci 0000:03:00.0: [10ec:8176] type 00 class 0x028000 PCIe Endpoint
[    0.444805] pci 0000:03:00.0: BAR 0 [io  0x4000-0x40ff]
[    0.444818] pci 0000:03:00.0: BAR 2 [mem 0xf3000000-0xf3003fff 64bit]
[    0.445005] pci 0000:03:00.0: supports D1 D2
[    0.445008] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.445257] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.445423] acpiphp: Slot [1] registered
[    0.445435] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
[    0.449628] ACPI: EC: interrupt unblocked
[    0.449633] ACPI: EC: event unblocked
[    0.449642] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.449645] ACPI: EC: GPE=0x11
[    0.449649] ACPI: \_SB_.PCI0.LPC_.EC__: Boot ECDT EC initialization complete
[    0.449654] ACPI: \_SB_.PCI0.LPC_.EC__: EC: Used to handle transactions and events
[    0.449921] iommu: Default domain type: Translated
[    0.449921] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.450262] ACPI: bus type USB registered
[    0.450309] usbcore: registered new interface driver usbfs
[    0.450327] usbcore: registered new interface driver hub
[    0.450349] usbcore: registered new device driver usb
[    0.450490] efivars: Registered efivars operations
[    0.451562] NetLabel: Initializing
[    0.451566] NetLabel:  domain hash size = 128
[    0.451569] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.451615] NetLabel:  unlabeled traffic allowed by default
[    0.451632] PCI: Using ACPI for IRQ routing
[    0.455081] PCI: pci_cache_line_size set to 64 bytes
[    0.455256] e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff]
[    0.455262] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.455265] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.455268] e820: reserve RAM buffer [mem 0xa5d4f000-0xa7ffffff]
[    0.455271] e820: reserve RAM buffer [mem 0xab542000-0xabffffff]
[    0.455273] e820: reserve RAM buffer [mem 0xb694f000-0xb7ffffff]
[    0.455276] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
[    0.455279] e820: reserve RAM buffer [mem 0x43e600000-0x43fffffff]
[    0.455365] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.455365] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.455365] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.455365] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.455365] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.455365] vgaarb: loaded
[    0.456356] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.456356] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.458292] clocksource: Switched to clocksource tsc-early
[    0.458691] VFS: Disk quotas dquot_6.6.0
[    0.458723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.459075] pnp: PnP ACPI init
[    0.460047] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.460049] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.460049] system 00:00: [mem 0x00100000-0xbf9fffff] could not be reserved
[    0.460049] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.460391] pnp 00:01: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
[    0.460412] pnp 00:01: [Firmware Bug]: PNP resource [mem 0xfed10000-0xfed13fff] covers only part of 0000:00:00.0 Intel MCH; extending to [mem 0xfed10000-0xfed17fff]
[    0.460465] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.460471] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.460474] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.460478] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    0.460482] system 00:01: [io  0x1600-0x167f] has been reserved
[    0.460488] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
[    0.460494] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.460499] system 00:01: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.460503] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.460507] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.460512] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.460516] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.461623] pnp: PnP ACPI: found 5 devices
[    0.470185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.470393] NET: Registered PF_INET protocol family
[    0.470753] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.507368] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.507439] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.507606] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.508287] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.508886] TCP: Hash tables configured (established 131072 bind 65536)
[    0.509092] MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
[    0.509357] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.509605] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.509901] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.509928] NET: Registered PF_XDP protocol family
[    0.509943] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[    0.509980] pci 0000:01:00.0: ROM [mem 0xf1080000-0xf10fffff pref]: assigned
[    0.509987] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.509993] pci 0000:00:01.0:   bridge window [io  0x6000-0x6fff]
[    0.510000] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf10fffff]
[    0.510005] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.510016] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.510020] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    0.510030] pci 0000:00:1c.0:   bridge window [mem 0xf3100000-0xf39fffff]
[    0.510037] pci 0000:00:1c.0:   bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
[    0.510049] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.510054] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.510064] pci 0000:00:1c.1:   bridge window [mem 0xf3000000-0xf30fffff]
[    0.510079] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
[    0.510084] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.510093] pci 0000:00:1c.2:   bridge window [mem 0xf2800000-0xf2ffffff]
[    0.510101] pci 0000:00:1c.2:   bridge window [mem 0xf2000000-0xf27fffff 64bit pref]
[    0.510114] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.510119] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.510122] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000effff window]
[    0.510126] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfebfffff window]
[    0.510129] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
[    0.510133] pci_bus 0000:01: resource 0 [io  0x6000-0x6fff]
[    0.510136] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
[    0.510139] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.510143] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    0.510146] pci_bus 0000:02: resource 1 [mem 0xf3100000-0xf39fffff]
[    0.510150] pci_bus 0000:02: resource 2 [mem 0xf1800000-0xf1ffffff 64bit pref]
[    0.510153] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.510156] pci_bus 0000:03: resource 1 [mem 0xf3000000-0xf30fffff]
[    0.510160] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    0.510173] pci_bus 0000:04: resource 1 [mem 0xf2800000-0xf2ffffff]
[    0.510182] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf27fffff 64bit pref]
[    0.511333] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[    0.511411] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.511482] PCI: CLS 64 bytes, default 64
[    0.511521] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.511524] software IO TLB: mapped [mem 0x00000000b24b5000-0x00000000b64b5000] (64MB)
[    0.511686] Trying to unpack rootfs image as initramfs...
[    0.562175] Initialise system trusted keyrings
[    0.562502] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.595076] Key type asymmetric registered
[    0.595087] Asymmetric key parser 'x509' registered
[    0.595180] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.595481] io scheduler mq-deadline registered
[    0.595489] io scheduler kyber registered
[    0.604258] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.605729] Linux agpgart interface v0.103
[    0.605885] ACPI: bus type drm_connector registered
[    0.608115] usbcore: registered new interface driver usbserial_generic
[    0.608130] usbserial: USB Serial support registered for generic
[    0.609397] intel_pstate: Intel P-state driver initializing
[    0.610297] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    0.610300] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    0.610769] fbcon: Deferring console take-over
[    0.610772] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.610846] pstore: Using crash dump compression: deflate
[    0.610848] pstore: Registered efi_pstore as persistent store backend
[    0.610910] drop_monitor: Initializing network drop monitor service
[    0.611045] NET: Registered PF_INET6 protocol family
[    0.611569] Segment Routing with IPv6
[    0.611581] In-situ OAM (IOAM) with IPv6
[    0.613526] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.614256] microcode: Current revision: 0x00000021
[    0.614259] microcode: Updated early from: 0x00000019
[    0.615280] IPI shorthand broadcast: enabled
[    0.617433] sched_clock: Marking stable (616251873, 912509)->(683594298, -66429916)
[    0.617677] registered taskstats version 1
[    0.617911] Loading compiled-in X.509 certificates
[    0.622503] Demotion targets for Node 0: null
[    0.622629] Key type .fscrypt registered
[    0.622631] Key type fscrypt-provisioning registered
[    0.622713] ima: No TPM chip found, activating TPM-bypass!
[    0.622718] ima: Allocated hash algorithm: sha1
[    0.622730] ima: No architecture policies found
[    0.622845] PM:   Magic number: 14:277:640
[    0.624203] RAS: Correctable Errors collector initialized.
[    0.629572] clk: Disabling unused clocks
[    0.629577] PM: genpd: Disabling unused power domains
[    0.756570] Freeing initrd memory: 41852K
[    0.758697] Freeing unused decrypted memory: 2028K
[    0.759297] Freeing unused kernel image (initmem) memory: 3640K
[    0.759388] Write protecting the kernel read-only data: 32768k
[    0.760013] Freeing unused kernel image (text/rodata gap) memory: 1332K
[    0.760252] Freeing unused kernel image (rodata/data gap) memory: 816K
[    0.809593] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.809596] x86/mm: Checking user space page tables
[    0.852863] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.852881] Run /init as init process
[    0.852883]   with arguments:
[    0.852884]     /init
[    0.852885]   with environment:
[    0.852886]     HOME=/
[    0.852887]     TERM=linux
[    0.860807] systemd[1]: Inserted module 'autofs4'
[    0.934732] systemd[1]: Successfully made /usr/ read-only.
[    1.268386] systemd[1]: systemd 260.2 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP +LIBARCHIVE)
[    1.268394] systemd[1]: Detected architecture x86-64.
[    1.268397] systemd[1]: Running in initrd.
[    1.268587] fbcon: Taking over console
[    1.268697] systemd[1]: Initializing machine ID from random generator.
[    1.268773] systemd[1]: Hostname set to <Tbiks>.
[    1.269854] Console: switching to colour frame buffer device 80x30
[    1.321729] systemd[1]: Queued start job for default target Initrd Default Target.
[    1.332311] systemd[1]: Created slice Slice /system/modprobe.
[    1.332543] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.332643] systemd[1]: Expecting device /dev/disk/by-uuid/d21d50a9-36c2-4bca-a740-e1b421e96025...
[    1.332748] systemd[1]: Reached target Path Units.
[    1.332821] systemd[1]: Reached target Slice Units.
[    1.332894] systemd[1]: Reached target Swaps.
[    1.333005] systemd[1]: Reached target Timer Units.
[    1.333149] systemd[1]: Listening on D-Bus System Message Bus Socket.
[    1.333313] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.333484] systemd[1]: Listening on Journal Sockets.
[    1.333646] systemd[1]: Listening on udev Control Socket.
[    1.333771] systemd[1]: Listening on udev Kernel Socket.
[    1.333854] systemd[1]: Reached target Socket Units.
[    1.334908] systemd[1]: Starting Create List of Static Device Nodes...
[    1.335773] systemd[1]: Starting Load Kernel Module configfs...
[    1.337599] systemd[1]: Starting Journal Service...
[    1.338669] systemd[1]: Starting Load Kernel Modules...
[    1.339840] systemd[1]: Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[    1.341138] systemd[1]: Starting Coldplug All udev Devices...
[    1.343716] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.344023] systemd[1]: Finished Load Kernel Module configfs.
[    1.345104] systemd[1]: Finished Create List of Static Device Nodes.
[    1.345557] systemd[1]: Kernel Configuration File System skipped, unmet condition check ConditionPathExists=/sys/kernel/config
[    1.346645] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    1.355903] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[    1.357346] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.359779] systemd-journald[115]: Collecting audit messages is disabled.
[    1.360345] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.360483] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    1.367174] systemd[1]: Finished Load Kernel Modules.
[    1.368505] systemd[1]: Starting Apply Kernel Variables...
[    1.373266] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.373441] systemd[1]: Reached target Preparation for Local File Systems.
[    1.373506] systemd[1]: Reached target Local File Systems.
[    1.374542] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.377830] systemd[1]: Finished Apply Kernel Variables.
[    1.406461] systemd[1]: Started Journal Service.
[    1.570935] tsc: Refined TSC clocksource calibration: 2294.791 MHz
[    1.570947] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2113fc2a727, max_idle_ns: 440795202126 ns
[    1.570990] clocksource: Switched to clocksource tsc
[    1.589455] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.589470] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.589488] ehci-pci 0000:00:1a.0: debug port 2
[    1.593448] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf3a3a000
[    1.598934] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.599106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[    1.599111] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.599114] usb usb1: Product: EHCI Host Controller
[    1.599117] usb usb1: Manufacturer: Linux 6.18.36 ehci_hcd
[    1.599119] usb usb1: SerialNumber: 0000:00:1a.0
[    1.599342] hub 1-0:1.0: USB hub found
[    1.599357] hub 1-0:1.0: 3 ports detected
[    1.600178] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.600188] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.600204] ehci-pci 0000:00:1d.0: debug port 2
[    1.604127] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf3a39000
[    1.609964] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.611694] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[    1.611699] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.611701] usb usb2: Product: EHCI Host Controller
[    1.611703] usb usb2: Manufacturer: Linux 6.18.36 ehci_hcd
[    1.611704] usb usb2: SerialNumber: 0000:00:1d.0
[    1.624797] hub 2-0:1.0: USB hub found
[    1.624822] hub 2-0:1.0: 3 ports detected
[    1.625427] SCSI subsystem initialized
[    1.632062] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.632078] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.633195] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b930
[    1.640167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.643157] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.643167] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.643178] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.643320] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[    1.643326] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.643329] usb usb3: Product: xHCI Host Controller
[    1.643332] usb usb3: Manufacturer: Linux 6.18.36 xhci-hcd
[    1.643334] usb usb3: SerialNumber: 0000:00:14.0
[    1.648378] sdhci: Secure Digital Host Controller Interface driver
[    1.648382] sdhci: Copyright(c) Pierre Ossman
[    1.650311] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.650323] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.662866] hub 3-0:1.0: USB hub found
[    1.662944] hub 3-0:1.0: 4 ports detected
[    1.670974] libata version 3.00 loaded.
[    1.672937] sdhci-pci 0000:02:00.0: SDHCI controller found [1180:e822] (rev 8)
[    1.673069] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[    1.673327] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[    1.673332] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.673334] usb usb4: Product: xHCI Host Controller
[    1.673335] usb usb4: Manufacturer: Linux 6.18.36 xhci-hcd
[    1.673337] usb usb4: SerialNumber: 0000:00:14.0
[    1.673487] hub 4-0:1.0: USB hub found
[    1.673508] hub 4-0:1.0: 4 ports detected
[    1.681968] mmc0: SDHCI controller on PCI [0000:02:00.0] using DMA
[    1.690473] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.697383] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.700576] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[    1.700582] ahci 0000:00:1f.2: 3/6 ports implemented (port mask 0x13)
[    1.700584] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pio slum part ems sxs apst 
[    1.704628] scsi host0: ahci
[    1.704797] scsi host1: ahci
[    1.704928] scsi host2: ahci
[    1.705048] scsi host3: ahci
[    1.705181] scsi host4: ahci
[    1.705318] scsi host5: ahci
[    1.705369] ata1: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38100 irq 26 lpm-pol 3
[    1.705373] ata2: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38180 irq 26 lpm-pol 1 ext
[    1.705374] ata3: DUMMY
[    1.705375] ata4: DUMMY
[    1.705377] ata5: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38300 irq 26 lpm-pol 1 ext
[    1.705378] ata6: DUMMY
[    1.723027] firewire_ohci 0000:02:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[    1.834969] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.866985] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.960761] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.960785] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.961722] hub 1-1:1.0: USB hub found
[    1.961999] hub 1-1:1.0: 6 ports detected
[    1.992572] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.992585] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.993167] hub 2-1:1.0: USB hub found
[    1.993250] hub 2-1:1.0: 8 ports detected
[    2.008671] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.009503] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[    2.009517] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[    2.009960] ata1.00: ATA-10: WDC WD10SPSX-00A6WT0, 01.01A01, max UDMA/133
[    2.010969] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.010983] ata1.00: Features: HIPM DIPM NCQ-prio
[    2.011945] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[    2.011957] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[    2.013295] ata1.00: configured for UDMA/133
[    2.013859] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10SPSX-00A 1A01 PQ: 0 ANSI: 5
[    2.227529] firewire_core 0000:02:00.3: created device fw0: GUID 3c970eff0f1358ff, S400
[    2.275984] usb 2-1.7: new low-speed USB device number 3 using ehci-pci
[    2.320609] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.323771] ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[    2.325506] ata2.00: ATAPI: Optiarc DVD RW AD-7740H, 1.S0, max UDMA/100
[    2.325518] ata2.00: Features: Dev-Attention HIPM DIPM
[    2.329050] ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[    2.330785] ata2.00: configured for UDMA/100
[    2.343363] scsi 1:0:0:0: CD-ROM            Optiarc  DVD RW AD-7740H  1.S0 PQ: 0 ANSI: 5
[    2.356075] usb 2-1.7: New USB device found, idVendor=0765, idProduct=5010, bcdDevice= 0.00
[    2.356087] usb 2-1.7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.387418] hid: raw HID events driver (C) Jiri Kosina
[    2.429964] usb 2-1.8: new high-speed USB device number 4 using ehci-pci
[    2.516584] usb 2-1.8: New USB device found, idVendor=17ef, idProduct=100a, bcdDevice= 0.00
[    2.516597] usb 2-1.8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.517227] hub 2-1.8:1.0: USB hub found
[    2.517411] hub 2-1.8:1.0: 6 ports detected
[    2.672576] ata5: SATA link down (SStatus 0 SControl 300)
[    2.691964] usbcore: registered new interface driver usbhid
[    2.691970] usbhid: USB HID core driver
[    2.697690] hid-generic 0003:0765:5010.0001: hiddev96,hidraw0: USB HID v1.11 Device [HID 0765:5010] on usb-0000:00:1d.0-1.7/input0
[    2.699404] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.699408] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.699419] sd 0:0:0:0: [sda] Write Protect is off
[    2.699421] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.699436] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.699462] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    2.731092] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.736156] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.761220] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.796984] usb 2-1.8.2: new low-speed USB device number 5 using ehci-pci
[    2.846719]  sda: sda1 sda2 sda3
[    2.847312] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.888194] usb 2-1.8.2: New USB device found, idVendor=10c4, idProduct=8105, bcdDevice= 0.00
[    2.888209] usb 2-1.8.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.888213] usb 2-1.8.2: Product: USB OPTICAL MOUSE
[    2.888216] usb 2-1.8.2: Manufacturer: YSPRINGTECH
[    2.891384] input: YSPRINGTECH USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.2/2-1.8.2:1.0/0003:10C4:8105.0002/input/input2
[    2.891538] hid-generic 0003:10C4:8105.0002: input,hidraw1: USB HID v1.11 Mouse [YSPRINGTECH USB OPTICAL MOUSE] on usb-0000:00:1d.0-1.8.2/input0
[    2.965640] usb 2-1.8.6: new low-speed USB device number 6 using ehci-pci
[    3.056702] usb 2-1.8.6: New USB device found, idVendor=30fa, idProduct=2031, bcdDevice= 1.00
[    3.056717] usb 2-1.8.6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    3.056721] usb 2-1.8.6: Product: USB Keyboard
[    3.056725] usb 2-1.8.6: Manufacturer: INSTANT
[    3.060313] input: INSTANT USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.6/2-1.8.6:1.0/0003:30FA:2031.0003/input/input3
[    3.111248] hid-generic 0003:30FA:2031.0003: input,hidraw2: USB HID v1.10 Keyboard [INSTANT USB Keyboard] on usb-0000:00:1d.0-1.8.6/input0
[    3.113883] input: INSTANT USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.6/2-1.8.6:1.1/0003:30FA:2031.0004/input/input4
[    3.164186] input: INSTANT USB Keyboard System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.6/2-1.8.6:1.1/0003:30FA:2031.0004/input/input5
[    3.164294] hid-generic 0003:30FA:2031.0004: input,hiddev97,hidraw3: USB HID v1.10 Device [INSTANT USB Keyboard] on usb-0000:00:1d.0-1.8.6/input1
[    3.607322] EXT4-fs (sda2): mounted filesystem d21d50a9-36c2-4bca-a740-e1b421e96025 r/w with ordered data mode. Quota mode: none.
[   15.343841] systemd-journald[115]: Received SIGTERM from PID 1 (systemd).
[   17.122655] systemd[1]: systemd 260.2 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP +LIBARCHIVE)
[   17.122677] systemd[1]: Detected architecture x86-64.
[   17.528067] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[   20.464514] systemd[1]: /etc/systemd/system/clamav-freshclam.timer:5: Failed to parse calendar specification, ignoring: 6h
[   20.465115] systemd[1]: clamav-freshclam.timer: Timer unit lacks value setting. Refusing.
[   21.167466] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   21.167833] systemd[1]: Stopped initrd-switch-root.service.
[   21.170803] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   21.172506] systemd[1]: Created slice Virtual Machine and Container Slice.
[   21.174785] systemd[1]: Created slice ClamAV Antivirus Slice.
[   21.176013] systemd[1]: Created slice Slice /system/systemd-fsck.
[   21.176935] systemd[1]: Created slice User and Session Slice.
[   21.177286] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   21.177606] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   21.177860] systemd[1]: Expecting device /dev/disk/by-uuid/0747-403A...
[   21.178388] systemd[1]: Expecting device /dev/disk/by-uuid/e33f86a5-61bb-4f3e-9d5d-5491e2405277...
[   21.178909] systemd[1]: Reached target Local Encrypted Volumes.
[   21.179441] systemd[1]: Reached target Login Prompts.
[   21.179969] systemd[1]: Stopped target initrd-fs.target.
[   21.180482] systemd[1]: Stopped target initrd-root-fs.target.
[   21.180996] systemd[1]: Stopped target initrd-switch-root.target.

dmesg file log 800+

[   21.181514] systemd[1]: Reached target Virtual Machines and Containers.
[   21.182048] systemd[1]: Reached target Path Units.
[   21.182553] systemd[1]: Reached target Remote File Systems.
[   21.183062] systemd[1]: Reached target Slice Units.
[   21.185737] systemd[1]: Listening on Process Core Dump Socket.
[   21.187938] systemd[1]: Listening on Credential Encryption/Decryption.
[   21.191163] systemd[1]: Starting Journal Log Access Socket...
[   21.192326] systemd[1]: Listening on Journal Audit Socket.
[   21.193113] systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket.
[   21.195110] systemd[1]: Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
[   21.195290] systemd[1]: Listening on udev Control Socket.
[   21.208802] systemd[1]: Mounting Huge Pages File System...
[   21.210893] systemd[1]: Mounting POSIX Message Queue File System...
[   21.213164] systemd[1]: Mounting Kernel Debug File System...
[   21.222112] systemd[1]: Mounting Kernel Trace File System...
[   21.224113] systemd[1]: Starting Create List of Static Device Nodes...
[   21.225803] systemd[1]: Starting Load Kernel Module configfs...
[   21.226104] systemd[1]: Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm
[   21.226194] systemd[1]: Load Kernel Module efi_pstore skipped, unmet condition check ConditionKernelModuleLoaded=!efi_pstore
[   21.227473] systemd[1]: Starting Load Kernel Module fuse...
[   21.227957] systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
[   21.229807] systemd[1]: Starting Journal Service...
[   21.231733] systemd[1]: Starting Load Kernel Modules...
[   21.233380] systemd[1]: Starting Remount Root and Kernel File Systems...
[   21.233987] systemd[1]: Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[   21.235490] systemd[1]: Starting Coldplug All udev Devices...
[   21.237172] systemd[1]: Listening on Journal Log Access Socket.
[   21.406805] systemd[1]: Finished Create List of Static Device Nodes.
[   21.410639] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[   21.682375] EXT4-fs (sda2): re-mounted d21d50a9-36c2-4bca-a740-e1b421e96025.
[   21.686752] systemd[1]: Finished Remount Root and Kernel File Systems.
[   21.687691] systemd[1]: Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore
[   21.688575] systemd-journald[356]: Collecting audit messages is enabled.
[   21.690861] systemd[1]: Starting Load/Save OS Random Seed...
[   21.691530] loop: module loaded
[   21.693721] systemd[1]: Starting Network Time Synchronization...
[   21.694284] systemd[1]: TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[   21.705219] systemd[1]: Started Journal Service.
[   21.814583] systemd-journald[356]: Received client request to flush runtime journal.
[   21.843904] fuse: init (API version 7.45)
[   23.087458] Adding 16777212k swap on /var/lib/swapfile.  Priority:-2 extents:171 across:611442684k 
[   25.140208] ACPI: AC: AC Adapter [AC] (on-line)
[   25.141034] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
[   25.145974] ACPI: button: Lid Switch [LID]
[   25.146047] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7
[   25.146115] ACPI: button: Sleep Button [SLPB]
[   25.146178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[   25.146231] ACPI: button: Power Button [PWRF]
[   25.151842] ACPI: battery: Slot [BAT0] (battery present)
[   25.152185] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\_SB.PCI0.LPC.PMIO) (20250807/utaddress-204)
[   25.152195] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   25.152200] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20250807/utaddress-204)
[   25.152205] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   25.152207] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20250807/utaddress-204)
[   25.152210] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   25.152212] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20250807/utaddress-204)
[   25.152215] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   25.152216] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   25.486478] pps_core: LinuxPPS API ver. 1 registered
[   25.486484] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   25.489073] rtc_cmos 00:02: RTC can wake from S4
[   25.489398] rtc_cmos 00:02: registered as rtc0
[   25.489436] rtc_cmos 00:02: setting system clock to 2026-06-28T15:38:28 UTC (1782661108)
[   25.489477] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[   25.504356] thermal LNXTHERM:00: registered as thermal_zone0
[   25.504364] ACPI: thermal: Thermal Zone [THM0] (52 C)
[   25.581889] Non-volatile memory driver v1.3
[   25.759006] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[   25.759012] thinkpad_acpi: http://ibm-acpi.sf.net/
[   25.759013] thinkpad_acpi: ThinkPad BIOS G5ET96WW (2.56 ), EC G4HT38WW
[   25.759014] thinkpad_acpi: Lenovo ThinkPad W530, model 2447EJ7
[   25.774511] thinkpad_acpi: radio switch found; radios are disabled
[   25.780885] PTP clock support registered
[   25.796643] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[   25.796649] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[   25.796651] RAPL PMU: hw unit of domain package 2^-16 Joules
[   25.796653] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[   25.808432] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[   25.808436] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[   25.827245] iTCO_wdt iTCO_wdt.0.auto: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[   25.827400] iTCO_wdt iTCO_wdt.0.auto: initialized. heartbeat=30 sec (nowayout=0)
[   25.828739] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[   25.834958] mousedev: PS/2 mouse device common for all mice
[   25.865221] thinkpad_acpi: battery 1 registered (start 75, stop 80, behaviours: 0xb)
[   25.865243] ACPI: battery: new hook: ThinkPad Battery Extension
[   25.865929] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input10
[   26.019720] e1000e: Intel(R) PRO/1000 Network Driver
[   26.019724] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   26.020114] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   26.021608] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   26.045073] i2c i2c-0: Successfully instantiated SPD at 0x50
[   26.045393] i2c i2c-0: Successfully instantiated SPD at 0x51
[   26.045702] i2c i2c-0: Successfully instantiated SPD at 0x52
[   26.046012] i2c i2c-0: Successfully instantiated SPD at 0x53
[   26.120453] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[   26.166729] at24 0-0050: supply vcc not found, using dummy regulator
[   26.168338] at24 0-0050: 256 byte spd EEPROM, read-only
[   26.168370] at24 0-0051: supply vcc not found, using dummy regulator
[   26.169974] at24 0-0051: 256 byte spd EEPROM, read-only
[   26.170005] at24 0-0052: supply vcc not found, using dummy regulator
[   26.171549] at24 0-0052: 256 byte spd EEPROM, read-only
[   26.171581] at24 0-0053: supply vcc not found, using dummy regulator
[   26.173134] at24 0-0053: 256 byte spd EEPROM, read-only
[   26.211558] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 3c:97:0e:0f:13:58
[   26.211565] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   26.211618] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[   26.218933] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[   26.273006] snd_hda_intel 0000:01:00.1: Disabling MSI
[   26.273028] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   26.346489] psmouse serio1: synaptics: queried max coordinates: x [..5470], y [..4498]
[   26.372096] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   26.375335] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   26.375532] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   26.403413] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b1/0xb40000/0xa0000/0x0, board id: 0, fw id: 920262
[   26.403453] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[   26.441186] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[   27.080677] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[   27.133465] i915 0000:00:02.0: enabling device (0006 -> 0007)
[   27.133565] i915 0000:00:02.0: [drm] Found ivybridge (device ID 0166) integrated display version 7.00 stepping N/A
[   27.141475] intel_rapl_common: Found RAPL domain package
[   27.141480] intel_rapl_common: Found RAPL domain core
[   27.141481] intel_rapl_common: Found RAPL domain uncore
[   27.196154] Console: switching to colour dummy device 80x25
[   27.272652] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input11
[   27.405288] i915 0000:00:02.0: vgaarb: deactivate vga console
[   27.442790] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic
[   27.442796] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
[   27.443423] ACPI: video: Video Device [VID] (multi-head: yes  rom: no  post: no)
[   27.443734] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
[   27.444246] ACPI: video: Video Device [VID1] (multi-head: yes  rom: yes  post: no)
[   27.444439] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input17
[   27.444655] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[   27.500191] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input12
[   27.500282] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input13
[   27.500363] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input14
[   27.500445] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input15
[   27.500954] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[   27.500959] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG_.VID_ handle
[   27.500988] nouveau 0000:01:00.0: enabling device (0004 -> 0007)
[   27.501041] nouveau 0000:01:00.0: NVIDIA GK107 (0e73c0a2)
[   27.539984] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [TBF3] at bit offset/length 352256/32768 exceeds size of target Buffer (368640 bits) (20250807/dsopcode-198)
[   27.540007] ACPI Error: Aborting method \_SB.PCI0.PEG.VID.GETB due to previous error (AE_AML_BUFFER_LIMIT) (20250807/psparse-529)
[   27.540023] ACPI Error: Aborting method \_SB.PCI0.PEG.VID._ROM due to previous error (AE_AML_BUFFER_LIMIT) (20250807/psparse-529)
[   27.540042] failed to evaluate ROM got AE_AML_BUFFER_LIMIT
[   27.540208] nouveau 0000:01:00.0: bios: version 80.07.33.00.0f
[   27.541164] fbcon: i915drmfb (fb0) is primary device
[   27.586775] rtl8192ce: Chip Version ID: B_CHIP_88C
[   27.597074] rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
[   27.602294] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   27.602841] rtlwifi: rtlwifi: wireless switch is on
[   27.610351] rtl8192ce 0000:03:00.0 wlp3s0: renamed from wlan0
[   27.706961] snd_hda_codec_alc269 hdaudioC1D0: ALC269VC: picked fixup  for PCI SSID 17aa:21f6
[   27.707375] snd_hda_codec_alc269 hdaudioC1D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   27.707378] snd_hda_codec_alc269 hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   27.707379] snd_hda_codec_alc269 hdaudioC1D0:    hp_outs=2 (0x15/0x1b/0x0/0x0/0x0)
[   27.707381] snd_hda_codec_alc269 hdaudioC1D0:    mono: mono_out=0x0
[   27.707382] snd_hda_codec_alc269 hdaudioC1D0:    inputs:
[   27.707383] snd_hda_codec_alc269 hdaudioC1D0:      Internal Mic=0x12
[   27.707384] snd_hda_codec_alc269 hdaudioC1D0:      Mic=0x18
[   27.707385] snd_hda_codec_alc269 hdaudioC1D0:      Dock Mic=0x19
[   27.715115] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
[   27.715200] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
[   27.715268] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
[   27.715325] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
[   27.715377] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22
[   27.785664] nouveau 0000:01:00.0: fb: 2048 MiB DDR3
[   27.862714] nouveau 0000:01:00.0: drm: VRAM: 2048 MiB
[   27.862719] nouveau 0000:01:00.0: drm: GART: 1048576 MiB
[   27.862722] nouveau 0000:01:00.0: drm: TMDS table version 2.0
[   27.864179] nouveau 0000:01:00.0: drm: MM: using COPY for buffer copies
[   27.865719] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
[   27.871286] nouveau 0000:01:00.0: [drm] Registered 4 planes with drm panic
[   27.871289] [drm] Initialized nouveau 1.4.0 for 0000:01:00.0 on minor 0
[   28.584698] Console: switching to colour frame buffer device 240x67
[   28.604324] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   28.604630] nouveau 0000:01:00.0: [drm] fb1: nouveaudrmfb frame buffer device
[   28.608362] vga_switcheroo: enabled
[   28.720900] Adding 17888260k swap on /dev/sda3.  Priority:-3 extents:1 across:17888260k 
[   38.492033] e1000e 0000:00:19.0 enp0s25: NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[   38.643711] NET: Registered PF_PACKET protocol family
[   67.955364] rfkill: input handler disabled
[   84.790511] NET: Registered PF_QIPCRTR protocol family

There are a few mandatory options if you set the nvidia driver. If you read the error message you might guess:

{
  # The value doesn't matter in this case,
  # we're just trying to assert that you do in
  # fact get some failure loading the driver.
  hardware.nvidia.open = true;
}

Adding it over three posts is creative, but your favorite pastebin clone or a GitHub gist would be better.


With your current configuration (before switching nvidia back on), are there any remaining issues? The dmesg logs don’t show anything obvious going wrong (there is some ACPI bug, but that can probably be fixed with a firmware update, and you can have a look around for any red lines), but I don’t see any other issues.

The nouveau driver is loaded just fine, too, so the nvidia GPU should even work. Assuming GNOME picks up both, you should even be able to use the DRI_PRIME env variable to hand off rendering specific applications.

yes what do you think about when ‘switching nvidia back on’ :upside_down_face:

Most likely the same, if not more. But specifically, I’d like to know what your issues are at this point?

when I add these three lines to conf my external screen goes black

hardware.graphics.enable = true;
services.xserver.videoDrivers = [ “nvidia”

hardware.nvidia.open = true;

Is there any reason you want to add those three lines?

You said:

… I don’t know if by this you mean you don’t care about using the nvidia driver, and if you’re happy with nouveau.

I am happy with nouveau.

and you haw answer my question.