您尚未登录。

#1 2024-05-03 11:40:38

Chenr
会员
注册时间: 2024-05-03
帖子: 8

[已解决]无法从休眠中启动

截取了一段休眠后Arch启动时的信息

:: running early hook [udev]
Starting systemed-udevd version 255.5-4-arch
:: running hook [udev]
:: Triggering uevents...
:: running hook [resume]
Reported hibernation image ID=arch kernel=6.8.8-zen1-1-zen UUID=9544c823-74fd-4391-9a2c-aa9db3da1996
Failed to stat resume device '/dev/disk/by-uuid/9544c823-74fd-4391-9a2c-aa9db3da1996': No such file or directory
Waiting 10 seconds for device /dev/disk/by-uuid/1bc30697-6aa4-4aea-a98d-040d6885bb1f ...
:: performing fsck on 'UUID=1bc30697-6aa4-4aea-a98d-040d6885bb1f'
:: mounting 'UUID=1bc30697-6aa4-4aea-a98d-040d6885bb1f' on real boot
:: running cleanup hook [udev]

Welcome to Arch Linux!

其他可能有用的信息

> cat /etc/fstab
# /dev/sda3 LABEL=Arch
UUID=1bc30697-6aa4-4aea-a98d-040d6885bb1f	/	btrfs	rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=256,subvol=/@	0 0

# /dev/sda3 LABEL=Arch
UUID=1bc30697-6aa4-4aea-a98d-040d6885bb1f	/home	btrfs	rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=257,subvol=/@home	0 0

# /dev/sda1
UUID=A0E9-FD46	/boot	vfat	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro	0 2

# /dev/sda2
UUID=9544c823-74fd-4391-9a2c-aa9db3da1996	none	swap	defaults	0	0

# PSSD
UUID=5A52C302636EFB03	/run/media/Chenr/5A52C302636EFB03	ntfs-3g	defaults,uid=1000,gid=1000,nofail	0	0
> sudo blkid
/dev/sdb2: UUID="9544c823-74fd-4391-9a2c-aa9db3da1996" TYPE="swap" PARTUUID="4b6f4f24-d893-453c-92a3-4b3e4c7c1269"
/dev/sdb3: LABEL="Arch" UUID="1bc30697-6aa4-4aea-a98d-040d6885bb1f" UUID_SUB="3023a16f-1e3d-48df-b771-a12b48aff05b" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="f069580b-3318-44c0-ab02-9f9c36278cd1"
/dev/sdb1: UUID="A0E9-FD46" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="d0f9be7d-9238-4f77-a693-8b4189f24c89"
/dev/sda1: BLOCK_SIZE="512" UUID="5A52C302636EFB03" TYPE="ntfs" PARTLABEL="PSSD" PARTUUID="707119e5-7b66-4b97-822e-f6103b65f73d"
> efibootmgr --unicode
BootCurrent: 0000
Timeout: 2 seconds
BootOrder: 0000
Boot0000* Arch	HD(1,GPT,d0f9be7d-9238-4f77-a693-8b4189f24c89,0x800,0x100000)/\vmlinuz-linux-zenroot=UUID=1bc30697-6aa4-4aea-a98d-040d6885bb1f resume=UUID=9544c823-74fd-4391-9a2c-aa9db3da1996 rw rootflags=subvol=/@ loglevel=3 initrd=\amd-ucode.img initrd=\initramfs-linux-zen.img
> cat /etc/mkinitcpio.conf | grep "HOOKS="    
HOOKS=(base udev resume autodetect modconf keyboard block filesystems fsck)

请问该如何解决?

最近编辑记录 Chenr (2024-05-04 10:12:41)

离线

#2 2024-05-03 13:42:23

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,848
个人网站

Re: [已解决]无法从休眠中启动

离线

#3 2024-05-03 19:03:20

Chenr
会员
注册时间: 2024-05-03
帖子: 8

Re: [已解决]无法从休眠中启动

我尝试了把resume钩子放在fsck之前,休眠后启动仍然是同样的问题

Reported hibernation image ID=arch kernel=6.8.8-zen1-1-zen UUID=9544c823-74fd-4391-9a2c-aa9db3da1996
Failed to stat resume device '/dev/disk/by-uuid/9544c823-74fd-4391-9a2c-aa9db3da1996': No such file or directory

离线

#4 2024-05-03 19:12:15

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,848
个人网站

Re: [已解决]无法从休眠中启动

你修改之后重新 mkinitcpio -P 了吗?

离线

#5 2024-05-03 19:13:49

Chenr
会员
注册时间: 2024-05-03
帖子: 8

Re: [已解决]无法从休眠中启动

依云 说:

你修改之后重新 mkinitcpio -P 了吗?

当然,并且经过一次重启后进行休眠测试

离线

#6 2024-05-03 20:15:08

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,848
个人网站

Re: [已解决]无法从休眠中启动

那你贴一下完整的日志消息。

离线

#7 2024-05-03 21:57:36

Chenr
会员
注册时间: 2024-05-03
帖子: 8

Re: [已解决]无法从休眠中启动

依云 说:

那你贴一下完整的日志消息。

