CachyOS / linux-cachyos

Archlinux Kernel based on different schedulers and some other performance improvements.
https://cachyos.org
GNU General Public License v3.0
789 stars 33 forks source link

Add nvme module by default #100

Closed DublikuntMux closed 1 year ago

DublikuntMux commented 1 year ago

Add nvme modeule for all kernels type by default. How linux-zen developers did it.

ptr1337 commented 1 year ago

Add nvme modeule for all kernels type by default. How linux-zen developers did it.

Can you explain which config option you require? The config is fully synced with the archlinux's one.

DublikuntMux commented 1 year ago

Module name: nvme.ko Config name: CONFIG_BLK_DEV_NVME

In gui or tui: Linux Kernel Configuration └─> Device Drivers └─> NVME Support └─> PCI support └─> NVM Express block device

ptr1337 commented 1 year ago

Module name: nvme.ko Config name: CONFIG_BLK_DEV_NVME

In gui or tui: Linux Kernel Configuration └─> Device Drivers └─> NVME Support └─> PCI support └─> NVM Express block device

https://github.com/CachyOS/linux-cachyos/blob/master/linux-cachyos/config#L2642

It is enabled

DublikuntMux commented 1 year ago

I install linux-cachyos-lto and when starting system from this kernel, system does not want to boot, it also happens with the standard linux kernel from arch linux but does not happen with the linux-zen kernel.

ptr1337 commented 1 year ago

I install linux-cachyos-lto and when starting system from this kernel, system does not want to boot, it also happens with the standard linux kernel from arch linux but does not happen with the linux-zen kernel.

This comes pretty sure NOT from this config variable, since this is enabled at "linux" from archlinux as well as "linux-zen". Please test it without a LTO kernel and try to gather further logs.

I also checked right now at the running kernel, and this config variable is set to = m, like at linux-zen

DublikuntMux commented 1 year ago

After boot I get this output:

ERROR: device 'UUID={myuuid}' not found. Skiping fs
ck.
mount: /new_root: cant find UUID={myuuid}.
You are now begin droped into an emetgency shell.
sh: cant acces tty: job control turned off.
DublikuntMux commented 1 year ago
menuentry "Arch Linux, с Linux linux-cachyos" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-cachyos-advanced-df217be8-cf85-4292-a9c9-500a5cc2f9a7' {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_gpt
        insmod fat
        search --no-floppy --fs-uuid --set=root F1D0-1B1E
        echo    'Start Linux linux-cachyos …'
        linux   /vmlinuz-linux-cachyos root=UUID=df217be8-cf85-4292-a9c9-500a5cc2f9a7 rw rootflags=subvol=@ rootfstype=btrfs loglevel=3 quiet splash vt.global_cursor_default=0 nvme_core.default_ps_max_latency_us=5500
        echo    'Load initramfs …'
        initrd  /intel-ucode.img /initramfs-linux-cachyos.img
}

And if i relace UUID=df217be8-cf85-4292-a9c9-500a5cc2f9a7 to /dev/nvme0n1p2 and after which the message at boot time changed to After boot I get this output:

ERROR: device 'dev/nvme0n1p2' not found. Skiping fs
ck.
mount: /new_root: cant find dev/nvme0n1p2.
You are now begin droped into an emetgency shell.
sh: cant acces tty: job control turned off.

So I assume that something is wrong with vmlinuz.

ventureoo commented 1 year ago

nvme_core.default_ps_max_latency_us

I assume the problem is with your value of nvme_core.default_ps_max_latency_us parameter. Try setting it to 0 to avoid possible boot problems.

https://wiki.archlinux.org/title/Solid_state_drive/NVMe#Controller_failure_due_to_broken_APST_support

DublikuntMux commented 1 year ago

nvme_core.default_ps_max_latency_us

I assume the problem is with your value of nvme_core.default_ps_max_latency_us parameter. Try setting it to 0 to avoid possible boot problems.

https://wiki.archlinux.org/title/Solid_state_drive/NVMe#Controller_failure_due_to_broken_APST_support

Didn't work same error as a before.

ptr1337 commented 1 year ago

nvme_core.default_ps_max_latency_us

I assume the problem is with your value of nvme_core.default_ps_max_latency_us parameter. Try setting it to 0 to avoid possible boot problems. https://wiki.archlinux.org/title/Solid_state_drive/NVMe#Controller_failure_due_to_broken_APST_support

Didn't work same error as a before.

6.3 did land in the repo. Please check.

DublikuntMux commented 1 year ago

nvme_core.default_ps_max_latency_us

I assume the problem is with your value of nvme_core.default_ps_max_latency_us parameter. Try setting it to 0 to avoid possible boot problems. https://wiki.archlinux.org/title/Solid_state_drive/NVMe#Controller_failure_due_to_broken_APST_support

Didn't work same error as a before.

6.3 did land in the repo. Please check.

Nothing changed.

ptr1337 commented 1 year ago

Can you please download the CachyOS and look if it boots? I feel like its something with your installation

DublikuntMux commented 1 year ago

I tried to run the installer this morning but calamares didn't see my nvme only the second hdd.

ptr1337 commented 1 year ago

Please check the dmesg log when you boot into ISO. Maybe there is a reference. Also check the output of lsblk

DublikuntMux commented 1 year ago

lsblk (live iso):

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0    7:0    0   2.1G  1 loop /run/archiso/airootfs
sda      8:0    0 465.8G  0 disk
└─sda1   8:1    0 465.8G  0 part
sdb      8:16   1  15.1G  0 disk
├─sdb1   8:17   1   2.3G  0 part /run/archiso/bootmnt
└─sdb2   8:18   1     9M  0 part
zram0  254:0    0   3.9G  0 disk [SWAP]

dmesg (live iso):