> sudo dmesg
[    0.000000] Linux version 6.8.8-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 13.2.1 20240417, GNU ld (GNU Binutils) 2.42.0) #1 ZEN SMP PREEMPT_DYNAMIC Sun, 28 Apr 2024 15:59:30 +0000
[    0.000000] Command line: root=UUID=1bc30697-6aa4-4aea-a98d-040d6885bb1f resume=UUID=9544c823-74fd-4391-9a2c-aa9db3da1996 rw rootflags=subvol=/@ loglevel=3 initrd=\amd-ucode.img initrd=\initramfs-linux-zen.img
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009cfefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009cff000-0x000000000a000fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000ab1b7fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ab1b8000-0x00000000ac739fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ac73a000-0x00000000ac7a5fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ac7a6000-0x00000000ac95dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ac95e000-0x00000000ad1fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ad1ff000-0x00000000adffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042e300000-0x000000044fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0xa77fe018-0xa781c657] usable ==> usable
[    0.000000] e820: update [mem 0xa77fe018-0xa781c657] usable ==> usable
[    0.000000] e820: update [mem 0xa77f0018-0xa77fd857] usable ==> usable
[    0.000000] e820: update [mem 0xa77f0018-0xa77fd857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009cfefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009cff000-0x000000000a000fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20f000-0x00000000a77f0017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a77f0018-0x00000000a77fd857] usable
[    0.000000] reserve setup_data: [mem 0x00000000a77fd858-0x00000000a77fe017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a77fe018-0x00000000a781c657] usable
[    0.000000] reserve setup_data: [mem 0x00000000a781c658-0x00000000ab1b7fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ab1b8000-0x00000000ac739fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ac73a000-0x00000000ac7a5fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000ac7a6000-0x00000000ac95dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000ac95e000-0x00000000ad1fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ad1ff000-0x00000000adffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042e300000-0x000000044fffffff] reserved
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI=0xac7a5000 ACPI 2.0=0xac7a5014 SMBIOS=0xacfed000 SMBIOS 3.0=0xacfec000 MEMATTR=0xa7daf018 ESRT=0xaa23ec98 INITRD=0xa781df18 RNG=0xac74e018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem49: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem50: MMIO range=[0xfd000000-0xfdffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xfd000000-0xfdffffff] reserved
[    0.000000] efi: Remove mem51: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem52: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem53: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem54: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem55: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem56: MMIO range=[0xfedc4000-0xfedc9fff] (24KB) from e820 map
[    0.000000] efi: Not removing mem57: MMIO range=[0xfedcc000-0xfedcefff] (12KB) from e820 map
[    0.000000] efi: Not removing mem58: MMIO range=[0xfedd5000-0xfedd5fff] (4KB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. Vivobook_ASUSLaptop M3401QA/M3401QA, BIOS M3401QA.308 11/07/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3193.966 MHz processor
[    0.000127] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000129] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000135] last_pfn = 0x42e300 max_arch_pfn = 0x400000000
[    0.000140] MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
[    0.000142] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000381] e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
[    0.000387] last_pfn = 0xae000 max_arch_pfn = 0x400000000
[    0.003273] esrt: Reserving ESRT space from 0x00000000aa23ec98 to 0x00000000aa23ed20.
[    0.003278] e820: update [mem 0xaa23e000-0xaa23efff] usable ==> reserved
[    0.003290] Using GB pages for direct mapping
[    0.003579] Secure boot disabled
[    0.003580] RAMDISK: [mem 0x7f650000-0x7ffebfff]
[    0.003584] ACPI: Early table checksum verification disabled
[    0.003586] ACPI: RSDP 0x00000000AC7A5014 000024 (v02 _ASUS_)
[    0.003589] ACPI: XSDT 0x00000000AC7A4728 000104 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.003593] ACPI: FACP 0x00000000AC795000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.003596] ACPI: DSDT 0x00000000AC787000 00D101 (v02 _ASUS_ Notebook 01072009 INTL 20200717)
[    0.003598] ACPI: FACS 0x00000000AC941000 000040
[    0.003600] ACPI: MSDM 0x00000000AC7A3000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
[    0.003601] ACPI: SSDT 0x00000000AC79B000 0072B0 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.003603] ACPI: IVRS 0x00000000AC79A000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.003605] ACPI: SSDT 0x00000000AC796000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20200717)
[    0.003606] ACPI: FIDT 0x00000000AC786000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.003608] ACPI: ECDT 0x00000000AC785000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.003609] ACPI: MCFG 0x00000000AC784000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[    0.003611] ACPI: HPET 0x00000000AC783000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
[    0.003612] ACPI: FPDT 0x00000000AC782000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.003614] ACPI: SSDT 0x00000000AC77C000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003616] ACPI: CRAT 0x00000000AC77B000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003617] ACPI: CDIT 0x00000000AC77A000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003619] ACPI: VFCT 0x00000000AC761000 018CA0 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
[    0.003620] ACPI: BGRT 0x00000000AC760000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.003622] ACPI: SSDT 0x00000000AC75F000 000149 (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003623] ACPI: SSDT 0x00000000AC75E000 000A99 (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003625] ACPI: SSDT 0x00000000AC75C000 00151E (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003626] ACPI: SSDT 0x00000000AC75B000 0007B2 (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003628] ACPI: SSDT 0x00000000AC757000 00386E (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003629] ACPI: WSMT 0x00000000AC756000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.003631] ACPI: APIC 0x00000000AC755000 0000DE (v04 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.003632] ACPI: SSDT 0x00000000AC754000 00008D (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003634] ACPI: SSDT 0x00000000AC753000 0008F0 (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003635] ACPI: SSDT 0x00000000AC752000 000057 (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003637] ACPI: SSDT 0x00000000AC751000 000241 (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003638] ACPI: SSDT 0x00000000AC750000 000693 (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003640] ACPI: SSDT 0x00000000AC74F000 0007B6 (v01 AMD    AmdTable 00000001 INTL 20200717)
[    0.003641] ACPI: Reserving FACP table memory at [mem 0xac795000-0xac795113]
[    0.003642] ACPI: Reserving DSDT table memory at [mem 0xac787000-0xac794100]
[    0.003643] ACPI: Reserving FACS table memory at [mem 0xac941000-0xac94103f]
[    0.003643] ACPI: Reserving MSDM table memory at [mem 0xac7a3000-0xac7a3054]
[    0.003644] ACPI: Reserving SSDT table memory at [mem 0xac79b000-0xac7a22af]
[    0.003644] ACPI: Reserving IVRS table memory at [mem 0xac79a000-0xac79a1a3]
[    0.003644] ACPI: Reserving SSDT table memory at [mem 0xac796000-0xac799a20]
[    0.003645] ACPI: Reserving FIDT table memory at [mem 0xac786000-0xac78609b]
[    0.003645] ACPI: Reserving ECDT table memory at [mem 0xac785000-0xac7850c0]
[    0.003646] ACPI: Reserving MCFG table memory at [mem 0xac784000-0xac78403b]
[    0.003646] ACPI: Reserving HPET table memory at [mem 0xac783000-0xac783037]
[    0.003647] ACPI: Reserving FPDT table memory at [mem 0xac782000-0xac782043]
[    0.003647] ACPI: Reserving SSDT table memory at [mem 0xac77c000-0xac781353]
[    0.003648] ACPI: Reserving CRAT table memory at [mem 0xac77b000-0xac77bee7]
[    0.003648] ACPI: Reserving CDIT table memory at [mem 0xac77a000-0xac77a028]
[    0.003648] ACPI: Reserving VFCT table memory at [mem 0xac761000-0xac779c9f]
[    0.003649] ACPI: Reserving BGRT table memory at [mem 0xac760000-0xac760037]
[    0.003649] ACPI: Reserving SSDT table memory at [mem 0xac75f000-0xac75f148]
[    0.003650] ACPI: Reserving SSDT table memory at [mem 0xac75e000-0xac75ea98]
[    0.003650] ACPI: Reserving SSDT table memory at [mem 0xac75c000-0xac75d51d]
[    0.003651] ACPI: Reserving SSDT table memory at [mem 0xac75b000-0xac75b7b1]
[    0.003651] ACPI: Reserving SSDT table memory at [mem 0xac757000-0xac75a86d]
[    0.003651] ACPI: Reserving WSMT table memory at [mem 0xac756000-0xac756027]
[    0.003652] ACPI: Reserving APIC table memory at [mem 0xac755000-0xac7550dd]
[    0.003652] ACPI: Reserving SSDT table memory at [mem 0xac754000-0xac75408c]
[    0.003653] ACPI: Reserving SSDT table memory at [mem 0xac753000-0xac7538ef]
[    0.003653] ACPI: Reserving SSDT table memory at [mem 0xac752000-0xac752056]
[    0.003654] ACPI: Reserving SSDT table memory at [mem 0xac751000-0xac751240]
[    0.003654] ACPI: Reserving SSDT table memory at [mem 0xac750000-0xac750692]
[    0.003655] ACPI: Reserving SSDT table memory at [mem 0xac74f000-0xac74f7b5]
[    0.003705] No NUMA configuration found
[    0.003706] Faking a node at [mem 0x0000000000000000-0x000000042e2fffff]
[    0.003708] NODE_DATA(0) allocated [mem 0x42e2fb000-0x42e2fffff]
[    0.003724] Zone ranges:
[    0.003725]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003726]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003727]   Normal   [mem 0x0000000100000000-0x000000042e2fffff]
[    0.003728]   Device   empty
[    0.003728] Movable zone start for each node
[    0.003729] Early memory node ranges
[    0.003729]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003730]   node   0: [mem 0x0000000000100000-0x0000000009cfefff]
[    0.003731]   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
[    0.003731]   node   0: [mem 0x000000000a20f000-0x00000000ab1b7fff]
[    0.003732]   node   0: [mem 0x00000000ad1ff000-0x00000000adffffff]
[    0.003732]   node   0: [mem 0x0000000100000000-0x000000042e2fffff]
[    0.003734] Initmem setup node 0 [mem 0x0000000000001000-0x000000042e2fffff]
[    0.003737] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003748] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.003841] On node 0, zone DMA32: 770 pages in unavailable ranges
[    0.006879] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.006956] On node 0, zone DMA32: 8263 pages in unavailable ranges
[    0.025014] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.025062] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.025209] ACPI: PM-Timer IO Port: 0x808
[    0.025215] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.025227] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.025232] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.025233] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.025235] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.025237] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.025238] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.025244] e820: update [mem 0xa7e53000-0xa7e9ffff] usable ==> reserved
[    0.025254] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.025267] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.025269] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.025270] PM: hibernation: Registered nosave memory: [mem 0x09cff000-0x0a000fff]
[    0.025270] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.025271] PM: hibernation: Registered nosave memory: [mem 0xa77f0000-0xa77f0fff]
[    0.025272] PM: hibernation: Registered nosave memory: [mem 0xa77fd000-0xa77fdfff]
[    0.025273] PM: hibernation: Registered nosave memory: [mem 0xa77fe000-0xa77fefff]
[    0.025273] PM: hibernation: Registered nosave memory: [mem 0xa781c000-0xa781cfff]
[    0.025274] PM: hibernation: Registered nosave memory: [mem 0xa7e53000-0xa7e9ffff]
[    0.025275] PM: hibernation: Registered nosave memory: [mem 0xaa23e000-0xaa23efff]
[    0.025276] PM: hibernation: Registered nosave memory: [mem 0xab1b8000-0xac739fff]
[    0.025276] PM: hibernation: Registered nosave memory: [mem 0xac73a000-0xac7a5fff]
[    0.025277] PM: hibernation: Registered nosave memory: [mem 0xac7a6000-0xac95dfff]
[    0.025277] PM: hibernation: Registered nosave memory: [mem 0xac95e000-0xad1fefff]
[    0.025278] PM: hibernation: Registered nosave memory: [mem 0xae000000-0xafffffff]
[    0.025278] PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xfec0ffff]
[    0.025279] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.025279] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.025279] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.025280] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.025280] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.025281] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.025281] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.025281] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc3fff]
[    0.025282] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[    0.025282] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[    0.025282] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[    0.025283] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[    0.025283] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[    0.025284] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.025285] [mem 0xb0000000-0xfec0ffff] available for PCI devices
[    0.025286] Booting paravirtualized kernel on bare hardware
[    0.025288] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.029178] setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.029652] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.029656] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.029657] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.029672] Kernel command line: root=UUID=1bc30697-6aa4-4aea-a98d-040d6885bb1f resume=UUID=9544c823-74fd-4391-9a2c-aa9db3da1996 rw rootflags=subvol=/@ loglevel=3 initrd=\amd-ucode.img initrd=\initramfs-linux-zen.img
[    0.031030] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.031715] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.031781] Fallback order for Node 0: 0 
[    0.031784] Built 1 zonelists, mobility grouping on.  Total pages: 3975209
[    0.031785] Policy zone: Normal
[    0.031985] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.032027] software IO TLB: area num 16.
[    0.064498] Memory: 15672096K/16153884K available (20480K kernel code, 2140K rwdata, 12816K rodata, 3648K init, 3376K bss, 481528K reserved, 0K cma-reserved)
[    0.064648] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.064670] ftrace: allocating 46878 entries in 184 pages
[    0.072880] ftrace: allocated 184 pages with 4 groups
[    0.072947] Dynamic Preempt: full
[    0.073000] rcu: Preemptible hierarchical RCU implementation.
[    0.073001] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.073001] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.073002] 	Trampoline variant of Tasks RCU enabled.
[    0.073002] 	Rude variant of Tasks RCU enabled.
[    0.073003] 	Tracing variant of Tasks RCU enabled.
[    0.073003] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.073004] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.074448] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.074630] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.074722] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.074750] Console: colour dummy device 80x25
[    0.074752] printk: legacy console [tty0] enabled
[    0.074783] ACPI: Core revision 20230628
[    0.074920] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.074936] APIC: Switch to symmetric I/O mode setup
[    0.075526] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.075527] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.075528] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.075528] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.075529] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    0.075790] APIC: Switched APIC routing to: physical flat
[    0.076394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.080941] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a05c2cdc, max_idle_ns: 440795261587 ns
[    0.080944] Calibrating delay loop (skipped), value calculated using timer frequency.. 6387.93 BogoMIPS (lpj=3193966)
[    0.080958] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.080977] LVT offset 1 assigned for vector 0xf9
[    0.081035] LVT offset 2 assigned for vector 0xf4
[    0.081051] process: using mwait in idle threads
[    0.081052] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.081053] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.081054] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.081056] Spectre V2 : Mitigation: Retpolines
[    0.081056] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.081057] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.081057] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.081058] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.081059] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.081059] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.081060] Speculative Return Stack Overflow: IBPB-extending microcode not applied!
[    0.081060] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
[    0.081061] Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
[    0.081064] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.081065] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.081066] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.081066] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.081067] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.081068] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.081069] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.081069] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.081070] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.102459] Freeing SMP alternatives memory: 52K
[    0.102461] pid_max: default: 32768 minimum: 301
[    0.104577] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[    0.104602] landlock: Up and running.
[    0.104603] Yama: becoming mindful.
[    0.104607] LSM support for eBPF active
[    0.104647] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.104666] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.207179] smpboot: CPU0: AMD Ryzen 7 5800H with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    0.207354] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.207370] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.207390] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.207406] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.207412] ... version:                0
[    0.207413] ... bit width:              48
[    0.207414] ... generic registers:      6
[    0.207415] ... value mask:             0000ffffffffffff
[    0.207416] ... max period:             00007fffffffffff
[    0.207417] ... fixed-purpose events:   0
[    0.207417] ... event mask:             000000000000003f
[    0.207490] signal: max sigframe size: 3376
[    0.207519] rcu: Hierarchical SRCU implementation.
[    0.207520] rcu: 	Max phase no-delay instances is 400.
[    0.210025] MCE: In-kernel MCE decoding enabled.
[    0.210074] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.210210] smp: Bringing up secondary CPUs ...
[    0.210309] smpboot: x86: Booting SMP configuration:
[    0.210311] .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14  #1  #3  #5  #7  #9 #11 #13 #15
[    0.222040] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.228981] smp: Brought up 1 node, 16 CPUs
[    0.228981] smpboot: Max logical packages: 1
[    0.228981] smpboot: Total of 16 processors activated (102206.91 BogoMIPS)
[    0.231146] devtmpfs: initialized
[    0.231146] x86/mm: Memory block size: 128MB
[    0.233022] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    0.233022] ACPI: PM: Registering ACPI NVS region [mem 0xac7a6000-0xac95dfff] (1802240 bytes)
[    0.233061] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.233075] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.233138] pinctrl core: initialized pinctrl subsystem
[    0.233254] PM: RTC time: 11:00:25, date: 2024-05-03
[    0.233596] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.233814] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.233994] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.234079] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.234088] audit: initializing netlink subsys (disabled)
[    0.234096] audit: type=2000 audit(1714734025.158:1): state=initialized audit_enabled=0 res=1
[    0.234096] thermal_sys: Registered thermal governor 'fair_share'
[    0.234096] thermal_sys: Registered thermal governor 'bang_bang'
[    0.234096] thermal_sys: Registered thermal governor 'step_wise'
[    0.234096] thermal_sys: Registered thermal governor 'user_space'
[    0.234096] thermal_sys: Registered thermal governor 'power_allocator'
[    0.234096] cpuidle: using governor ladder
[    0.234096] cpuidle: using governor menu
[    0.234096] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.234096] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.234096] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.234098] PCI: not using ECAM ([mem 0xf0000000-0xf7ffffff] not reserved)
[    0.234099] PCI: Using configuration type 1 for base access
[    0.234101] PCI: Using configuration type 1 for extended access
[    0.234229] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.235954] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.235954] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.235954] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.235954] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.237112] ACPI: Added _OSI(Module Device)
[    0.237112] ACPI: Added _OSI(Processor Device)
[    0.237112] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.237112] ACPI: Added _OSI(Processor Aggregator Device)
[    0.261333] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.262870] ACPI: EC: EC started
[    0.262872] ACPI: EC: interrupt blocked
[    0.263437] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.263438] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.264413] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.267317] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[    0.268153] ACPI: Interpreter enabled
[    0.268167] ACPI: PM: (supports S0 S4 S5)
[    0.268168] ACPI: Using IOAPIC for interrupt routing
[    0.269574] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.269627] PCI: ECAM [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[    0.269636] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.269637] PCI: Using E820 reservations for host bridge windows
[    0.272490] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[    0.272619] ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
[    0.273582] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[    0.273707] ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
[    0.274210] ACPI: \_SB_.PCI0.GP17.XHC1.RHUB.PRT2.BTPR: New power resource
[    0.274658] ACPI: \_SB_.PCI0.GP18.SATA.P0SA: New power resource
[    0.274751] ACPI: \_SB_.PCI0.GP18.SAT1.P0SA: New power resource
[    0.281972] ACPI: \_SB_.PRWL: New power resource
[    0.282961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.282966] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.283097] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.283335] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.283337] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.283348] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.283986] PCI host bridge to bus 0000:00
[    0.283988] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.283990] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.283991] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.283992] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.283994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.283996] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
[    0.283997] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.283999] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.284015] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000 conventional PCI endpoint
[    0.284123] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600 conventional PCI endpoint
[    0.284232] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
[    0.284319] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
[    0.284400] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400 PCIe Root Port
[    0.284415] pci 0000:00:02.2: PCI bridge to [bus 01]
[    0.284425] pci 0000:00:02.2:   bridge window [mem 0xe0300000-0xe04fffff 64bit pref]
[    0.284461] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.284556] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400 PCIe Root Port
[    0.284570] pci 0000:00:02.4: PCI bridge to [bus 02-04]
[    0.284574] pci 0000:00:02.4:   bridge window [io  0xf000-0xffff]
[    0.284577] pci 0000:00:02.4:   bridge window [mem 0xfcc00000-0xfcefffff]
[    0.284582] pci 0000:00:02.4:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.284618] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.284715] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
[    0.284795] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400 PCIe Root Port
[    0.284810] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.284814] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.284816] pci 0000:00:08.1:   bridge window [mem 0xfc800000-0xfcbfffff]
[    0.284821] pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[    0.284827] pci 0000:00:08.1: enabling Extended Tags
[    0.284859] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.284996] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400 PCIe Root Port
[    0.285010] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.285015] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.285025] pci 0000:00:08.2: enabling Extended Tags
[    0.285056] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.285184] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    0.285313] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    0.285456] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000 conventional PCI endpoint
[    0.285517] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000 conventional PCI endpoint
[    0.285577] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000 conventional PCI endpoint
[    0.285637] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000 conventional PCI endpoint
[    0.285697] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000 conventional PCI endpoint
[    0.285759] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000 conventional PCI endpoint
[    0.285820] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000 conventional PCI endpoint
[    0.285881] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000 conventional PCI endpoint
[    0.286093] pci 0000:01:00.0: [14c3:7961] type 00 class 0x028000 PCIe Endpoint
[    0.286143] pci 0000:01:00.0: BAR 0 [mem 0xe0300000-0xe03fffff 64bit pref]
[    0.286186] pci 0000:01:00.0: BAR 2 [mem 0xe0400000-0xe0403fff 64bit pref]
[    0.286228] pci 0000:01:00.0: BAR 4 [mem 0xe0404000-0xe0404fff 64bit pref]
[    0.286386] pci 0000:01:00.0: supports D1 D2
[    0.286388] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.286833] pci 0000:00:02.2: PCI bridge to [bus 01]
[    0.286888] pci 0000:02:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.286903] pci 0000:02:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
[    0.286919] pci 0000:02:00.0: PCI bridge to [bus 03-04]
[    0.286925] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[    0.286929] pci 0000:02:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.286939] pci 0000:02:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.287025] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.287104] pci 0000:02:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.287209] pci 0000:00:02.4: PCI bridge to [bus 02-04]
[    0.287262] pci 0000:03:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.287291] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.287297] pci 0000:03:00.0:   bridge window [io  0xf000-0xffff]
[    0.287301] pci 0000:03:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.287310] pci 0000:03:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.287396] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.287554] pci 0000:02:00.0: PCI bridge to [bus 03-04]
[    0.287610] pci 0000:04:00.0: [1002:73df] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.287628] pci 0000:04:00.0: BAR 0 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.287640] pci 0000:04:00.0: BAR 2 [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.287648] pci 0000:04:00.0: BAR 4 [io  0xf000-0xf0ff]
[    0.287656] pci 0000:04:00.0: BAR 5 [mem 0xfcc00000-0xfccfffff]
[    0.287664] pci 0000:04:00.0: ROM [mem 0xfcd00000-0xfcd1ffff pref]
[    0.287756] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.287844] pci 0000:04:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.287923] pci 0000:04:00.1: [1002:ab28] type 00 class 0x040300 PCIe Legacy Endpoint
[    0.287935] pci 0000:04:00.1: BAR 0 [mem 0xfcd20000-0xfcd23fff]
[    0.288029] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.288146] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.288249] pci 0000:05:00.0: [1002:1638] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.288260] pci 0000:05:00.0: BAR 0 [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.288268] pci 0000:05:00.0: BAR 2 [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.288273] pci 0000:05:00.0: BAR 4 [io  0xe000-0xe0ff]
[    0.288278] pci 0000:05:00.0: BAR 5 [mem 0xfcb00000-0xfcb7ffff]
[    0.288287] pci 0000:05:00.0: enabling Extended Tags
[    0.288299] pci 0000:05:00.0: BAR 0: assigned to efifb
[    0.288337] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.288375] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.288463] pci 0000:05:00.1: [1002:1637] type 00 class 0x040300 PCIe Legacy Endpoint
[    0.288470] pci 0000:05:00.1: BAR 0 [mem 0xfcbc8000-0xfcbcbfff]
[    0.288491] pci 0000:05:00.1: enabling Extended Tags
[    0.288522] pci 0000:05:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.288602] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000 PCIe Endpoint
[    0.288615] pci 0000:05:00.2: BAR 2 [mem 0xfca00000-0xfcafffff]
[    0.288625] pci 0000:05:00.2: BAR 5 [mem 0xfcbcc000-0xfcbcdfff]
[    0.288632] pci 0000:05:00.2: enabling Extended Tags
[    0.288739] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330 PCIe Endpoint
[    0.288750] pci 0000:05:00.3: BAR 0 [mem 0xfc900000-0xfc9fffff 64bit]
[    0.288774] pci 0000:05:00.3: enabling Extended Tags
[    0.288806] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.288893] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330 PCIe Endpoint
[    0.288904] pci 0000:05:00.4: BAR 0 [mem 0xfc800000-0xfc8fffff 64bit]
[    0.288927] pci 0000:05:00.4: enabling Extended Tags
[    0.288963] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.289053] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
[    0.289061] pci 0000:05:00.5: BAR 0 [mem 0xfcb80000-0xfcbbffff]
[    0.289082] pci 0000:05:00.5: enabling Extended Tags
[    0.289113] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.289193] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[    0.289201] pci 0000:05:00.6: BAR 0 [mem 0xfcbc0000-0xfcbc7fff]
[    0.289222] pci 0000:05:00.6: enabling Extended Tags
[    0.289252] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.289343] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.289396] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    0.289424] pci 0000:06:00.0: BAR 5 [mem 0xfcf01000-0xfcf017ff]
[    0.289432] pci 0000:06:00.0: enabling Extended Tags
[    0.289502] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.289578] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    0.289606] pci 0000:06:00.1: BAR 5 [mem 0xfcf00000-0xfcf007ff]
[    0.289615] pci 0000:06:00.1: enabling Extended Tags
[    0.289723] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.291069] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.291138] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.291198] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.291271] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.291337] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.291392] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.291447] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.291503] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.292604] Low-power S0 idle used by default for system suspend
[    0.292909] ACPI: EC: interrupt unblocked
[    0.292910] ACPI: EC: event unblocked
[    0.292913] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.292914] ACPI: EC: GPE=0x3
[    0.292915] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
[    0.292917] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.292982] iommu: Default domain type: Translated
[    0.292982] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.293089] SCSI subsystem initialized
[    0.293096] libata version 3.00 loaded.
[    0.293096] ACPI: bus type USB registered
[    0.293096] usbcore: registered new interface driver usbfs
[    0.293096] usbcore: registered new interface driver hub
[    0.293096] usbcore: registered new device driver usb
[    0.295975] EDAC MC: Ver: 3.0.0
[    0.296079] efivars: Registered efivars operations
[    0.296116] NetLabel: Initializing
[    0.296118] NetLabel:  domain hash size = 128
[    0.296119] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.296136] NetLabel:  unlabeled traffic allowed by default
[    0.296141] mctp: management component transport protocol core
[    0.296142] NET: Registered PF_MCTP protocol family
[    0.296146] PCI: Using ACPI for IRQ routing
[    0.300631] PCI: pci_cache_line_size set to 64 bytes
[    0.300735] e820: reserve RAM buffer [mem 0x09cff000-0x0bffffff]
[    0.300737] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.300738] e820: reserve RAM buffer [mem 0xa77f0018-0xa7ffffff]
[    0.300739] e820: reserve RAM buffer [mem 0xa77fe018-0xa7ffffff]
[    0.300740] e820: reserve RAM buffer [mem 0xa7e53000-0xa7ffffff]
[    0.300741] e820: reserve RAM buffer [mem 0xaa23e000-0xabffffff]
[    0.300742] e820: reserve RAM buffer [mem 0xab1b8000-0xabffffff]
[    0.300743] e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
[    0.300744] e820: reserve RAM buffer [mem 0x42e300000-0x42fffffff]
[    0.300964] pci 0000:04:00.0: vgaarb: setting as boot VGA device
[    0.300964] pci 0000:04:00.0: vgaarb: bridge control possible
[    0.300964] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.300964] pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.300964] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.300964] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.300966] vgaarb: loaded
[    0.300992] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.300998] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.303004] clocksource: Switched to clocksource tsc-early
[    0.303860] VFS: Disk quotas dquot_6.6.0
[    0.303872] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.303938] pnp: PnP ACPI init
[    0.303977] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.304429] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.304431] system 00:03: [io  0x040b] has been reserved
[    0.304433] system 00:03: [io  0x04d6] has been reserved
[    0.304434] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.304436] system 00:03: [io  0x0c14] has been reserved
[    0.304437] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.304439] system 00:03: [io  0x0c52] has been reserved
[    0.304440] system 00:03: [io  0x0c6c] has been reserved
[    0.304442] system 00:03: [io  0x0c6f] has been reserved
[    0.304443] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.304445] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.304446] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.304448] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.304449] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.304451] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.304453] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.304454] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.304456] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.304458] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.304460] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.304462] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.304463] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.305324] pnp: PnP ACPI: found 4 devices
[    0.311105] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.311214] NET: Registered PF_INET protocol family
[    0.311430] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.322814] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.322835] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.322924] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.323122] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.323209] TCP: Hash tables configured (established 131072 bind 65536)
[    0.323286] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.323322] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.323353] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.323402] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.323408] NET: Registered PF_XDP protocol family
[    0.323417] pci 0000:00:02.2: PCI bridge to [bus 01]
[    0.323422] pci 0000:00:02.2:   bridge window [mem 0xe0300000-0xe04fffff 64bit pref]
[    0.323427] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.323433] pci 0000:03:00.0:   bridge window [io  0xf000-0xffff]
[    0.323438] pci 0000:03:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.323441] pci 0000:03:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.323446] pci 0000:02:00.0: PCI bridge to [bus 03-04]
[    0.323448] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[    0.323453] pci 0000:02:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.323456] pci 0000:02:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.323461] pci 0000:00:02.4: PCI bridge to [bus 02-04]
[    0.323463] pci 0000:00:02.4:   bridge window [io  0xf000-0xffff]
[    0.323466] pci 0000:00:02.4:   bridge window [mem 0xfcc00000-0xfcefffff]
[    0.323468] pci 0000:00:02.4:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.323472] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.323474] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.323477] pci 0000:00:08.1:   bridge window [mem 0xfc800000-0xfcbfffff]
[    0.323479] pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[    0.323483] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.323485] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.323491] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.323492] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.323494] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.323495] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.323496] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.323498] pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfebfffff window]
[    0.323499] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.323501] pci_bus 0000:01: resource 2 [mem 0xe0300000-0xe04fffff 64bit pref]
[    0.323502] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.323504] pci_bus 0000:02: resource 1 [mem 0xfcc00000-0xfcefffff]
[    0.323505] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.323506] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.323508] pci_bus 0000:03: resource 1 [mem 0xfcc00000-0xfcdfffff]
[    0.323509] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.323510] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.323512] pci_bus 0000:04: resource 1 [mem 0xfcc00000-0xfcdfffff]
[    0.323513] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.323514] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    0.323516] pci_bus 0000:05: resource 1 [mem 0xfc800000-0xfcbfffff]
[    0.323517] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
[    0.323518] pci_bus 0000:06: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.323663] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[    0.323724] pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
[    0.323749] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.323917] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.324002] PCI: CLS 64 bytes, default 64
[    0.324011] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.324048] Trying to unpack rootfs image as initramfs...
[    0.324056] pci 0000:00:01.0: Adding to iommu group 0
[    0.324078] pci 0000:00:02.0: Adding to iommu group 1
[    0.324092] pci 0000:00:02.2: Adding to iommu group 2
[    0.324107] pci 0000:00:02.4: Adding to iommu group 3
[    0.324129] pci 0000:00:08.0: Adding to iommu group 4
[    0.324143] pci 0000:00:08.1: Adding to iommu group 5
[    0.324157] pci 0000:00:08.2: Adding to iommu group 6
[    0.324180] pci 0000:00:14.0: Adding to iommu group 7
[    0.324193] pci 0000:00:14.3: Adding to iommu group 7
[    0.324249] pci 0000:00:18.0: Adding to iommu group 8
[    0.324262] pci 0000:00:18.1: Adding to iommu group 8
[    0.324276] pci 0000:00:18.2: Adding to iommu group 8
[    0.324289] pci 0000:00:18.3: Adding to iommu group 8
[    0.324301] pci 0000:00:18.4: Adding to iommu group 8
[    0.324313] pci 0000:00:18.5: Adding to iommu group 8
[    0.324325] pci 0000:00:18.6: Adding to iommu group 8
[    0.324337] pci 0000:00:18.7: Adding to iommu group 8
[    0.324352] pci 0000:01:00.0: Adding to iommu group 9
[    0.324366] pci 0000:02:00.0: Adding to iommu group 10
[    0.324390] pci 0000:03:00.0: Adding to iommu group 11
[    0.324424] pci 0000:04:00.0: Adding to iommu group 12
[    0.324454] pci 0000:04:00.1: Adding to iommu group 13
[    0.324472] pci 0000:05:00.0: Adding to iommu group 14
[    0.324487] pci 0000:05:00.1: Adding to iommu group 15
[    0.324504] pci 0000:05:00.2: Adding to iommu group 16
[    0.324520] pci 0000:05:00.3: Adding to iommu group 17
[    0.324535] pci 0000:05:00.4: Adding to iommu group 18
[    0.324551] pci 0000:05:00.5: Adding to iommu group 19
[    0.324567] pci 0000:05:00.6: Adding to iommu group 20
[    0.324583] pci 0000:06:00.0: Adding to iommu group 21
[    0.324599] pci 0000:06:00.1: Adding to iommu group 22
[    0.326559] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.326568] AMD-Vi: Interrupt remapping enabled
[    0.326568] AMD-Vi: X2APIC enabled
[    0.359440] Freeing initrd memory: 9840K
[    0.566365] AMD-Vi: Virtual APIC enabled
[    0.566376] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.566379] software IO TLB: mapped [mem 0x00000000a37f0000-0x00000000a77f0000] (64MB)
[    0.566475] LVT offset 0 assigned for vector 0x400
[    0.566604] perf: AMD IBS detected (0x000003ff)
[    0.566611] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.568375] Initialise system trusted keyrings
[    0.568383] Key type blacklist registered
[    0.568410] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.568417] zbud: loaded
[    0.568508] fuse: init (API version 7.39)
[    0.568576] integrity: Platform Keyring initialized
[    0.568578] integrity: Machine keyring initialized
[    0.575568] Key type asymmetric registered
[    0.575569] Asymmetric key parser 'x509' registered
[    0.575581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.575615] io scheduler mq-deadline registered
[    0.575616] io scheduler kyber registered
[    0.575623] io scheduler bfq registered
[    0.576834] pcieport 0000:00:02.2: PME: Signaling with IRQ 37
[    0.576934] pcieport 0000:00:02.4: PME: Signaling with IRQ 38
[    0.577025] pcieport 0000:00:08.1: PME: Signaling with IRQ 39
[    0.577203] pcieport 0000:00:08.2: PME: Signaling with IRQ 40
[    0.577539] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.587061] ACPI: AC: AC Adapter [AC0] (on-line)
[    0.587116] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2c/PNP0C09:00/PNP0C0D:00/input/input0
[    0.587136] ACPI: button: Lid Switch [LID]
[    0.587164] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.587181] ACPI: button: Power Button [PWRB]
[    0.587292] Estimated ratio of average max frequency by base frequency (times 1024): 1226
[    0.587312] Monitor-Mwait will be used to enter C-1 state
[    0.587318] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    0.587437] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    0.587570] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    0.587712] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    0.587839] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    0.587964] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    0.588210] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    0.588347] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    0.588449] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    0.588574] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    0.588671] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    0.588809] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    0.588939] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    0.589066] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    0.589196] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    0.589316] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    0.590292] thermal LNXTHERM:00: registered as thermal_zone0
[    0.590294] ACPI: thermal: Thermal Zone [THRM] (57 C)
[    0.590444] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.601734] Non-volatile memory driver v1.3
[    0.601736] Linux agpgart interface v0.103
[    0.603324] ACPI: battery: Slot [BAT0] (battery present)
[    0.604638] ahci 0000:06:00.0: version 3.0
[    0.604779] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.604783] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.604977] scsi host0: ahci
[    0.605029] ata1: SATA max UDMA/133 abar m2048@0xfcf01000 port 0xfcf01100 irq 44 lpm-pol 4
[    0.605182] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.605185] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.605332] scsi host1: ahci
[    0.605374] ata2: SATA max UDMA/133 abar m2048@0xfcf00000 port 0xfcf00100 irq 46 lpm-pol 4
[    0.605463] ACPI: bus type drm_connector registered
[    0.605651] usbcore: registered new interface driver usbserial_generic
[    0.605655] usbserial: USB Serial support registered for generic
[    0.605709] rtc_cmos 00:01: RTC can wake from S4
[    0.605968] rtc_cmos 00:01: registered as rtc0
[    0.606009] rtc_cmos 00:01: setting system clock to 2024-05-03T11:00:26 UTC (1714734026)
[    0.606034] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
[    0.607527] ledtrig-cpu: registered to indicate activity on CPUs
[    0.607777] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.609871] fbcon: Deferring console take-over
[    0.609875] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.609923] hid: raw HID events driver (C) Jiri Kosina
[    0.610006] drop_monitor: Initializing network drop monitor service
[    0.610089] NET: Registered PF_INET6 protocol family
[    0.615095] Segment Routing with IPv6
[    0.615097] RPL Segment Routing with IPv6
[    0.615105] In-situ OAM (IOAM) with IPv6
[    0.615126] NET: Registered PF_PACKET protocol family
[    0.616766] microcode: Current revision: 0x0a50000d
[    0.617086] resctrl: L3 allocation detected
[    0.617088] resctrl: MB allocation detected
[    0.617089] resctrl: L3 monitoring detected
[    0.617112] IPI shorthand broadcast: enabled
[    0.619204] sched_clock: Marking stable (617625105, 1285332)->(638847898, -19937461)
[    0.619358] registered taskstats version 1
[    0.619831] Loading compiled-in X.509 certificates
[    0.621616] Loaded X.509 cert 'Build time autogenerated kernel key: 1a9bb0d1194d799dc662c14787285ddf74acc59e'
[    0.626397] zswap: loaded using pool zstd/zsmalloc
[    0.626708] Key type .fscrypt registered
[    0.626710] Key type fscrypt-provisioning registered
[    0.626834] integrity: Loading X.509 certificate: UEFI:db
[    0.626982] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.626984] integrity: Loading X.509 certificate: UEFI:db
[    0.627084] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.627085] integrity: Loading X.509 certificate: UEFI:db
[    0.627099] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.627100] integrity: Loading X.509 certificate: UEFI:db
[    0.627111] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.627112] integrity: Loading X.509 certificate: UEFI:db
[    0.627213] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.628116] PM:   Magic number: 8:345:23
[    0.628188] memory memory63: hash matches
[    0.631233] RAS: Correctable Errors collector initialized.
[    0.913507] ata2: SATA link down (SStatus 0 SControl 300)
[    0.913881] ata1: SATA link down (SStatus 0 SControl 300)
[    0.914565] clk: Disabling unused clocks
[    0.915516] Freeing unused decrypted memory: 2028K
[    0.915946] Freeing unused kernel image (initmem) memory: 3648K
[    0.915947] Write protecting the kernel read-only data: 34816k
[    0.916297] Freeing unused kernel image (rodata/data gap) memory: 1520K
[    0.959792] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.959796] rodata_test: all tests were successful
[    0.959804] Run /init as init process
[    0.959806]   with arguments:
[    0.959807]     /init
[    0.959808]   with environment:
[    0.959809]     HOME=/
[    0.959810]     TERM=linux
[    0.970440] fbcon: Taking over console
[    0.978269] Console: switching to colour frame buffer device 180x56
[    1.080149] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    1.080155] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.081113] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.081119] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    1.081226] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.081450] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.081658] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.081661] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    1.081664] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.081701] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    1.081703] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.081705] usb usb1: Product: xHCI Host Controller
[    1.081707] usb usb1: Manufacturer: Linux 6.8.8-zen1-1-zen xhci-hcd
[    1.081708] usb usb1: SerialNumber: 0000:05:00.3
[    1.081816] hub 1-0:1.0: USB hub found
[    1.081824] hub 1-0:1.0: 4 ports detected
[    1.082521] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.082542] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[    1.082545] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.082546] usb usb2: Product: xHCI Host Controller
[    1.082548] usb usb2: Manufacturer: Linux 6.8.8-zen1-1-zen xhci-hcd
[    1.082550] usb usb2: SerialNumber: 0000:05:00.3
[    1.082630] hub 2-0:1.0: USB hub found
[    1.082642] hub 2-0:1.0: 2 ports detected
[    1.083024] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    1.083028] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    1.083119] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.083393] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    1.083396] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    1.083398] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.083428] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    1.083430] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.083431] usb usb3: Product: xHCI Host Controller
[    1.083432] usb usb3: Manufacturer: Linux 6.8.8-zen1-1-zen xhci-hcd
[    1.083434] usb usb3: SerialNumber: 0000:05:00.4
[    1.083520] hub 3-0:1.0: USB hub found
[    1.083528] hub 3-0:1.0: 4 ports detected
[    1.084114] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.084135] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[    1.084137] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.084139] usb usb4: Product: xHCI Host Controller
[    1.084140] usb usb4: Manufacturer: Linux 6.8.8-zen1-1-zen xhci-hcd
[    1.084141] usb usb4: SerialNumber: 0000:05:00.4
[    1.084219] hub 4-0:1.0: USB hub found
[    1.084225] hub 4-0:1.0: 2 ports detected
[    1.094387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.330469] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[    1.553339] usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[    1.575083] usb 3-1: New USB device found, idVendor=04f3, idProduct=0c6e, bcdDevice= 5.00
[    1.575089] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.575090] usb 3-1: Product: ELAN:Fingerprint
[    1.575092] usb 3-1: Manufacturer: ELAN
[    1.579300] tsc: Refined TSC clocksource calibration: 3194.011 MHz
[    1.579307] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a3031ec8, max_idle_ns: 440795237803 ns
[    1.579334] clocksource: Switched to clocksource tsc
[    1.586377] usb 2-1: New USB device found, idVendor=0bda, idProduct=9210, bcdDevice=f0.01
[    1.586383] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.586386] usb 2-1: Product: RTL9210B-CG
[    1.586388] usb 2-1: Manufacturer: Realtek
[    1.586390] usb 2-1: SerialNumber: 012345678938
[    1.624337] usbcore: registered new interface driver usb-storage
[    1.665384] scsi host2: uas
[    1.665479] usbcore: registered new interface driver uas
[    1.697192] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[    1.734495] usb 2-2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[    1.759931] usb 2-2: New USB device found, idVendor=0b05, idProduct=1a8a, bcdDevice=f0.01
[    1.759944] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.759949] usb 2-2: Product: TUF Gaming A1
[    1.759954] usb 2-2: Manufacturer: ASUSTek
[    1.759957] usb 2-2: SerialNumber: R8D0AP032094
[    1.823238] scsi host3: uas
[    1.836062] usb 3-2: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
[    1.836072] usb 3-2: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    1.836077] usb 3-2: Product: Wireless_Device
[    1.836082] usb 3-2: Manufacturer: MediaTek Inc.
[    1.836085] usb 3-2: SerialNumber: 000000000
[    1.956549] usb 3-3: new high-speed USB device number 4 using xhci_hcd
[    2.084356] scsi 2:0:0:0: Direct-Access     Realtek  RTL9210B-CG      1.00 PQ: 0 ANSI: 6
[    2.087806] usb 3-3: New USB device found, idVendor=13d3, idProduct=5458, bcdDevice=20.51
[    2.087812] usb 3-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.087816] usb 3-3: Product: USB2.0 HD UVC WebCam
[    2.087819] usb 3-3: Manufacturer: Azurewave
[    2.087821] usb 3-3: SerialNumber: 0x0001
[    2.124702] sd 2:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[    2.125957] sd 2:0:0:0: [sda] Write Protect is off
[    2.125963] sd 2:0:0:0: [sda] Mode Sense: 37 00 00 08
[    2.128561] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.129574] sd 2:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    2.129580] sd 2:0:0:0: [sda] Optimal transfer size 33553920 bytes
[    2.140912]  sda: sda1
[    2.140991] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.261400] scsi 3:0:0:0: Direct-Access     TUF      ESD-T1A          1.00 PQ: 0 ANSI: 6
[    2.291355] sd 3:0:0:0: [sdb] 2000409264 512-byte logical blocks: (1.02 TB/954 GiB)
[    2.292535] sd 3:0:0:0: [sdb] Write Protect is off
[    2.292541] sd 3:0:0:0: [sdb] Mode Sense: 37 00 00 08
[    2.295254] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.296351] sd 3:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[    2.296357] sd 3:0:0:0: [sdb] Optimal transfer size 33553920 bytes
[    2.307112]  sdb: sdb1 sdb2 sdb3
[    2.307216] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.332534] raid6: skipped pq benchmark and selected avx2x4
[    2.332536] raid6: using avx2x2 recovery algorithm
[    2.334458] xor: automatically using best checksumming function   avx       
[    2.429724] Btrfs loaded, zoned=yes, fsverity=yes
[    2.626156] BTRFS: device label Arch devid 1 transid 22881 /dev/sdb3 scanned by mount (259)
[    2.626575] BTRFS info (device sdb3): first mount of filesystem 1bc30697-6aa4-4aea-a98d-040d6885bb1f
[    2.626588] BTRFS info (device sdb3): using crc32c (crc32c-intel) checksum algorithm
[    2.626591] BTRFS info (device sdb3): using free-space-tree
[    2.807755] systemd[1]: systemd 255.5-4-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)
[    2.807761] systemd[1]: Detected architecture x86-64.
[    2.808607] systemd[1]: Hostname set to <Archenr>.
[    3.142432] systemd[1]: bpf-lsm: LSM BPF program attached
[    3.244225] systemd[1]: Queued start job for default target Graphical Interface.
[    3.264575] systemd[1]: Created slice Slice /system/dirmngr.
[    3.265110] systemd[1]: Created slice Slice /system/getty.
[    3.265591] systemd[1]: Created slice Slice /system/gpg-agent.
[    3.266051] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    3.266661] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    3.267136] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    3.267607] systemd[1]: Created slice Slice /system/keyboxd.
[    3.268062] systemd[1]: Created slice Slice /system/modprobe.
[    3.268769] systemd[1]: Created slice User and Session Slice.
[    3.269166] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.269577] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.270118] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.270505] systemd[1]: Expecting device /dev/disk/by-uuid/1bc30697-6aa4-4aea-a98d-040d6885bb1f...
[    3.270801] systemd[1]: Expecting device /dev/disk/by-uuid/5A52C302636EFB03...
[    3.271044] systemd[1]: Expecting device /dev/disk/by-uuid/9544c823-74fd-4391-9a2c-aa9db3da1996...
[    3.271126] systemd[1]: Expecting device /dev/disk/by-uuid/A0E9-FD46...
[    3.271197] systemd[1]: Reached target Local Encrypted Volumes.
[    3.271270] systemd[1]: Reached target Login Prompts.
[    3.271620] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.271703] systemd[1]: Reached target Preparation for Network.
[    3.271770] systemd[1]: Reached target Remote File Systems.
[    3.271833] systemd[1]: Reached target Slice Units.
[    3.271901] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.272049] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.273576] systemd[1]: Listening on Process Core Dump Socket.
[    3.274062] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.274400] systemd[1]: Listening on Journal Socket.
[    3.274499] systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.275028] systemd[1]: Listening on udev Control Socket.
[    3.275392] systemd[1]: Listening on udev Kernel Socket.
[    3.275585] systemd[1]: Listening on User Database Manager Socket.
[    3.276884] systemd[1]: Mounting Huge Pages File System...
[    3.277482] systemd[1]: Mounting POSIX Message Queue File System...
[    3.278173] systemd[1]: Mounting Kernel Debug File System...
[    3.278738] systemd[1]: Mounting Kernel Trace File System...
[    3.279502] systemd[1]: Starting Create List of Static Device Nodes...
[    3.280195] systemd[1]: Starting Load Kernel Module configfs...
[    3.281122] systemd[1]: Starting Load Kernel Module dm_mod...
[    3.282111] systemd[1]: Starting Load Kernel Module drm...
[    3.283009] systemd[1]: Starting Load Kernel Module fuse...
[    3.283961] systemd[1]: Starting Load Kernel Module loop...
[    3.285546] systemd[1]: Starting Journal Service...
[    3.301317] systemd-journald[314]: Collecting audit messages is disabled.
[    3.326075] loop: module loaded
[    3.330501] device-mapper: uevent: version 1.0.3
[    3.330564] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    3.339428] systemd[1]: Starting Load Kernel Modules...
[    3.341159] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.341804] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.343599] systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.344382] systemd[1]: Starting Coldplug All udev Devices...
[    3.347360] systemd[1]: Started Journal Service.
[    3.353570] Guest personality initialized and is inactive
[    3.353633] VMCI host device registered (name=vmci, major=10, minor=122)
[    3.353634] Initialized host personality
[    3.369589] BTRFS info (device sdb3: state M): use zstd compression, level 3
[    3.373486] vmmon: loading out-of-tree module taints kernel.
[    3.373490] vmmon: module verification failed: signature and/or required key missing - tainting kernel
[    3.375597] /dev/vmmon[315]: Module vmmon: registered as misc device
[    3.375600] /dev/vmmon[315]: Using tsc_khz as TSC frequency: 3194011
[    3.375601] /dev/vmmon[315]: Module vmmon: initialized
[    3.408504] systemd-journald[314]: Received client request to flush runtime journal.
[    3.410933] systemd-journald[314]: File /var/log/journal/2b4d376d19d74aac92fd3cb1fc79eea8/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    3.613630] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    3.613635] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    3.615116] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    3.617333] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    3.618795] ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    3.619940] ccp 0000:05:00.2: tee enabled
[    3.620013] ccp 0000:05:00.2: psp enabled
[    3.621686] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    3.663706] mc: Linux media interface: v0.10
[    3.663834] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    3.663837] RAPL PMU: hw unit of domain package 2^-16 Joules
[    3.698868] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    3.699782] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    3.701053] cryptd: max_cpu_qlen set to 1000
[    3.702187] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    3.703530] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    3.703765] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:00/input/input4
[    3.705976] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    3.712496] snd_rn_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
[    3.727493] Adding 16777212k swap on /dev/sdb2.  Priority:-2 extents:1 across:16777212k SS
[    3.735736] AVX2 version of gcm_enc/dec engaged.
[    3.735810] AES CTR mode by8 optimization enabled
[    3.735890] input: ASUE120B:00 04F3:31C0 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ASUE120B:00/0018:04F3:31C0.0001/input/input5
[    3.740478] input: ASUE120B:00 04F3:31C0 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ASUE120B:00/0018:04F3:31C0.0001/input/input6
[    3.740591] hid-generic 0018:04F3:31C0.0001: input,hidraw0: I2C HID v1.00 Mouse [ASUE120B:00 04F3:31C0] on i2c-ASUE120B:00
[    3.743723] videodev: Linux video capture interface: v2.00
[    3.771255] Bluetooth: Core ver 2.22
[    3.771276] NET: Registered PF_BLUETOOTH protocol family
[    3.771278] Bluetooth: HCI device and connection manager initialized
[    3.771283] Bluetooth: HCI socket layer initialized
[    3.771289] Bluetooth: L2CAP socket layer initialized
[    3.771293] Bluetooth: SCO socket layer initialized
[    3.792267] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.792400] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.792503] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    3.793549] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.793553] cfg80211: failed to load regulatory.db
[    3.795339] asus_wmi: ASUS WMI generic driver loaded
[    3.807148] asus_wmi: Initialization: 0x1
[    3.807247] asus_wmi: BIOS WMI version: 9.0
[    3.807321] asus_wmi: SFUN value: 0x21
[    3.807325] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    3.807329] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[    3.807681] usb 3-3: Found UVC 1.10 device USB2.0 HD UVC WebCam (13d3:5458)
[    3.814619] usbcore: registered new interface driver uvcvideo
[    3.815995] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input7
[    3.824658] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[    3.825002] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[    3.825006] snd_hda_intel 0000:04:00.1: Force to non-snoop mode
[    3.825920] input: ASUE120B:00 04F3:31C0 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ASUE120B:00/0018:04F3:31C0.0001/input/input8
[    3.825956] snd_hda_intel 0000:05:00.1: enabling device (0000 -> 0002)
[    3.825958] usbcore: registered new interface driver btusb
[    3.826048] input: ASUE120B:00 04F3:31C0 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ASUE120B:00/0018:04F3:31C0.0001/input/input9
[    3.826449] asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
[    3.826764] hid-multitouch 0018:04F3:31C0.0001: input,hidraw0: I2C HID v1.00 Mouse [ASUE120B:00 04F3:31C0] on i2c-ASUE120B:00
[    3.826925] snd_hda_intel 0000:05:00.1: Handle vga_switcheroo audio client
[    3.826933] asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
[    3.827450] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    3.827649] asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
[    3.831276] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20240219111427
[    3.833622] mousedev: PS/2 mouse device common for all mice
[    3.844972] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card1/input16
[    3.845240] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.4/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card0/input10
[    3.845318] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.4/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card0/input11
[    3.845382] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.4/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card0/input12
[    3.845440] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.4/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card0/input13
[    3.845516] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:02.4/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card0/input14
[    3.845583] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:02.4/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card0/input15
[    3.851539] ACPI: battery: new extension: ASUS Battery Extension
[    3.941276] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    3.941282] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.941285] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    3.941292] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    3.941295] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    3.941298] snd_hda_codec_realtek hdaudioC2D0:      Mic=0x12
[    3.950171] kvm_amd: TSC scaling supported
[    3.950185] kvm_amd: Nested Virtualization enabled
[    3.950189] kvm_amd: Nested Paging enabled
[    3.950210] kvm_amd: Virtual VMLOAD VMSAVE supported
[    3.950212] kvm_amd: Virtual GIF supported
[    3.950213] kvm_amd: LBR virtualization supported
[    3.953306] Bluetooth: hci0: Device setup in 124695 usecs
[    3.953313] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[    3.967689] mt7921e 0000:01:00.0: enabling device (0000 -> 0002)
[    3.974306] mt7921e 0000:01:00.0: ASIC revision: 79610010
[    3.989301] Bluetooth: hci0: AOSP extensions version v1.00
[    3.989306] Bluetooth: hci0: AOSP quality report is supported
[    4.052934] mt7921e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20240219110958a

[    4.064252] mt7921e 0000:01:00.0: WM Firmware Version: ____010000, Build Time: 20240219111038
[    5.435713] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input17
[    5.437482] mt7921e 0000:01:00.0 wlp1s0: renamed from wlan0
[    5.438308] intel_rapl_common: Found RAPL domain package
[    5.438313] intel_rapl_common: Found RAPL domain core
[    5.444808] [drm] amdgpu kernel modesetting enabled.
[    5.444826] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    5.444949] amdgpu: ATPX version 1, functions 0x00000000
[    5.456260] amdgpu: Virtual CRAT table created for CPU
[    5.456275] amdgpu: Topology: Add CPU node
[    5.456378] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
[    5.456420] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x060B 0xE5).
[    5.456577] [drm] register mmio base: 0xFCC00000
[    5.456578] [drm] register mmio size: 1048576
[    5.460238] [drm] add ip block number 0 <nv_common>
[    5.460239] [drm] add ip block number 1 <gmc_v10_0>
[    5.460241] [drm] add ip block number 2 <navi10_ih>
[    5.460242] [drm] add ip block number 3 <psp>
[    5.460243] [drm] add ip block number 4 <smu>
[    5.460245] [drm] add ip block number 5 <dm>
[    5.460246] [drm] add ip block number 6 <gfx_v10_0>
[    5.460247] [drm] add ip block number 7 <sdma_v5_2>
[    5.460249] [drm] add ip block number 8 <vcn_v3_0>
[    5.460250] [drm] add ip block number 9 <jpeg_v3_0>
[    5.460270] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
[    5.460273] amdgpu: ATOM BIOS: 115-D512BS2-100
[    5.469050] [drm] VCN(0) decode is enabled in VM mode
[    5.469053] [drm] VCN(0) encode is enabled in VM mode
[    5.472073] [drm] JPEG decode is enabled in VM mode
[    5.472092] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    5.472186] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    5.472201] amdgpu 0000:04:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[    5.472203] amdgpu 0000:04:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    5.472230] [drm] Detected VRAM RAM=12272M, BAR=256M
[    5.472231] [drm] RAM width 192bits GDDR6
[    5.472503] [drm] amdgpu: 12272M of VRAM memory ready
[    5.472505] [drm] amdgpu: 7694M of GTT memory ready.
[    5.472543] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    5.472717] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[    5.516263] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.516271] Bluetooth: BNEP filters: protocol multicast
[    5.516278] Bluetooth: BNEP socket layer initialized
[    5.517225] Bluetooth: MGMT ver 1.22
[    5.522982] NET: Registered PF_ALG protocol family
[    6.420385] tun: Universal TUN/TAP device driver, 1.6
[    7.107578] input: RAPOO 5.0MS Mouse as /devices/virtual/misc/uhid/0005:000E:3412.0002/input/input18
[    7.107687] input: RAPOO 5.0MS Consumer Control as /devices/virtual/misc/uhid/0005:000E:3412.0002/input/input19
[    7.107767] hid-generic 0005:000E:3412.0002: input,hidraw1: BLUETOOTH HID v67.01 Mouse [RAPOO 5.0MS] on 48:e7:da:55:76:8e
[    7.694382] amdgpu 0000:04:00.0: amdgpu: STB initialized to 2048 entries
[    7.694477] [drm] Loading DMUB firmware via PSP: version=0x02020020
[    7.694825] [drm] use_doorbell being set to: [true]
[    7.694836] [drm] use_doorbell being set to: [true]
[    7.694846] [drm] Found VCN firmware Version ENC: 1.30 DEC: 3 VEP: 0 Revision: 4
[    7.694852] amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
[    7.760097] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[    7.866073] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    7.880636] amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    7.880657] amdgpu 0000:04:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413e00 (65.62.0)
[    7.880660] amdgpu 0000:04:00.0: amdgpu: SMU driver if version not matched
[    7.880692] amdgpu 0000:04:00.0: amdgpu: use vbios provided pptable
[    7.932126] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
[    7.932814] [drm] Display Core v3.2.266 initialized on DCN 3.0
[    7.932819] [drm] DP-HDMI FRL PCON supported
[    7.934265] [drm] DMUB hardware initialized: version=0x02020020
[    7.936859] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    7.949976] [drm] kiq ring mec 2 pipe 1 q 0
[    7.956467] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    7.956792] [drm] JPEG decode initialized successfully.
[    8.048496] amdgpu: HMM registered 12272MB device memory
[    8.050181] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    8.050199] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    8.050466] amdgpu: Virtual CRAT table created for GPU
[    8.051033] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[    8.051036] kfd kfd: amdgpu: added device 1002:73df
[    8.051057] amdgpu 0000:04:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[    8.051063] amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    8.051065] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    8.051067] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    8.051068] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    8.051070] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    8.051071] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    8.051073] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    8.051074] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    8.051075] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    8.051077] amdgpu 0000:04:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
[    8.051078] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[    8.051080] amdgpu 0000:04:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[    8.051081] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[    8.051083] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[    8.051084] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[    8.051085] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[    8.053237] amdgpu 0000:04:00.0: amdgpu: Using BACO for runtime pm
[    8.053888] [drm] Initialized amdgpu 3.57.0 20150101 for 0000:04:00.0 on minor 1
[    8.057693] amdgpu 0000:04:00.0: [drm] Cannot find any crtc or sizes
[    8.057731] [drm] DSC precompute is not needed.
[    8.058568] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    8.058730] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x1F6C 0xC5).
[    8.059025] [drm] register mmio base: 0xFCB00000
[    8.059027] [drm] register mmio size: 524288
[    8.064063] [drm] add ip block number 0 <soc15_common>
[    8.064070] [drm] add ip block number 1 <gmc_v9_0>
[    8.064072] [drm] add ip block number 2 <vega10_ih>
[    8.064074] [drm] add ip block number 3 <psp>
[    8.064075] [drm] add ip block number 4 <smu>
[    8.064077] [drm] add ip block number 5 <dm>
[    8.064078] [drm] add ip block number 6 <gfx_v9_0>
[    8.064080] [drm] add ip block number 7 <sdma_v4_0>
[    8.064082] [drm] add ip block number 8 <vcn_v2_0>
[    8.064084] [drm] add ip block number 9 <jpeg_v2_0>
[    8.064112] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    8.064115] amdgpu: ATOM BIOS: 113-CEZANNE-021
[    8.068889] [drm] VCN decode is enabled in VM mode
[    8.068891] [drm] VCN encode is enabled in VM mode
[    8.073145] [drm] JPEG decode is enabled in VM mode
[    8.076659] Console: switching to colour dummy device 80x25
[    8.097757] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    8.097767] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    8.097771] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[    8.098192] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    8.098199] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    8.098201] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    8.098210] [drm] Detected VRAM RAM=512M, BAR=512M
[    8.098211] [drm] RAM width 128bits DDR4
[    8.098357] [drm] amdgpu: 512M of VRAM memory ready
[    8.098360] [drm] amdgpu: 7694M of GTT memory ready.
[    8.098382] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    8.098520] [drm] PCIE GART of 1024M enabled.
[    8.098523] [drm] PTB located at 0x000000F41FC00000
[    8.099416] [drm] Loading DMUB firmware via PSP: version=0x01010028
[    8.099960] [drm] Found VCN firmware Version ENC: 1.21 DEC: 7 VEP: 0 Revision: 2
[    8.099968] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    8.816190] [drm] reserve 0x400000 from 0xf41f400000 for PSP TMR
[    8.900504] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    8.911398] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    8.911400] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    8.911787] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    8.912824] [drm] Display Core v3.2.266 initialized on DCN 2.1
[    8.912826] [drm] DP-HDMI FRL PCON supported
[    8.913365] [drm] DMUB hardware initialized: version=0x01010028
[    8.931131] snd_hda_intel 0000:05:00.1: bound 0000:05:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    9.058101] [drm] kiq ring mec 2 pipe 1 q 0
[    9.061866] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    9.061885] [drm] JPEG decode initialized successfully.
[    9.069461] amdgpu: HMM registered 512MB device memory
[    9.071139] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    9.071149] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    9.071265] amdgpu: Virtual CRAT table created for GPU
[    9.072194] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[    9.072197] kfd kfd: amdgpu: added device 1002:1638
[    9.072268] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[    9.072271] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    9.072273] amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[    9.072274] amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[    9.072276] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[    9.072277] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[    9.072278] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[    9.072279] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[    9.072281] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[    9.072282] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[    9.072283] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[    9.072284] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[    9.072289] amdgpu 0000:05:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
[    9.072290] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
[    9.072292] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
[    9.072293] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
[    9.072294] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
[    9.072295] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
[    9.074536] [drm] Initialized amdgpu 3.57.0 20150101 for 0000:05:00.0 on minor 2
[    9.081954] fbcon: amdgpudrmfb (fb0) is primary device
[   10.211973] Console: switching to colour frame buffer device 180x56
[   10.225050] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   12.468498] wlp1s0: authenticate with d0:f9:9b:c5:29:ca (local address=48:e7:da:55:76:8f)
[   12.627066] wlp1s0: send auth to d0:f9:9b:c5:29:ca (try 1/3)
[   12.629010] wlp1s0: authenticated
[   12.630323] wlp1s0: associate with d0:f9:9b:c5:29:ca (try 1/3)
[   12.633500] wlp1s0: RX AssocResp from d0:f9:9b:c5:29:ca (capab=0x1831 status=0 aid=17)
[   12.640126] wlp1s0: associated
[   12.871449] wlp1s0: Limiting TX power to 30 (30 - 0) dBm as advertised by d0:f9:9b:c5:29:ca
[   13.651266] systemd-journald[314]: File /var/log/journal/2b4d376d19d74aac92fd3cb1fc79eea8/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   16.139668] Bluetooth: RFCOMM TTY layer initialized
[   16.139677] Bluetooth: RFCOMM socket layer initialized
[   16.139680] Bluetooth: RFCOMM ver 1.11
[   16.299463] wlp1s0: disconnect from AP d0:f9:9b:c5:29:ca for new auth to 98:66:10:22:10:41
[   16.380729] wlp1s0: authenticate with 98:66:10:22:10:41 (local address=48:e7:da:55:76:8f)
[   16.386700] wlp1s0: send auth to 98:66:10:22:10:41 (try 1/3)
[   16.387850] wlp1s0: authenticated
[   16.392295] wlp1s0: associate with 98:66:10:22:10:41 (try 1/3)
[   16.396912] wlp1s0: RX ReassocResp from 98:66:10:22:10:41 (capab=0x1831 status=0 aid=17)
[   16.401995] wlp1s0: associated
[   16.459273] wlp1s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 98:66:10:22:10:41
[ 3742.802181] Bluetooth: hci0: ACL packet for unknown connection handle 3837
[10320.693770] wlp1s0: deauthenticating from 98:66:10:22:10:41 by local choice (Reason: 3=DEAUTH_LEAVING)
[10321.052233] PM: suspend entry (s2idle)
[10321.099295] Filesystems sync: 0.047 seconds
[10321.106467] Freezing user space processes
[10321.113878] Freezing user space processes completed (elapsed 0.007 seconds)
[10321.113882] OOM killer disabled.
[10321.113883] Freezing remaining freezable tasks
[10321.114873] Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
[10321.114876] printk: Suspending console(s) (use no_console_suspend to debug)
[10321.234306] queueing ieee80211 work while going to suspend
[10321.235874] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[10321.236869] sd 3:0:0:0: [sdb] Synchronizing SCSI cache
[10321.253670] atkbd serio0: Disabling IRQ1 wakeup source to avoid platform firmware bug
[10321.703441] ACPI: EC: interrupt blocked
[10330.051733] ACPI: EC: interrupt unblocked
[10330.084602] [drm] PCIE GART of 1024M enabled.
[10330.084607] [drm] PTB located at 0x000000F41FC00000
[10330.084623] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[10330.084666] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[10330.084729] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[10330.085296] [drm] PSP is resuming...
[10330.085778] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[10330.166637] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[10330.268293] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
[10330.281858] amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[10330.281861] amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
[10330.281865] amdgpu 0000:04:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413e00 (65.62.0)
[10330.281870] amdgpu 0000:04:00.0: amdgpu: SMU driver if version not matched
[10330.281922] amdgpu 0000:04:00.0: amdgpu: use vbios provided pptable
[10330.336155] amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
[10330.337418] [drm] DMUB hardware initialized: version=0x02020020
[10330.362145] [drm] kiq ring mec 2 pipe 1 q 0
[10330.366947] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[10330.367094] [drm] JPEG decode initialized successfully.
[10330.367126] amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[10330.367128] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[10330.367129] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[10330.367130] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[10330.367131] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[10330.367132] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[10330.367133] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[10330.367134] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[10330.367135] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[10330.367137] amdgpu 0000:04:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
[10330.367138] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[10330.367139] amdgpu 0000:04:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[10330.367140] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[10330.367141] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[10330.367142] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[10330.367143] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[10330.370906] amdgpu 0000:04:00.0: [drm] Cannot find any crtc or sizes
[10330.390598] ata2: SATA link down (SStatus 0 SControl 300)
[10330.390600] ata1: SATA link down (SStatus 0 SControl 300)
[10330.545720] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[10330.545769] [drm] JPEG decode initialized successfully.
[10330.545775] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[10330.545777] amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[10330.545779] amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[10330.545780] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[10330.545781] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[10330.545782] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[10330.545783] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[10330.545784] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[10330.545785] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[10330.545787] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[10330.545788] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[10330.545789] amdgpu 0000:05:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
[10330.545790] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
[10330.545791] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
[10330.545792] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
[10330.545793] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
[10330.545794] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
[10330.558115] OOM killer enabled.
[10330.558118] Restarting tasks ... done.
[10330.558874] random: crng reseeded on system resumption
[10330.582874] PM: suspend exit
[10333.492529] wlp1s0: authenticate with 98:66:10:22:10:41 (local address=48:e7:da:55:76:8f)
[10333.501292] wlp1s0: send auth to 98:66:10:22:10:41 (try 1/3)
[10333.503421] wlp1s0: authenticated
[10333.504411] wlp1s0: associate with 98:66:10:22:10:41 (try 1/3)
[10333.508079] wlp1s0: RX AssocResp from 98:66:10:22:10:41 (capab=0x1831 status=0 aid=17)
[10333.515237] wlp1s0: associated
[10333.605955] wlp1s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 98:66:10:22:10:41