000000] microcode: microcode updated early to revision 0xf4, date = 2022-07-31
[    0.000000] Linux version 6.2.12-1-cachyos (linux-cachyos@cachyos) (gcc (GCC) 12.2.1 20230201, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Thu, 20 Apr 2023 21:51:02 +0000
[    0.000000] Command line: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux-cachyos archisobasedir=arch archisodevice=UUID=2023-04-23-12-56-23-00 cow_spacesize=10G copytoram=n nvidia nvidia-drm.modeset=1 nouveau.modeset=0 i915.modeset=1 radeon.modeset=1 nvme_load=yes module_blacklist=pcspkr
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000088d57fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000088d58000-0x0000000089657fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000089658000-0x000000009786dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000009786e000-0x0000000097c3dfff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000097c3e000-0x0000000098d6dfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000098d6e000-0x0000000099bcdfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000099bce000-0x0000000099c4dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000099c4e000-0x0000000099c4efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000099c4f000-0x000000009f7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff300000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000045e7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x99c4d000 ACPI 2.0=0x99c4d014 TPMFinalLog=0x99b79000 ESRT=0x97de2598 SMBIOS=0x97de0000 SMBIOS 3.0=0x97dde000
[    0.000000] efi: Remove mem46: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Not removing mem47: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem48: MMIO range=[0xfed10000-0xfed19fff] (40KB) from e820 map
[    0.000000] efi: Not removing mem49: MMIO range=[0xfed84000-0xfed84fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem50: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem51: MMIO range=[0xff300000-0xffffffff] (13MB) from e820 map
[    0.000000] e820: remove [mem 0xff300000-0xffffffff] reserved
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: Acer Aspire A715-75G/Azalea_FMS, BIOS V2.06 09/15/2021
[    0.000000] tsc: Detected 2500.000 MHz processor
[    0.000000] tsc: Detected 2499.952 MHz TSC
[    0.000005] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000006] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000012] last_pfn = 0x45e800 max_arch_pfn = 0x400000000
[    0.000015] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000314] last_pfn = 0x99c4f max_arch_pfn = 0x400000000
[    0.005168] esrt: Reserving ESRT space from 0x0000000097de2598 to 0x0000000097de25d0.
[    0.005174] Using GB pages for direct mapping
[    0.005406] Secure boot disabled
[    0.005406] RAMDISK: [mem 0x2bd8f000-0x31ebefff]
[    0.005409] ACPI: Early table checksum verification disabled
[    0.005412] ACPI: RSDP 0x0000000099C4D014 000024 (v02 ACRSYS)
[    0.005414] ACPI: XSDT 0x0000000099C27188 00011C (v01 ACRSYS ACRPRDCT 00000002      01000013)
[    0.005418] ACPI: FACP 0x0000000099C29000 00010C (v05 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005421] ACPI: DSDT 0x0000000099BE0000 0452F1 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005423] ACPI: FACS 0x0000000099B64000 000040
[    0.005425] ACPI: UEFI 0x0000000099BCD000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.005426] ACPI: SSDT 0x0000000099C4B000 000100 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.005428] ACPI: SSDT 0x0000000099C4A000 000834 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.005430] ACPI: SSDT 0x0000000099C47000 0020AD (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.005432] ACPI: SSDT 0x0000000099C43000 0031DA (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.005433] ACPI: SSDT 0x0000000099C40000 002C48 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.005435] ACPI: SSDT 0x0000000099C3F000 00045A (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.005437] ACPI: SSDT 0x0000000099C3E000 000046 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.005438] ACPI: TPM2 0x0000000099C3D000 000034 (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005440] ACPI: LPIT 0x0000000099C3C000 000094 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005442] ACPI: WSMT 0x0000000099C3B000 000028 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005444] ACPI: SSDT 0x0000000099C3A000 000B70 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.005445] ACPI: SSDT 0x0000000099C37000 00256F (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.005447] ACPI: DBGP 0x0000000099C36000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005449] ACPI: DBG2 0x0000000099C35000 00005C (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005451] ACPI: SSDT 0x0000000099C34000 000B9F (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.005452] ACPI: SSDT 0x0000000099C2B000 0075A5 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.005454] ACPI: NHLT 0x0000000099C2A000 0002DF (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005456] ACPI: HPET 0x0000000099C28000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005458] ACPI: APIC 0x0000000099C4C000 000164 (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005459] ACPI: MCFG 0x0000000099C26000 00003C (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005461] ACPI: SSDT 0x0000000099BDF000 0001C4 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005463] ACPI: SSDT 0x0000000099BDB000 002FEE (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.005464] ACPI: UEFI 0x0000000099B1D000 00063A (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.005466] ACPI: UEFI 0x0000000099B1C000 00005C (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.005468] ACPI: SSDT 0x0000000099BDA000 000161 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.005469] ACPI: DMAR 0x0000000099BDE000 0000A8 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005471] ACPI: SSDT 0x0000000099BD9000 000164 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.005473] ACPI: FPDT 0x0000000099BD8000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.005475] ACPI: BGRT 0x0000000099BD7000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.005476] ACPI: Reserving FACP table memory at [mem 0x99c29000-0x99c2910b]
[    0.005477] ACPI: Reserving DSDT table memory at [mem 0x99be0000-0x99c252f0]
[    0.005478] ACPI: Reserving FACS table memory at [mem 0x99b64000-0x99b6403f]
[    0.005478] ACPI: Reserving UEFI table memory at [mem 0x99bcd000-0x99bcd235]
[    0.005479] ACPI: Reserving SSDT table memory at [mem 0x99c4b000-0x99c4b0ff]
[    0.005480] ACPI: Reserving SSDT table memory at [mem 0x99c4a000-0x99c4a833]
[    0.005480] ACPI: Reserving SSDT table memory at [mem 0x99c47000-0x99c490ac]
[    0.005481] ACPI: Reserving SSDT table memory at [mem 0x99c43000-0x99c461d9]
[    0.005481] ACPI: Reserving SSDT table memory at [mem 0x99c40000-0x99c42c47]
[    0.005482] ACPI: Reserving SSDT table memory at [mem 0x99c3f000-0x99c3f459]
[    0.005482] ACPI: Reserving SSDT table memory at [mem 0x99c3e000-0x99c3e045]
[    0.005483] ACPI: Reserving TPM2 table memory at [mem 0x99c3d000-0x99c3d033]
[    0.005483] ACPI: Reserving LPIT table memory at [mem 0x99c3c000-0x99c3c093]
[    0.005484] ACPI: Reserving WSMT table memory at [mem 0x99c3b000-0x99c3b027]
[    0.005485] ACPI: Reserving SSDT table memory at [mem 0x99c3a000-0x99c3ab6f]
[    0.005485] ACPI: Reserving SSDT table memory at [mem 0x99c37000-0x99c3956e]
[    0.005486] ACPI: Reserving DBGP table memory at [mem 0x99c36000-0x99c36033]
[    0.005486] ACPI: Reserving DBG2 table memory at [mem 0x99c35000-0x99c3505b]
[    0.005487] ACPI: Reserving SSDT table memory at [mem 0x99c34000-0x99c34b9e]
[    0.005487] ACPI: Reserving SSDT table memory at [mem 0x99c2b000-0x99c325a4]
[    0.005488] ACPI: Reserving NHLT table memory at [mem 0x99c2a000-0x99c2a2de]
[    0.005489] ACPI: Reserving HPET table memory at [mem 0x99c28000-0x99c28037]
[    0.005489] ACPI: Reserving APIC table memory at [mem 0x99c4c000-0x99c4c163]
[    0.005490] ACPI: Reserving MCFG table memory at [mem 0x99c26000-0x99c2603b]
[    0.005490] ACPI: Reserving SSDT table memory at [mem 0x99bdf000-0x99bdf1c3]
[    0.005491] ACPI: Reserving SSDT table memory at [mem 0x99bdb000-0x99bddfed]
[    0.005492] ACPI: Reserving UEFI table memory at [mem 0x99b1d000-0x99b1d639]
[    0.005492] ACPI: Reserving UEFI table memory at [mem 0x99b1c000-0x99b1c05b]
[    0.005493] ACPI: Reserving SSDT table memory at [mem 0x99bda000-0x99bda160]
[    0.005493] ACPI: Reserving DMAR table memory at [mem 0x99bde000-0x99bde0a7]
[    0.005494] ACPI: Reserving SSDT table memory at [mem 0x99bd9000-0x99bd9163]
[    0.005495] ACPI: Reserving FPDT table memory at [mem 0x99bd8000-0x99bd8043]
[    0.005495] ACPI: Reserving BGRT table memory at [mem 0x99bd7000-0x99bd7037]
[    0.005745] No NUMA configuration found
[    0.005746] Faking a node at [mem 0x0000000000000000-0x000000045e7fffff]
[    0.005748] NODE_DATA(0) allocated [mem 0x45e7f9000-0x45e7fdfff]
[    0.005768] Zone ranges:
[    0.005768]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005769]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005770]   Normal   [mem 0x0000000100000000-0x000000045e7fffff]
[    0.005771]   Device   empty
[    0.005772] Movable zone start for each node
[    0.005772] Early memory node ranges
[    0.005773]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.005774]   node   0: [mem 0x0000000000100000-0x0000000088d57fff]
[    0.005774]   node   0: [mem 0x0000000089658000-0x000000009786dfff]
[    0.005775]   node   0: [mem 0x0000000099c4e000-0x0000000099c4efff]
[    0.005776]   node   0: [mem 0x0000000100000000-0x000000045e7fffff]
[    0.005777] Initmem setup node 0 [mem 0x0000000000001000-0x000000045e7fffff]
[    0.005781] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005794] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.008268] On node 0, zone DMA32: 2304 pages in unavailable ranges
[    0.008334] On node 0, zone DMA32: 9184 pages in unavailable ranges
[    0.023243] On node 0, zone Normal: 25521 pages in unavailable ranges
[    0.023285] On node 0, zone Normal: 6144 pages in unavailable ranges
[    0.023310] Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
[    0.023710] ACPI: PM-Timer IO Port: 0x1808
[    0.023715] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.023716] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.023717] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.023717] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.023718] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.023718] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.023719] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.023719] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.023719] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.023720] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.023720] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.023721] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.023721] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.023722] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.023722] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.023723] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.023723] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.023724] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.023724] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.023725] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.023786] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.023788] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.023789] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.023791] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.023792] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.023796] e820: update [mem 0x8412d000-0x84220fff] usable ==> reserved
[    0.023803] TSC deadline timer available
[    0.023804] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.023814] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.023816] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.023817] PM: hibernation: Registered nosave memory: [mem 0x8412d000-0x84220fff]
[    0.023818] PM: hibernation: Registered nosave memory: [mem 0x88d58000-0x89657fff]
[    0.023819] PM: hibernation: Registered nosave memory: [mem 0x9786e000-0x97c3dfff]
[    0.023820] PM: hibernation: Registered nosave memory: [mem 0x97c3e000-0x98d6dfff]
[    0.023820] PM: hibernation: Registered nosave memory: [mem 0x98d6e000-0x99bcdfff]
[    0.023821] PM: hibernation: Registered nosave memory: [mem 0x99bce000-0x99c4dfff]
[    0.023822] PM: hibernation: Registered nosave memory: [mem 0x99c4f000-0x9f7fffff]
[    0.023822] PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xfdffffff]
[    0.023823] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.023823] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed0ffff]
[    0.023824] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.023824] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.023825] PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.023825] PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.023826] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.023826] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.023827] [mem 0x9f800000-0xfdffffff] available for PCI devices
[    0.023828] Booting paravirtualized kernel on bare hardware
[    0.023829] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 3821924579961850 ns
[    0.027757] setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.028014] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.028018] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.028020] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.028033] Fallback order for Node 0: 0
[    0.028035] Built 1 zonelists, mobility grouping on.  Total pages: 4086033
[    0.028036] Policy zone: Normal
[    0.028036] Kernel command line: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux-cachyos archisobasedir=arch archisodevice=UUID=2023-04-23-12-56-23-00 cow_spacesize=10G copytoram=n nvidia nvidia-drm.modeset=1 nouveau.modeset=0 i915.modeset=1 radeon.modeset=1 nvme_load=yes module_blacklist=pcspkr
[    0.028151] Unknown kernel command line parameters "nvidia BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux-cachyos archisobasedir=arch archisodevice=UUID=2023-04-23-12-56-23-00 cow_spacesize=10G copytoram=n nvme_load=yes", will be passed to user space.
[    0.028173] random: crng init done
[    0.029248] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.029783] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029991] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.029998] software IO TLB: area num 8.
[    0.061038] Memory: 16007656K/16604212K available (18432K kernel code, 2109K rwdata, 12380K rodata, 3432K init, 3816K bss, 596296K reserved, 0K cma-reserved)
[    0.061116] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.061132] ftrace: allocating 44434 entries in 174 pages
[    0.066544] ftrace: allocated 174 pages with 5 groups
[    0.066593] Dynamic Preempt: full
[    0.066611] rcu: Preemptible hierarchical RCU implementation.
[    0.066612] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.066612] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.066613]  Trampoline variant of Tasks RCU enabled.
[    0.066613]  Rude variant of Tasks RCU enabled.
[    0.066614]  Tracing variant of Tasks RCU enabled.
[    0.066614] rcu: RCU calculated value of scheduler-enlistment delay is 50 jiffies.
[    0.066615] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.068372] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.068658] rcu:     Offload RCU callbacks from CPUs: 0-7.
[    0.068660] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.069030] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.069051] Console: colour dummy device 80x25
[    0.069053] printk: console [tty0] enabled
[    0.069079] ACPI: Core revision 20221020
[    0.069516] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.069684] APIC: Switch to symmetric I/O mode setup
[    0.069686] DMAR: Host address width 39
[    0.069686] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.069690] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.069692] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.069695] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.069696] DMAR: RMRR base: 0x00000098b6d000 end: 0x00000098b8cfff
[    0.069697] DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
[    0.069699] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.069700] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.069700] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.072949] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.072950] x2apic enabled
[    0.072981] Switched APIC routing to cluster x2apic.
[    0.082404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.091574] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x24090c9bc00, max_idle_ns: 440795288559 ns
[    0.091578] Calibrating delay loop (skipped), value calculated using timer frequency.. 4999.90 BogoMIPS (lpj=4999904)
[    0.091579] pid_max: default: 32768 minimum: 301
[    0.093616] LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
[    0.093642] landlock: Up and running.
[    0.093643] Yama: becoming mindful.
[    0.093648] LSM support for eBPF active
[    0.093682] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.093696] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.093827] x86/cpu: SGX disabled by BIOS.
[    0.093833] CPU0: Thermal monitoring enabled (TM1)
[    0.093861] process: using mwait in idle threads
[    0.093862] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.093863] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.093866] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.093867] Spectre V2 : Mitigation: Enhanced IBRS
[    0.093868] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.093868] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.093869] RETBleed: Mitigation: Enhanced IBRS
[    0.093870] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.093871] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.093874] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.093875] SRBDS: Mitigation: Microcode
[    0.107849] Freeing SMP alternatives memory: 48K
[    0.109652] smpboot: CPU0: Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz (family: 0x6, model: 0xa5, stepping: 0x2)
[    0.109735] cblist_init_generic: Setting adjustable number of callback queues.
[    0.109737] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.109744] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.109752] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.109758] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.109772] ... version:                4
[    0.109773] ... bit width:              48
[    0.109773] ... generic registers:      4
[    0.109774] ... value mask:             0000ffffffffffff
[    0.109774] ... max period:             00007fffffffffff
[    0.109775] ... fixed-purpose events:   3
[    0.109775] ... event mask:             000000070000000f
[    0.109840] Estimated ratio of average max frequency by base frequency (times 1024): 1720
[    0.109853] rcu: Hierarchical SRCU implementation.
[    0.109854] rcu:     Max phase no-delay instances is 800.
[    0.110238] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.110280] smp: Bringing up secondary CPUs ...
[    0.110340] x86: Booting SMP configuration:
[    0.110341] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.114840] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.115603]  #5 #6 #7
[    0.115983] smp: Brought up 1 node, 8 CPUs
[    0.115983] smpboot: Max logical packages: 1
[    0.115983] smpboot: Total of 8 processors activated (39999.23 BogoMIPS)
[    0.117955] devtmpfs: initialized
[    0.117955] x86/mm: Memory block size: 128MB
[    0.118188] ACPI: PM: Registering ACPI NVS region [mem 0x98d6e000-0x99bcdfff] (15073280 bytes)
[    0.118188] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 3822520892550000 ns
[    0.118188] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.118188] pinctrl core: initialized pinctrl subsystem
[    0.118188] PM: RTC time: 18:13:23, date: 2023-04-24
[    0.118349] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.118506] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.119652] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.119745] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.119756] audit: initializing netlink subsys (disabled)
[    0.119764] audit: type=2000 audit(1682360003.042:1): state=initialized audit_enabled=0 res=1
[    0.119764] thermal_sys: Registered thermal governor 'fair_share'
[    0.119764] thermal_sys: Registered thermal governor 'bang_bang'
[    0.119764] thermal_sys: Registered thermal governor 'step_wise'
[    0.119764] thermal_sys: Registered thermal governor 'user_space'
[    0.119764] thermal_sys: Registered thermal governor 'power_allocator'
[    0.119764] cpuidle: using governor ladder
[    0.119764] cpuidle: using governor menu
[    0.119764] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.119764] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.119764] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.119764] PCI: not using MMCONFIG
[    0.119764] PCI: Using configuration type 1 for base access
[    0.119810] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.119814] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.121626] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.121626] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.121626] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.121626] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.121688] fbcon: Taking over console
[    0.121688] ACPI: Added _OSI(Module Device)
[    0.121688] ACPI: Added _OSI(Processor Device)
[    0.121688] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.121688] ACPI: Added _OSI(Processor Aggregator Device)
[    0.160303] ACPI: 16 ACPI AML tables successfully acquired and loaded
[    0.166377] ACPI: Dynamic OEM Table Load:
[    0.166377] ACPI: SSDT 0xFFFF96EE81C0C200 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
[    0.166445] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.167124] ACPI: Dynamic OEM Table Load:
[    0.167129] ACPI: SSDT 0xFFFF96EE80E8A400 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.167789] ACPI: Dynamic OEM Table Load:
[    0.167793] ACPI: SSDT 0xFFFF96EE80E83000 000560 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.168494] ACPI: Dynamic OEM Table Load:
[    0.168498] ACPI: SSDT 0xFFFF96EE81C4F600 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.169107] ACPI: Dynamic OEM Table Load:
[    0.169112] ACPI: SSDT 0xFFFF96EE80E93000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.169877] ACPI: Dynamic OEM Table Load:
[    0.169882] ACPI: SSDT 0xFFFF96EE80E80000 000778 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.170612] ACPI: Dynamic OEM Table Load:
[    0.170616] ACPI: SSDT 0xFFFF96EE80E8D400 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.171340] ACPI: Dynamic OEM Table Load:
[    0.171346] ACPI: SSDT 0xFFFF96EE80E90000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160422)
[    0.172510] ACPI: Dynamic OEM Table Load:
[    0.172514] ACPI: SSDT 0xFFFF96EE80E8B800 0003CA (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.176636] ACPI: EC: EC started
[    0.176636] ACPI: EC: interrupt blocked
[    0.176871] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.176872] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.176873] ACPI: Interpreter enabled
[    0.176903] ACPI: PM: (supports S0 S3 S4 S5)
[    0.176904] ACPI: Using IOAPIC for interrupt routing
[    0.177740] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.180666] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[    0.180675] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.180676] PCI: Using E820 reservations for host bridge windows
[    0.182280] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.182843] ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
[    0.192954] ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
[    0.193342] ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
[    0.199475] ACPI: \_SB_.PCI0.XHC_.RHUB.HS14.BTPR: New power resource
[    0.200122] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
[    0.207958] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
[    0.208087] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
[    0.208213] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
[    0.211269] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[    0.211420] acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
[    0.213413] ACPI: \PIN_: New power resource
[    0.213759] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.213764] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.217045] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.217046] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.219369] PCI host bridge to bus 0000:00
[    0.219371] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.219372] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.219373] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.219374] pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
[    0.219374] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.219375] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.219376] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.219439] pci 0000:00:00.0: [8086:9b64] type 00 class 0x060000
[    0.219486] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.219514] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.219916] pci 0000:00:02.0: [8086:9bc4] type 00 class 0x030000
[    0.219921] pci 0000:00:02.0: reg 0x10: [mem 0x6012000000-0x6012ffffff 64bit]
[    0.219925] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.219928] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.219939] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.219941] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.220093] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.220099] pci 0000:00:08.0: reg 0x10: [mem 0x6013110000-0x6013110fff 64bit]
[    0.220254] pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000
[    0.220287] pci 0000:00:12.0: reg 0x10: [mem 0x601310f000-0x601310ffff 64bit]
[    0.220539] pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330
[    0.220572] pci 0000:00:14.0: reg 0x10: [mem 0xa1300000-0xa130ffff 64bit]
[    0.220701] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.221003] pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000
[    0.221035] pci 0000:00:14.2: reg 0x10: [mem 0x6013108000-0x6013109fff 64bit]
[    0.221056] pci 0000:00:14.2: reg 0x18: [mem 0x601310e000-0x601310efff 64bit]
[    0.221226] pci 0000:00:14.3: [8086:06f0] type 00 class 0x028000
[    0.221274] pci 0000:00:14.3: reg 0x10: [mem 0x6013104000-0x6013107fff 64bit]
[    0.221476] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.221739] pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000
[    0.221769] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.222048] pci 0000:00:15.1: [8086:06e9] type 00 class 0x0c8000
[    0.222077] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.222416] pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000
[    0.222445] pci 0000:00:16.0: reg 0x10: [mem 0x601310b000-0x601310bfff 64bit]
[    0.222556] pci 0000:00:16.0: PME# supported from D3hot
[    0.222992] pci 0000:00:17.0: [8086:282a] type 00 class 0x010400
[    0.223039] pci 0000:00:17.0: reg 0x10: [mem 0xa1310000-0xa1317fff]
[    0.223065] pci 0000:00:17.0: reg 0x14: [mem 0xa1319000-0xa13190ff]
[    0.223090] pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
[    0.223115] pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
[    0.223140] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    0.223167] pci 0000:00:17.0: reg 0x24: [mem 0xa1200000-0xa127ffff]
[    0.223305] pci 0000:00:17.0: PME# supported from D3hot
[    0.223627] pci 0000:00:1d.0: [8086:06b5] type 01 class 0x060400
[    0.223801] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.223839] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.224387] pci 0000:00:1f.0: [8086:068d] type 00 class 0x060100
[    0.224837] pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040380
[    0.224896] pci 0000:00:1f.3: reg 0x10: [mem 0x6013100000-0x6013103fff 64bit]
[    0.224969] pci 0000:00:1f.3: reg 0x20: [mem 0x6013000000-0x60130fffff 64bit]
[    0.225116] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.225700] pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500
[    0.225815] pci 0000:00:1f.4: reg 0x10: [mem 0x601310a000-0x601310a0ff 64bit]
[    0.225959] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.226291] pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000
[    0.226315] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.226476] pci 0000:01:00.0: [10de:1f99] type 00 class 0x030000
[    0.226485] pci 0000:01:00.0: reg 0x10: [mem 0xa0000000-0xa0ffffff]
[    0.226492] pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x600fffffff 64bit pref]
[    0.226500] pci 0000:01:00.0: reg 0x1c: [mem 0x6010000000-0x6011ffffff 64bit pref]
[    0.226505] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.226510] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.226551] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.226747] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.226755] pci 0000:01:00.1: reg 0x10: [mem 0xa1000000-0xa1003fff]
[    0.226847] pci 0000:00:01.0: PCI bridge to [bus 01-05]
[    0.226849] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.226850] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xa10fffff]
[    0.226852] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6011ffffff 64bit pref]
[    0.226945] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[    0.226971] pci 0000:06:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.227006] pci 0000:06:00.0: reg 0x18: [mem 0xa1104000-0xa1104fff 64bit]
[    0.227029] pci 0000:06:00.0: reg 0x20: [mem 0xa1100000-0xa1103fff 64bit]
[    0.227177] pci 0000:06:00.0: supports D1 D2
[    0.227178] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.227433] pci 0000:00:1d.0: PCI bridge to [bus 06]
[    0.227438] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.227442] pci 0000:00:1d.0:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.233143] ACPI: EC: interrupt unblocked
[    0.233144] ACPI: EC: event unblocked
[    0.233163] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.233163] ACPI: EC: GPE=0x14
[    0.233164] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.233165] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.233208] iommu: Default domain type: Translated
[    0.233208] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.233208] SCSI subsystem initialized
[    0.233208] libata version 3.00 loaded.
[    0.233208] ACPI: bus type USB registered
[    0.233208] usbcore: registered new interface driver usbfs
[    0.233208] usbcore: registered new interface driver hub
[    0.233208] usbcore: registered new device driver usb
[    0.233208] pps_core: LinuxPPS API ver. 1 registered
[    0.233208] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.233208] PTP clock support registered
[    0.233208] EDAC MC: Ver: 3.0.0
[    0.233208] Registered efivars operations
[    0.233208] NetLabel: Initializing
[    0.233208] NetLabel:  domain hash size = 128
[    0.233208] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.233208] NetLabel:  unlabeled traffic allowed by default
[    0.233208] mctp: management component transport protocol core
[    0.233208] NET: Registered PF_MCTP protocol family
[    0.233208] PCI: Using ACPI for IRQ routing
[    0.320406] PCI: pci_cache_line_size set to 64 bytes
[    0.320531] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.320544] e820: reserve RAM buffer [mem 0x8412d000-0x87ffffff]
[    0.320545] e820: reserve RAM buffer [mem 0x88d58000-0x8bffffff]
[    0.320546] e820: reserve RAM buffer [mem 0x9786e000-0x97ffffff]
[    0.320546] e820: reserve RAM buffer [mem 0x99c4f000-0x9bffffff]
[    0.320547] e820: reserve RAM buffer [mem 0x45e800000-0x45fffffff]
[    0.320578] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.320578] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.320578] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.320578] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.320578] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.320578] vgaarb: loaded
[    0.320578] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.320578] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.323611] clocksource: Switched to clocksource tsc-early
[    0.323681] VFS: Disk quotas dquot_6.6.0
[    0.323688] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.323737] pnp: PnP ACPI init
[    0.323962] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.323965] system 00:00: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.323966] system 00:00: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.323967] system 00:00: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.323968] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.323969] system 00:00: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.323970] system 00:00: [mem 0xfc7e0000-0xfc7e0fff] has been reserved
[    0.323971] system 00:00: [mem 0xff000000-0xffffffff] has been reserved
[    0.324184] system 00:01: [io  0x2000-0x20fe] has been reserved
[    0.324258] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.324259] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.324260] system 00:02: [io  0xfd60-0xfd63] has been reserved
[    0.324348] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.324992] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.324994] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.324995] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.324996] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.324997] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.324998] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.324998] system 00:06: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.324999] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.325273] system 00:07: [mem 0xfe038000-0xfe038fff] has been reserved
[    0.325479] pnp: PnP ACPI: found 8 devices
[    0.330558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.330599] NET: Registered PF_INET protocol family
[    0.330703] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.332648] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.332668] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.332713] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.332861] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.333018] TCP: Hash tables configured (established 131072 bind 65536)
[    0.333070] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.333101] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.333129] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.333163] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.333167] NET: Registered PF_XDP protocol family
[    0.333169] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.333179] pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit]
[    0.333198] pci 0000:00:15.1: BAR 0: assigned [mem 0x4010001000-0x4010001fff 64bit]
[    0.333214] pci 0000:01:00.0: BAR 6: assigned [mem 0xa1080000-0xa10fffff pref]
[    0.333215] pci 0000:00:01.0: PCI bridge to [bus 01-05]
[    0.333216] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.333218] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xa10fffff]
[    0.333220] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6011ffffff 64bit pref]
[    0.333224] pci 0000:00:1d.0: PCI bridge to [bus 06]
[    0.333230] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.333237] pci 0000:00:1d.0:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.333249] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.333250] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.333251] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.333252] pci_bus 0000:00: resource 7 [mem 0x9f800000-0xdfffffff window]
[    0.333253] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.333254] pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window]
[    0.333255] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.333255] pci_bus 0000:01: resource 1 [mem 0xa0000000-0xa10fffff]
[    0.333256] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6011ffffff 64bit pref]
[    0.333257] pci_bus 0000:06: resource 0 [io  0x3000-0x3fff]
[    0.333258] pci_bus 0000:06: resource 1 [mem 0xa1100000-0xa11fffff]
[    0.335927] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.335961] PCI: CLS 64 bytes, default 64
[    0.335974] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.335974] software IO TLB: mapped [mem 0x0000000092d1e000-0x0000000096d1e000] (64MB)
[    0.335992] Trying to unpack rootfs image as initramfs...
[    0.338081] Initialise system trusted keyrings
[    0.338089] Key type blacklist registered
[    0.338116] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.338124] zbud: loaded
[    0.338201] integrity: Platform Keyring initialized
[    0.338203] integrity: Machine keyring initialized
[    0.343535] Key type asymmetric registered
[    0.343537] Asymmetric key parser 'x509' registered
[    0.343558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.343606] io scheduler mq-deadline registered
[    0.343616] io scheduler bfq registered
[    0.343616] BFQ I/O-scheduler: BFQ-CachyOS v6.2 (with cgroups support)
[    0.347900] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    0.348110] pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
[    0.348178] pcieport 0000:00:1d.0: AER: enabled with IRQ 123
[    0.348205] pcieport 0000:00:1d.0: DPC: enabled with IRQ 123
[    0.348206] pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.348305] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.348477] Monitor-Mwait will be used to enter C-1 state
[    0.348483] Monitor-Mwait will be used to enter C-2 state
[    0.348486] Monitor-Mwait will be used to enter C-3 state
[    0.348489] ACPI: \_SB_.PR00: Found 3 idle states
[    0.348762] ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.348801] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/PNP0C0D:00/input/input0
[    0.348812] ACPI: button: Lid Switch [LID0]
[    0.348833] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.348842] ACPI: button: Sleep Button [SLPB]
[    0.348859] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    0.349602] ACPI: button: Power Button [PWRB]
[    0.349624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.349819] ACPI: button: Power Button [PWRF]
[    0.351419] thermal LNXTHERM:00: registered as thermal_zone0
[    0.351421] ACPI: thermal: Thermal Zone [TZ00] (64 C)
[    0.351623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.352116] ACPI: battery: Slot [BAT1] (battery present)
[    0.352554] Non-volatile memory driver v1.3
[    0.352555] Linux agpgart interface v0.103
[    0.362429] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.362994] ahci 0000:00:17.0: version 3.0
[    0.363142] ahci 0000:00:17.0: Found 1 remapped NVMe devices.
[    0.363143] ahci 0000:00:17.0: Switch your BIOS from RAID to AHCI mode to use them.
[    0.363222] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 16 ports 3 Gbps 0x0 impl RAID mode
[    0.363224] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst
[    0.363643] scsi host0: ahci
[    0.363705] scsi host1: ahci
[    0.363749] scsi host2: ahci
[    0.363789] scsi host3: ahci
[    0.363830] scsi host4: ahci
[    0.363866] scsi host5: ahci
[    0.363903] scsi host6: ahci
[    0.363939] scsi host7: ahci
[    0.363973] scsi host8: ahci
[    0.364012] scsi host9: ahci
[    0.364049] scsi host10: ahci
[    0.364086] scsi host11: ahci
[    0.364123] scsi host12: ahci
[    0.364161] scsi host13: ahci
[    0.364195] scsi host14: ahci
[    0.364231] scsi host15: ahci
[    0.364247] ata1: DUMMY
[    0.364248] ata2: DUMMY
[    0.364248] ata3: DUMMY
[    0.364249] ata4: DUMMY
[    0.364249] ata5: DUMMY
[    0.364249] ata6: DUMMY
[    0.364250] ata7: DUMMY
[    0.364250] ata8: DUMMY
[    0.364250] ata9: DUMMY
[    0.364251] ata10: DUMMY
[    0.364251] ata11: DUMMY
[    0.364251] ata12: DUMMY
[    0.364252] ata13: DUMMY
[    0.364252] ata14: DUMMY
[    0.364252] ata15: DUMMY
[    0.364253] ata16: DUMMY
[    0.364303] ACPI: bus type drm_connector registered
[    0.365056] usbcore: registered new interface driver usbserial_generic
[    0.365059] usbserial: USB Serial support registered for generic
[    0.365114] rtc_cmos 00:03: RTC can wake from S4
[    0.366623] rtc_cmos 00:03: registered as rtc0
[    0.366934] rtc_cmos 00:03: setting system clock to 2023-04-24T18:13:24 UTC (1682360004)
[    0.366966] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
[    0.367057] intel_pstate: Intel P-state driver initializing
[    0.367342] intel_pstate: HWP enabled
[    0.367369] ledtrig-cpu: registered to indicate activity on CPUs
[    0.367442] efifb: probing for efifb
[    0.367448] efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
[    0.367449] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.367450] efifb: scrolling: redraw
[    0.367450] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.367491] Console: switching to colour frame buffer device 240x67
[    0.368504] fb0: EFI VGA frame buffer device
[    0.368519] hid: raw HID events driver (C) Jiri Kosina
[    0.368553] intel_pmc_core INT33A1:00:  initialized
[    0.368631] drop_monitor: Initializing network drop monitor service
[    0.368675] Initializing XFRM netlink socket
[    0.368691] NET: Registered PF_INET6 protocol family
[    0.650601] Freeing initrd memory: 99520K
[    0.654597] Segment Routing with IPv6
[    0.654598] RPL Segment Routing with IPv6
[    0.654606] In-situ OAM (IOAM) with IPv6
[    0.654626] NET: Registered PF_PACKET protocol family
[    0.655191] microcode: Microcode Update Driver: v2.2.
[    0.655195] IPI shorthand broadcast: enabled
[    0.656222] sched_clock: Marking stable (646970759, 8607453)->(670292254, -14714042)
[    0.663087] registered taskstats version 1
[    0.663540] Loading compiled-in X.509 certificates
[    0.665158] Loaded X.509 cert 'Build time autogenerated kernel key: e668907ab20717ed1a4ff33f7622fa4289241e2d'
[    0.665358] zswap: loaded using pool lz4/z3fold
[    0.666402] Key type .fscrypt registered
[    0.666403] Key type fscrypt-provisioning registered
[    0.669028] integrity: Loading X.509 certificate: UEFI:db
[    0.669054] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.669055] integrity: Loading X.509 certificate: UEFI:db
[    0.669067] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.669068] integrity: Loading X.509 certificate: UEFI:db
[    0.669075] integrity: Loaded X.509 cert 'Acer Database: 84f00f5841571abd2cc11a8c26d5c9c8d2b6b0b5'
[    0.669075] integrity: Loading X.509 certificate: UEFI:db
[    0.669076] integrity: Problem loading X.509 certificate -65
[    0.669086] integrity: Error adding keys to platform keyring UEFI:db
[    0.669087] integrity: Loading X.509 certificate: UEFI:db
[    0.669088] integrity: Problem loading X.509 certificate -65
[    0.669094] integrity: Error adding keys to platform keyring UEFI:db
[    0.671324] PM:   Magic number: 3:868:241
[    0.671369] acpi device:84: hash matches
[    0.671386] memory memory119: hash matches
[    0.671553] RAS: Correctable Errors collector initialized.
[    0.672169] Freeing unused decrypted memory: 2036K
[    0.672542] Freeing unused kernel image (initmem) memory: 3432K
[    0.684100] Write protecting the kernel read-only data: 32768k
[    0.684497] Freeing unused kernel image (rodata/data gap) memory: 1956K
[    0.692011] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.692014] rodata_test: all tests were successful
[    0.692017] Run /init as init process
[    0.692018]   with arguments:
[    0.692019]     /init
[    0.692019]     nvidia
[    0.692020]   with environment:
[    0.692020]     HOME=/
[    0.692020]     TERM=linux
[    0.692021]     BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux-cachyos
[    0.692021]     archisobasedir=arch
[    0.692022]     archisodevice=UUID=2023-04-23-12-56-23-00
[    0.692022]     cow_spacesize=10G
[    0.692022]     copytoram=n
[    0.692023]     nvme_load=yes
[    0.831004] wmi_bus wmi_bus-PNP0C14:02: WQ data block query control method not found
[    0.831039] wmi_bus wmi_bus-PNP0C14:02: WQ data block query control method not found
[    0.831046] wmi_bus wmi_bus-PNP0C14:02: WQ data block query control method not found
[    0.831053] wmi_bus wmi_bus-PNP0C14:02: WQ data block query control method not found
[    0.840484] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.840487] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.841209] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.854353] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.854360] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.855453] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.856774] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.856778] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.856781] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.856824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    0.856826] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.856828] usb usb1: Product: xHCI Host Controller
[    0.856829] usb usb1: Manufacturer: Linux 6.2.12-1-cachyos xhci-hcd
[    0.856830] usb usb1: SerialNumber: 0000:00:14.0
[    0.858186] cryptd: max_cpu_qlen set to 1000
[    0.865797] hub 1-0:1.0: USB hub found
[    0.865829] hub 1-0:1.0: 16 ports detected
[    0.871737] AVX2 version of gcm_enc/dec engaged.
[    0.871764] AES CTR mode by8 optimization enabled
[    0.888174] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    0.888179] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.888181] usb usb2: Product: xHCI Host Controller
[    0.888182] usb usb2: Manufacturer: Linux 6.2.12-1-cachyos xhci-hcd
[    0.888183] usb usb2: SerialNumber: 0000:00:14.0
[    0.889207] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[    0.890245] hub 2-0:1.0: USB hub found
[    0.890259] hub 2-0:1.0: 8 ports detected
[    0.892170] usb: port power management may be unreliable
[    0.899106] r8169 0000:06:00.0 eth0: RTL8168h/8111h, 08:8f:c3:24:b0:2c, XID 541, IRQ 125
[    0.899110] r8169 0000:06:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    0.903191] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.127626] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.261940] usb 1-1: New USB device found, idVendor=048d, idProduct=1167, bcdDevice= 1.00
[    1.261942] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.261943] usb 1-1: Product: USB Mass Storage Device
[    1.261944] usb 1-1: SerialNumber: 000000000000039F
[    1.270601] usb-storage 1-1:1.0: USB Mass Storage device detected
[    1.270670] scsi host16: usb-storage 1-1:1.0
[    1.270722] usbcore: registered new interface driver usb-storage
[    1.272309] Console: switching to colour dummy device 80x25
[    1.272341] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.273373] usbcore: registered new interface driver uas
[    1.273396] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.274875] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    1.310511] i915 0000:00:02.0: [drm] [ENCODER:102:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[    1.339950] tsc: Refined TSC clocksource calibration: 2495.999 MHz
[    1.339956] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa763a3d1, max_idle_ns: 440795313647 ns
[    1.339996] clocksource: Switched to clocksource tsc
[    1.377706] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
[    1.392781] usb 2-3: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 0.01
[    1.392784] usb 2-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    1.392785] usb 2-3: Product: Silicon-Power
[    1.392785] usb 2-3: Manufacturer: PHD 3.0
[    1.392786] usb 2-3: SerialNumber: 21018257202000000137
[    1.398237] scsi host17: uas
[    1.398814] scsi 17:0:0:0: Direct-Access     PHD 3.0  Silicon-Power    0    PQ: 0 ANSI: 6
[    1.400113] sd 17:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.400115] sd 17:0:0:0: [sda] 4096-byte physical blocks
[    1.400226] sd 17:0:0:0: [sda] Write Protect is off
[    1.400227] sd 17:0:0:0: [sda] Mode Sense: 43 00 00 00
[    1.400386] sd 17:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.400547] sd 17:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    1.400548] sd 17:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
[    1.509951] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    1.648603] usb 1-4: New USB device found, idVendor=09da, idProduct=1970, bcdDevice= 0.38
[    1.648606] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.648607] usb 1-4: Product: USB Device
[    1.648608] usb 1-4: Manufacturer: COMPANY
[    1.658477] input: COMPANY  USB Device  as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:09DA:1970.0001/input/input5
[    1.712045] hid-generic 0003:09DA:1970.0001: input,hidraw0: USB HID v1.11 Keyboard [COMPANY  USB Device ] on usb-0000:00:14.0-4/input0
[    1.712687] input: COMPANY  USB Device  as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:09DA:1970.0002/input/input6
[    1.712896] hid-generic 0003:09DA:1970.0002: input,hidraw1: USB HID v1.11 Mouse [COMPANY  USB Device ] on usb-0000:00:14.0-4/input1
[    1.714251] input: COMPANY  USB Device  Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:09DA:1970.0003/input/input7
[    1.733321]  sda: sda1
[    1.733483] sd 17:0:0:0: [sda] Attached SCSI disk
[    1.767987] input: COMPANY  USB Device  as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:09DA:1970.0003/input/input8
[    1.768276] hid-generic 0003:09DA:1970.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [COMPANY  USB Device ] on usb-0000:00:14.0-4/input2
[    1.768317] usbcore: registered new interface driver usbhid
[    1.768318] usbhid: USB HID core driver
[    1.771587] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[    1.926361] usb 1-5: New USB device found, idVendor=04f2, idProduct=b64f, bcdDevice=96.49
[    1.926364] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.926365] usb 1-5: Product: HD User Facing
[    1.926366] usb 1-5: Manufacturer: Chicony Electronics Co.,Ltd.
[    1.926367] usb 1-5: SerialNumber: 0001
[    2.049941] usb 1-8: new full-speed USB device number 5 using xhci_hcd
[    2.186075] usb 1-8: New USB device found, idVendor=04f3, idProduct=0c4f, bcdDevice= 1.61
[    2.186079] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.186080] usb 1-8: Product: ELAN:Fingerprint
[    2.186081] usb 1-8: Manufacturer: ELAN
[    2.284525] scsi 16:0:0:0: Direct-Access              USB Disk         0.00 PQ: 0 ANSI: 2
[    2.285553] sd 16:0:0:0: [sdb] 31711232 512-byte logical blocks: (16.2 GB/15.1 GiB)
[    2.285671] sd 16:0:0:0: [sdb] Write Protect is off
[    2.285673] sd 16:0:0:0: [sdb] Mode Sense: 00 00 00 00
[    2.285792] sd 16:0:0:0: [sdb] Asking for cache data failed
[    2.285795] sd 16:0:0:0: [sdb] Assuming drive cache: write through
[    2.288353]  sdb: sdb1 sdb2
[    2.288493] sd 16:0:0:0: [sdb] Attached SCSI removable disk
[    2.305599] usb 1-14: new full-speed USB device number 6 using xhci_hcd
[    2.420481] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    2.420921] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.420928] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    2.420947] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input9
[    2.422120] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.422234] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10
[    2.439211] usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    2.439214] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.446529] fbcon: i915drmfb (fb0) is primary device
[    2.453495] Console: switching to colour frame buffer device 240x67
[    2.471104] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.556689] ISO 9660 Extensions: Microsoft Joliet Level 3
[    2.557862] ISO 9660 Extensions: RRIP_1991A
[    2.563812] loop: module loaded
[    2.564128] loop0: detected capacity change from 0 to 4312176
[    2.755512] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.763261] overlayfs: "xino" feature enabled using 2 upper inode bits.
[    5.890679] systemd[1]: systemd 253.3-3-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    5.890682] systemd[1]: Detected architecture x86-64.
[    5.900209] systemd[1]: Detected first boot.
[    5.926741] systemd[1]: Hostname set to <CachyOS>.
[    5.927465] systemd[1]: Initializing machine ID from random generator.
[    6.340137] systemd[1]: bpf-lsm: LSM BPF program attached
[    7.339934] zram: Added device: zram0
[    8.169428] systemd[1]: Failed to populate /etc with preset unit settings, ignoring: Link has been severed
[    8.331320] systemd[1]: Queued start job for default target Graphical Interface.
[    8.338635] systemd[1]: Created slice Slice /system/getty.
[    8.338843] systemd[1]: Created slice Slice /system/modprobe.
[    8.339009] systemd[1]: Created slice Slice /system/systemd-zram-setup.
[    8.339137] systemd[1]: Created slice User and Session Slice.
[    8.339189] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    8.339232] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.339338] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.339377] systemd[1]: Reached target Local Encrypted Volumes.
[    8.339402] systemd[1]: Reached target Login Prompts.
[    8.339427] systemd[1]: Reached target Local Integrity Protected Volumes.
[    8.339462] systemd[1]: Reached target Remote File Systems.
[    8.339484] systemd[1]: Reached target Slice Units.
[    8.339517] systemd[1]: Reached target Local Verity Protected Volumes.
[    8.339566] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    8.340464] systemd[1]: Listening on LVM2 poll daemon socket.
[    8.341766] systemd[1]: Listening on Process Core Dump Socket.
[    8.341867] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.341947] systemd[1]: Listening on Journal Socket.
[    8.342054] systemd[1]: Listening on Network Service Netlink Socket.
[    8.342602] systemd[1]: Listening on udev Control Socket.
[    8.342681] systemd[1]: Listening on udev Kernel Socket.
[    8.343160] systemd[1]: Mounting Huge Pages File System...
[    8.343641] systemd[1]: Mounting POSIX Message Queue File System...
[    8.344136] systemd[1]: Mounting Kernel Debug File System...
[    8.344648] systemd[1]: Mounting Kernel Trace File System...
[    8.418106] systemd[1]: Starting Create List of Static Device Nodes...
[    8.418584] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    8.419127] systemd[1]: Starting Load Kernel Module configfs...
[    8.419668] systemd[1]: Starting Load Kernel Module dm_mod...
[    8.420183] systemd[1]: Starting Load Kernel Module drm...
[    8.420660] systemd[1]: Starting Load Kernel Module fuse...
[    8.421152] systemd[1]: Starting Load Kernel Module loop...
[    8.422876] systemd[1]: Starting Journal Service...
[    8.645770] systemd[1]: Starting Load Kernel Modules...
[    8.645904] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    8.646407] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.646929] systemd[1]: Starting Wait Until Kernel Time Synchronized...
[    8.647415] systemd[1]: Starting Coldplug All udev Devices...
[    8.648303] systemd[1]: Mounted Huge Pages File System.
[    8.648399] systemd[1]: Mounted POSIX Message Queue File System.
[    8.648483] systemd[1]: Mounted Kernel Debug File System.
[    8.648563] systemd[1]: Mounted Kernel Trace File System.
[    8.677835] systemd[1]: Finished Create List of Static Device Nodes.
[    8.678826] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    8.689974] systemd[1]: Finished Load Kernel Module configfs.
[    8.690797] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    8.704040] systemd[1]: Finished Load Kernel Module drm.
[    8.704533] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    8.716050] systemd[1]: Finished Load Kernel Module loop.
[    8.733898] systemd[1]: Mounting Kernel Configuration File System...
[    8.846825] device-mapper: uevent: version 1.0.3
[    8.846896] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    8.847323] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    8.858142] systemd[1]: Finished Load Kernel Module dm_mod.
[    8.983465] fuse: init (API version 7.38)
[    9.045108] systemd-journald[300]: Collecting audit messages is disabled.
[    9.046773] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    9.046991] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    9.057918] systemd[1]: Finished Load Kernel Module fuse.
[    9.069806] systemd[1]: Finished Remount Root and Kernel File Systems.
[    9.070203] systemd[1]: Started Journal Service.
[    9.505858] Asymmetric key parser 'pkcs8' registered
[    9.571865] systemd-journald[300]: Received client request to flush runtime journal.
[    9.696443] spl: loading out-of-tree module taints kernel.
[    9.696499] spl: module verification failed: signature and/or required key missing - tainting kernel
[    9.716069] znvpair: module license 'CDDL' taints kernel.
[    9.716071] Disabling lock debugging due to kernel taint
[   11.325828] r8169 0000:06:00.0 enp6s0: renamed from eth0
[   11.403467] zram0: detected capacity change from 0 to 8102400
[   11.452420] ZFS: Loaded module v2.1.11-1, ZFS pool version 5000, ZFS filesystem version 5
[   12.200858] input: Acer Wireless Radio Control as /devices/LNXSYSTM:00/10251229:00/input/input11
[   12.499414] Module pcspkr is blacklisted
[   12.853738] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   12.856797] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   12.856852] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   12.858381] i2c i2c-5: 2/2 memory slots populated (from DMI)
[   12.858804] i2c i2c-5: Successfully instantiated SPD at 0x50
[   12.862658] spi-nor spi0.0: XM25QH128A (16384 Kbytes)
[   13.564021] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   13.564209] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   14.128098] acer_wmi: Acer Laptop ACPI-WMI Extras
[   14.128116] acer_wmi: Function bitmap for Communication Button: 0x800
[   14.139165] input: Acer WMI hotkeys as /devices/virtual/input/input12
[   14.222409] mousedev: PS/2 mouse device common for all mice
[   14.237622] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[   14.237954] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   14.253691] intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
[   14.253864] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   14.267168] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   14.267171] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   14.267171] RAPL PMU: hw unit of domain package 2^-14 Joules
[   14.267172] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   14.267173] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   14.607152] Creating 1 MTD partitions on "0000:00:1f.5":
[   14.607157] 0x000000000000-0x000001000000 : "BIOS"
[   14.626788] input: ELAN0515:01 04F3:3142 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN0515:01/0018:04F3:3142.0004/input/input13
[   14.626845] input: ELAN0515:01 04F3:3142 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN0515:01/0018:04F3:3142.0004/input/input15
[   14.626888] hid-generic 0018:04F3:3142.0004: input,hidraw3: I2C HID v1.00 Mouse [ELAN0515:01 04F3:3142] on i2c-ELAN0515:01
[   15.103317] Intel(R) Wireless WiFi driver for Linux
[   15.118489] Bluetooth: Core ver 2.22
[   15.118499] NET: Registered PF_BLUETOOTH protocol family
[   15.118500] Bluetooth: HCI device and connection manager initialized
[   15.118502] Bluetooth: HCI socket layer initialized
[   15.118503] Bluetooth: L2CAP socket layer initialized
[   15.118505] Bluetooth: SCO socket layer initialized
[   15.358191] Adding 4051196k swap on /dev/zram0.  Priority:100 extents:1 across:4051196k SSDscFS
[   15.415977] usbcore: registered new interface driver btusb
[   15.416476] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[   15.417476] Bluetooth: hci0: Device revision is 2
[   15.417477] Bluetooth: hci0: Secure boot is enabled
[   15.417478] Bluetooth: hci0: OTP lock is enabled
[   15.417479] Bluetooth: hci0: API lock is enabled
[   15.417479] Bluetooth: hci0: Debug lock is disabled
[   15.417479] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   16.075963] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[   16.075973] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[   16.178112] mc: Linux media interface: v0.10
[   16.178465] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[   16.178607] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   16.178826] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   16.178881] snd_hda_intel 0000:01:00.1: Disabling MSI
[   16.178886] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   16.179002] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   16.248010] videodev: Linux video capture interface: v2.00
[   16.250611] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   16.567927] ee1004 5-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[   16.684149] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[   16.723722] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[   16.723788] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[   16.723860] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[   16.733233] input: ELAN0515:01 04F3:3142 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN0515:01/0018:04F3:3142.0004/input/input20
[   16.733286] input: ELAN0515:01 04F3:3142 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN0515:01/0018:04F3:3142.0004/input/input22
[   16.733329] hid-multitouch 0018:04F3:3142.0004: input,hidraw3: I2C HID v1.00 Mouse [ELAN0515:01 04F3:3142] on i2c-ELAN0515:01
[   16.873026] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[   16.873055] Bluetooth: hci0: Boot Address: 0x24800
[   16.873056] Bluetooth: hci0: Firmware Version: 15-45.22
[   17.326967] usb 1-5: Found UVC 1.00 device HD User Facing (04f2:b64f)
[   17.332153] input: HD User Facing: HD User Facing as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input23
[   17.332185] usbcore: registered new interface driver uvcvideo
[   17.718147] nvidia-nvlink: Nvlink Core is being initialized, major device number 511

[   17.718820] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[   17.718923] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   17.763412] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  530.41.03  Thu Mar 16 19:48:20 UTC 2023
[   17.789238] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  530.41.03  Thu Mar 16 19:23:04 UTC 2023
[   18.094224] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   18.106921] ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20221020/nsarguments-61)
[   18.106971] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20221020/nsarguments-61)
[   18.117391] iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-hr-b0-72.ucode op_mode iwlmvm
[   18.134018] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   18.134023] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.134025] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   18.134027] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   18.134028] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   18.134029] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   18.134031] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   18.344287] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[   18.344314] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[   18.344338] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[   18.344359] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[   18.514684] Bluetooth: hci0: Waiting for firmware download to complete
[   18.515398] Bluetooth: hci0: Firmware loaded in 1603875 usecs
[   18.515418] Bluetooth: hci0: Waiting for device to boot
[   18.532451] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[   18.532451] Bluetooth: hci0: Device booted in 16643 usecs
[   18.602966] intel_tcc_cooling: Programmable TCC Offset detected
[   18.731149] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[   18.733466] Bluetooth: hci0: Applying Intel DDC parameters completed
[   18.734498] Bluetooth: hci0: Firmware revision 0.4 build 15 week 45 2022
[   18.763641] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[   19.043731] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
[   19.043820] thermal thermal_zone3: failed to read out thermal zone (-61)
[   19.100650] intel_rapl_common: Found RAPL domain package
[   19.100652] intel_rapl_common: Found RAPL domain core
[   19.100653] intel_rapl_common: Found RAPL domain uncore
[   19.100654] intel_rapl_common: Found RAPL domain dram
[   19.168307] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
[   19.234281] iwlwifi 0000:00:14.3: base HW address: 0c:9a:3c:4a:0a:1a
[   19.276310] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[   19.355528] nvidia-uvm: Loaded the UVM driver, major device number 509.
[   47.407818] Generic FE-GE Realtek PHY r8169-0-600:00: attached PHY driver (mii_bus:phy_addr=r8169-0-600:00, irq=MAC)
[   47.589708] r8169 0000:06:00.0 enp6s0: Link is Down
[   47.675634] NET: Registered PF_QIPCRTR protocol family
[  120.747026] wlan0: authenticate with 24:f5:a2:09:19:d7
[  120.753419] wlan0: send auth to 24:f5:a2:09:19:d7 (try 1/3)
[  120.782419] wlan0: authenticated
[  120.783648] wlan0: associate with 24:f5:a2:09:19:d7 (try 1/3)
[  120.799273] wlan0: RX AssocResp from 24:f5:a2:09:19:d7 (capab=0x1511 status=0 aid=2)
[  120.805979] wlan0: associated
[  120.916329] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  142.665431] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[  142.676771] JFS: nTxBlock = 8192, nTxLock = 65536
[  142.735475] raid6: skipped pq benchmark and selected avx2x4
[  142.735477] raid6: using avx2x2 recovery algorithm
[  142.743383] xor: automatically using best checksumming function   avx
[  142.951650] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
ventureoo commented 1 year ago