最近编辑记录 Chenr (2024-05-03 22:03:07)

离线

#8 2024-05-03 22:17:31

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,848
个人网站

Re: [已解决]无法从休眠中启动

呃,我是指从休眠中恢复失败的消息(你第一个帖子里的那种)。

离线

#9 2024-05-04 06:00:53

Chenr
会员
注册时间: 2024-05-03
帖子: 8

Re: [已解决]无法从休眠中启动

依云 说:

呃,我是指从休眠中恢复失败的消息(你第一个帖子里的那种)。

emmm,我不知道该如何保留所有的信息
第一个帖子里是我拍照然后人工OCR的(
之后所有的信息都是[OK]

离线

#10 2024-05-04 07:36:02

Chenr
会员
注册时间: 2024-05-03
帖子: 8

Re: [已解决]无法从休眠中启动

下面是我拍下来的
yKoJYplI.png
179fwXpK.png
huZCHYok.png
9YwUawIZ.png
OdgS9pZN.png

离线

#11 2024-05-04 08:25:39

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,848
个人网站

Re: [已解决]无法从休眠中启动

哦,还是一样的问题(其实后边的就不用了,只需要第一张图)。

离线

#12 2024-05-04 08:54:19

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,848
个人网站

Re: [已解决]无法从休眠中启动

看看:

mkdir t
cd t
lsinitcpio -x /boot/initramfs-linux.img
cat config

离线

#13 2024-05-04 09:03:47

Chenr
会员
注册时间: 2024-05-03
帖子: 8

Re: [已解决]无法从休眠中启动

依云 说:

看看:

mkdir t
cd t
lsinitcpio -x /boot/initramfs-linux.img
cat config

我使用的是zen内核(不过输出都一样)

> lsinitcpio -x /boot/initramfs-linux.img
> cat config
EARLYHOOKS="udev"
HOOKS="udev resume"
LATEHOOKS=""
CLEANUPHOOKS="udev"
EMERGENCYHOOKS=""
> lsinitcpio -x /boot/initramfs-linux-zen.img
> cat config
EARLYHOOKS="udev"
HOOKS="udev resume"
LATEHOOKS=""
CLEANUPHOOKS="udev"
EMERGENCYHOOKS=""

离线

#14 2024-05-04 09:53:02

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,848
个人网站

Re: [已解决]无法从休眠中启动

感觉是 systemd-hibernate-resume 和 busybox initramfs 不太兼容,没有等设备出现。要不你换成基于 systemd 的 initramfs 吧。或者你修改 /usr/lib/initcpio/install/resume 文件,把中间那个添加 systemd-hibernate-resume 的代码删掉再重建 initramfs 试试。

离线

#15 2024-05-04 10:19:52

Chenr
会员
注册时间: 2024-05-03
帖子: 8

Re: [已解决]无法从休眠中启动

依云 说:

感觉是 systemd-hibernate-resume 和 busybox initramfs 不太兼容,没有等设备出现。要不你换成基于 systemd 的 initramfs 吧。或者你修改 /usr/lib/initcpio/install/resume 文件,把中间那个添加 systemd-hibernate-resume 的代码删掉再重建 initramfs 试试。

感谢你的耐心解答

我把HOOKS改为了

HOOKS=(base systemd autodetect modconf keyboard block filesystems fsck)

之后休眠和启动都可以顺利进行

另一种修改 /usr/lib/initcpio/install/resume 文件方法可以让我从休眠中启动
但是出现了更多严重问题,例如zsh读写.histfile提示只读文件系统,使用sudo的时候zsh提示输入/输出错误……
我尝试重启,但是arch无法unmount所有分区,最终Failed to excute shutdown binary

离线

页脚