Thanks for logs, that explains a few things.

It sounds like you have a issue with the NVMe remap. The reason why you have everything Zen is working is because of this commit: https://github.com/zen-kernel/zen-kernel/commit/284c6b841d74dffe5dbf0b5cb8629d05b48108a7

ventureoo commented 1 year ago

You probably need to switch from RAID to AHCI in your BIOS (UEFI) to get your other kernels to work.

ptr1337 commented 1 year ago

Oh, thanks for pointing out. We will care this patch with further kernel versions and will be included in 6.3.0-2 or 6.3.1-1. Depends if we need a rebuild for 6.3.

sirlucjan commented 1 year ago

I've added https://github.com/CachyOS/linux/commit/aea6b5f977f823309c69feba09624e2d047128a9 for next queue.

ventureoo commented 1 year ago

@DublikuntMux 6.2.0-2 includes this patch. Could you please check if your issue is fixed?

DublikuntMux commented 1 year ago

@DublikuntMux 6.2.0-2 includes this patch. Could you check if your issue is fixed?

Is there live iso with this kernel? I'm thinking about switching to this system.

ventureoo commented 1 year ago

@DublikuntMux 6.2.0-2 includes this patch. Could you check if your issue is fixed?

Is there live iso with this kernel? I'm thinking about switching to this system.

well, I think you should boot normally from a flash drive because it obviously has nothing to do with NVMe. If you are talking about the installation process, then when you netinstall it will automatically install the latest kernel version into the new system.

DublikuntMux commented 1 year ago

@ventureoo last time I booted into the calamares installer it didn't see my nvme so I couldn't install system on it.

ptr1337 commented 1 year ago

@ventureoo last time I booted into the calamares installer it didn't see my nvme so I couldn't install system on it.

There is currently no ISO with the 6.3 Kernel. You can build one if you want to: git clone https://github.com/CachyOS/CachyOS-Live-ISO cd CachyOS-Live-ISO sudo ./buildiso.sh -p kde -v

DublikuntMux commented 1 year ago

I build iso with new kernel and reinstalled system, nvme module is working properly thanks