You are not logged in.

#1 2023-08-28 23:46:15

eggrole
Member
Registered: 2021-01-30
Posts: 13

[Solved] New Western Digital Red HDD not showing up

I got a new Western Digital Red Plus HDD (WD60EFZX) and installed it. I am
planning to use it as a standalone disk, no RAID, not in a NAS, just wanted a
dependable drive for my always on machine.

I am on kernel 6.4.12-arch1-1 and ran a full pacman update before installing
the new HDD.

When attached to SATA ports P2 and P3 (P0 and P1 have existing HDDs) it shows
up in BIOS with the correct part number but doesn't show up under fdisk -l, df,
nor in gparted.

Here is the relevant dmesg:

[    4.149028] ata5: SATA link down (SStatus 0 SControl 330)
[    4.624030] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.624906] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   10.104021] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   10.104683] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   10.104694] ata6: limiting SATA link speed to 3.0 Gbps
[   15.650687] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   15.651355] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   21.197356] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)

After searching for the error message it seems like in 2009 and 2015ish there
was a kernel bug that would cause hard drives to not connect. I couldn't find
anything recent.

I tried swapping and jiggling the cable a few times. I started with a locking
cable.

Next I pulled the drive and hooked it up to an SATA to USB adapter, booted up,
plugged it in and got this dmesg:

[  454.153819] usb 3-2: new high-speed USB device number 6 using xhci_hcd
[  454.353967] usb 3-2: New USB device found, idVendor=7825, idProduct=a2a4, bcdDevice=41.01
[  454.353977] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  454.353981] usb 3-2: Product: Best USB Device
[  454.353984] usb 3-2: Manufacturer: ULT-Best
[  454.353987] usb 3-2: SerialNumber: 0322101025E5
[  454.367945] usbcore: registered new interface driver usb-storage
[  454.385856] scsi host6: uas
[  454.385986] usbcore: registered new interface driver uas
[  454.396385] scsi 6:0:0:0: Direct-Access     ST932032 0AS              4101 PQ: 0 ANSI: 6
[  454.398898] sd 6:0:0:0: [sdc] Spinning up disk...
[  455.417240] .................................................................................................not responding...
[  567.309988] sd 6:0:0:0: [sdc] Read Capacity(16) failed: Result: hostbyte=DID_OK driverbyte=DRIVER_OK
[  567.310004] sd 6:0:0:0: [sdc] Sense Key : Not Ready [current]
[  567.310008] sd 6:0:0:0: [sdc] Add. Sense: Logical unit is in process of becoming ready
[  573.336168] sd 6:0:0:0: [sdc] Read Capacity(10) failed: Result: hostbyte=DID_OK driverbyte=DRIVER_OK
[  573.336178] sd 6:0:0:0: [sdc] Sense Key : Not Ready [current]
[  573.336183] sd 6:0:0:0: [sdc] Add. Sense: Logical unit is in process of becoming ready
[  573.336189] sd 6:0:0:0: [sdc] 0 512-byte logical blocks: (0 B/0 B)
[  573.336193] sd 6:0:0:0: [sdc] 0-byte physical blocks
[  579.353014] sd 6:0:0:0: [sdc] Test WP failed, assume Write Enabled
[  581.358452] sd 6:0:0:0: [sdc] Asking for cache data failed
[  581.358462] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[  587.385041] sd 6:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes not a multiple of physical block size (0 bytes)
[  587.385048] sd 6:0:0:0: [sdc] Optimal transfer size

After that long pause at "spinning up disk..." it showed up as sdc, but running
lsblk gives back 0B size:

sdc           8:32   0     0B  0 disk

Even though it is brand new, my gut tells me it is the drive. Is there anything
I might be missing or should I assume DOA and return it?

Edit/solved:

I am going to return the drive, it seems dead.

Last edited by eggrole (2023-09-01 22:53:48)

Offline

#2 2023-08-29 06:35:22

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,472

Re: [Solved] New Western Digital Red HDD not showing up

The USB adapter doesn't provide enough current to spin the drive up, as for the SATA errors, try to rescan the bus after some time

# echo "0 0 0" > /sys/class/scsi_host/host0/scan
# echo "0 0 0" > /sys/class/scsi_host/host1/scan
# echo "0 0 0" > /sys/class/scsi_host/host2/scan
# echo "0 0 0" > /sys/class/scsi_host/host3/scan

and post the complete dmesg, not what you think is relevant - the segment suggests the last scan does NOT have the drive failing to identify, but oc that could also just be an omission in your selection.

Offline

#3 2023-08-29 22:56:10

eggrole
Member
Registered: 2021-01-30
Posts: 13

Re: [Solved] New Western Digital Red HDD not showing up

The USB adapter plugs into the wall to supply power for larger hard drives. I have used it successfully with laptop and desktop drives before.

After reinstalling the drive and running the # echo "0 0 0" > /sys/class/scsi_host/host0/scan commands, the changes in dmesg are:

[  202.076994] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  202.078098] ata1.00: configured for UDMA/133
[  208.757023] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  208.760179] ata2.00: configured for UDMA/133

host0 and host1 return those messages. host2 and host3 show nothing.


EDIT:
I was looking over the dmesg and saw that ata3 and ata4 are showing DUMMY while ata5 and ata6 are presumably the SATA ports 3 and 4 as labeled on the motherboard. I ran the hostx/scan commands with host4 and host5. Got the following:

[ 1304.920676] ata5: SATA link down (SStatus 0 SControl 330)
[ 1307.193837] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1307.194395] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[ 1312.713797] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1312.714360] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[ 1312.714371] ata6: limiting SATA link speed to 3.0 Gbps
[ 1318.260454] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[ 1318.261026] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[ 1323.810494] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)

END EDIT


The complete dmesg after reinstalling the drive is:

[    0.000000] Linux version 6.4.12-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=7b7c14ec-d951-41f5-ae7a-d637d03007ae rw loglevel=3 resume=UUID=7b67292f-fd4d-43bc-9ece-11c15c80da72 resume_offset=12148736 quiet pcie_aspm=off
[    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-0x0000000009c3efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009c3f000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a213fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a214000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000bb136fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb137000-0x00000000bc853fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc854000-0x00000000bc892fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bc893000-0x00000000bcf6ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcf70000-0x00000000bdb77fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdb78000-0x00000000bdbfefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bdbff000-0x00000000beffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] 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 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000043f380000-0x000000043fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI=0xbcf59000 ACPI 2.0=0xbcf59014 TPMFinalLog=0xbcf23000 SMBIOS=0xbda27000 SMBIOS 3.0=0xbda26000 MEMATTR=0xb61c8698 ESRT=0xb91f1618
[    0.000000] efi: Remove mem314: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem315: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[    0.000000] efi: Remove mem316: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[    0.000000] efi: Not removing mem317: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem318: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem319: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem320: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem321: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem322: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem323: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem324: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem325: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem326: 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: Gigabyte Technology Co., Ltd. A520 AORUS ELITE/A520 AORUS ELITE, BIOS F15e 07/20/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3593.559 MHz processor
[    0.000379] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000381] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000388] last_pfn = 0x43f380 max_arch_pfn = 0x400000000
[    0.000395] total RAM covered: 3071M
[    0.000551] Found optimal setting for mtrr clean up
[    0.000552]  gran_size: 64K  chunk_size: 64M         num_reg: 3      lose cover RAM: 0G
[    0.000554] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000986] e820: update [mem 0xbca00000-0xbca0ffff] usable ==> reserved
[    0.000991] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000995] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[    0.004732] esrt: Reserving ESRT space from 0x00000000b91f1618 to 0x00000000b91f1650.
[    0.004739] e820: update [mem 0xb91f1000-0xb91f1fff] usable ==> reserved
[    0.004774] Using GB pages for direct mapping
[    0.005071] Secure boot disabled
[    0.005072] RAMDISK: [mem 0x36d65000-0x376a9fff]
[    0.005077] ACPI: Early table checksum verification disabled
[    0.005080] ACPI: RSDP 0x00000000BCF59014 000024 (v02 ALASKA)
[    0.005083] ACPI: XSDT 0x00000000BCF58728 0000E4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.005087] ACPI: FACP 0x00000000BC881000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.005092] ACPI: DSDT 0x00000000BC85D000 006989 (v02 ALASKA A M I    01072009 INTL 20190509)
[    0.005094] ACPI: FACS 0x00000000BCF53000 000040
[    0.005096] ACPI: SSDT 0x00000000BC888000 00AB8F (v02 GBT    GSWApp   00000001 INTL 20190509)
[    0.005099] ACPI: SSDT 0x00000000BC887000 00092A (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.005101] ACPI: SSDT 0x00000000BC883000 003D74 (v01 AMD    AMD AOD  00000001 INTL 20190509)
[    0.005103] ACPI: SSDT 0x00000000BC882000 000139 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.005105] ACPI: FIDT 0x00000000BC87A000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005108] ACPI: MCFG 0x00000000BC879000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.005110] ACPI: HPET 0x00000000BC878000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.005112] ACPI: IVRS 0x00000000BC877000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005114] ACPI: FPDT 0x00000000BC876000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.005116] ACPI: BGRT 0x00000000BC875000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005119] ACPI: TPM2 0x00000000BC874000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.005121] ACPI: PCCT 0x00000000BC873000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005123] ACPI: SSDT 0x00000000BC870000 0020C3 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005125] ACPI: CRAT 0x00000000BC86F000 000850 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.005127] ACPI: CDIT 0x00000000BC86E000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.005130] ACPI: SSDT 0x00000000BC86D000 00068E (v01 AMD    ArticDGP 00000001 INTL 20190509)
[    0.005132] ACPI: SSDT 0x00000000BC86B000 00150D (v01 AMD    ArticTPX 00000001 INTL 20190509)
[    0.005134] ACPI: SSDT 0x00000000BC86A000 000788 (v01 AMD    ArticNOI 00000001 INTL 20190509)
[    0.005136] ACPI: SSDT 0x00000000BC866000 0039F7 (v01 AMD    ArticN   00000001 INTL 20190509)
[    0.005138] ACPI: WSMT 0x00000000BC865000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005140] ACPI: APIC 0x00000000BC864000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.005143] ACPI: SSDT 0x00000000BC87F000 00147F (v01 AMD    ArticC   00000001 INTL 20190509)
[    0.005145] ACPI: SSDT 0x00000000BC87E000 0000BF (v01 AMD    AmdTable 00001000 INTL 20190509)
[    0.005147] ACPI: Reserving FACP table memory at [mem 0xbc881000-0xbc881113]
[    0.005148] ACPI: Reserving DSDT table memory at [mem 0xbc85d000-0xbc863988]
[    0.005148] ACPI: Reserving FACS table memory at [mem 0xbcf53000-0xbcf5303f]
[    0.005149] ACPI: Reserving SSDT table memory at [mem 0xbc888000-0xbc892b8e]
[    0.005150] ACPI: Reserving SSDT table memory at [mem 0xbc887000-0xbc887929]
[    0.005150] ACPI: Reserving SSDT table memory at [mem 0xbc883000-0xbc886d73]
[    0.005151] ACPI: Reserving SSDT table memory at [mem 0xbc882000-0xbc882138]
[    0.005152] ACPI: Reserving FIDT table memory at [mem 0xbc87a000-0xbc87a09b]
[    0.005152] ACPI: Reserving MCFG table memory at [mem 0xbc879000-0xbc87903b]
[    0.005153] ACPI: Reserving HPET table memory at [mem 0xbc878000-0xbc878037]
[    0.005153] ACPI: Reserving IVRS table memory at [mem 0xbc877000-0xbc8770cf]
[    0.005154] ACPI: Reserving FPDT table memory at [mem 0xbc876000-0xbc876043]
[    0.005155] ACPI: Reserving BGRT table memory at [mem 0xbc875000-0xbc875037]
[    0.005155] ACPI: Reserving TPM2 table memory at [mem 0xbc874000-0xbc87404b]
[    0.005156] ACPI: Reserving PCCT table memory at [mem 0xbc873000-0xbc87306d]
[    0.005156] ACPI: Reserving SSDT table memory at [mem 0xbc870000-0xbc8720c2]
[    0.005157] ACPI: Reserving CRAT table memory at [mem 0xbc86f000-0xbc86f84f]
[    0.005158] ACPI: Reserving CDIT table memory at [mem 0xbc86e000-0xbc86e028]
[    0.005158] ACPI: Reserving SSDT table memory at [mem 0xbc86d000-0xbc86d68d]
[    0.005159] ACPI: Reserving SSDT table memory at [mem 0xbc86b000-0xbc86c50c]
[    0.005160] ACPI: Reserving SSDT table memory at [mem 0xbc86a000-0xbc86a787]
[    0.005160] ACPI: Reserving SSDT table memory at [mem 0xbc866000-0xbc8699f6]
[    0.005161] ACPI: Reserving WSMT table memory at [mem 0xbc865000-0xbc865027]
[    0.005161] ACPI: Reserving APIC table memory at [mem 0xbc864000-0xbc86415d]
[    0.005162] ACPI: Reserving SSDT table memory at [mem 0xbc87f000-0xbc88047e]
[    0.005163] ACPI: Reserving SSDT table memory at [mem 0xbc87e000-0xbc87e0be]
[    0.005214] No NUMA configuration found
[    0.005214] Faking a node at [mem 0x0000000000000000-0x000000043f37ffff]
[    0.005216] NODE_DATA(0) allocated [mem 0x43f37b000-0x43f37ffff]
[    0.005241] Zone ranges:
[    0.005241]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005243]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005244]   Normal   [mem 0x0000000100000000-0x000000043f37ffff]
[    0.005245]   Device   empty
[    0.005246] Movable zone start for each node
[    0.005246] Early memory node ranges
[    0.005246]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.005248]   node   0: [mem 0x0000000000100000-0x0000000009c3efff]
[    0.005248]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.005249]   node   0: [mem 0x000000000a214000-0x000000000affffff]
[    0.005250]   node   0: [mem 0x000000000b020000-0x00000000bb136fff]
[    0.005251]   node   0: [mem 0x00000000bdbff000-0x00000000beffffff]
[    0.005251]   node   0: [mem 0x0000000100000000-0x000000043f37ffff]
[    0.005253] Initmem setup node 0 [mem 0x0000000000001000-0x000000043f37ffff]
[    0.005257] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005274] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.005428] On node 0, zone DMA32: 961 pages in unavailable ranges
[    0.005444] On node 0, zone DMA32: 20 pages in unavailable ranges
[    0.009876] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.010000] On node 0, zone DMA32: 10952 pages in unavailable ranges
[    0.031318] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.031344] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.031760] ACPI: PM-Timer IO Port: 0x808
[    0.031768] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.031780] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[    0.031786] IOAPIC[1]: apic_id 10, version 33, address 0xfec01000, GSI 24-55
[    0.031787] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.031789] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.031792] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.031793] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.031803] e820: update [mem 0xb6754000-0xb67aafff] usable ==> reserved
[    0.031814] smpboot: Allowing 32 CPUs, 24 hotplug CPUs
[    0.031835] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.031837] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.031839] PM: hibernation: Registered nosave memory: [mem 0x09c3f000-0x09ffffff]
[    0.031840] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a213fff]
[    0.031841] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.031843] PM: hibernation: Registered nosave memory: [mem 0xb6754000-0xb67aafff]
[    0.031844] PM: hibernation: Registered nosave memory: [mem 0xb91f1000-0xb91f1fff]
[    0.031846] PM: hibernation: Registered nosave memory: [mem 0xbb137000-0xbc853fff]
[    0.031846] PM: hibernation: Registered nosave memory: [mem 0xbc854000-0xbc892fff]
[    0.031847] PM: hibernation: Registered nosave memory: [mem 0xbc893000-0xbcf6ffff]
[    0.031847] PM: hibernation: Registered nosave memory: [mem 0xbcf70000-0xbdb77fff]
[    0.031848] PM: hibernation: Registered nosave memory: [mem 0xbdb78000-0xbdbfefff]
[    0.031849] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[    0.031850] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
[    0.031850] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.031851] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[    0.031851] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.031852] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.031852] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.031853] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.031853] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.031854] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.031854] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.031855] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.031855] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.031856] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.031856] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.031857] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.031857] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.031858] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.031859] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[    0.031861] Booting paravirtualized kernel on bare hardware
[    0.031863] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.036230] setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.037365] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.037374] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.037376] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.037384] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[    0.037407] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=7b7c14ec-d951-41f5-ae7a-d637d03007ae rw loglevel=3 resume=UUID=7b67292f-fd4d-43bc-9ece-11c15c80da72 resume_offset=12148736 quiet pcie_aspm=off
[    0.037480] PCIe ASPM is disabled
[    0.037482] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[    0.037509] random: crng init done
[    0.037510] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.037510] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.037511] printk: log_buf_len min size: 131072 bytes
[    0.037674] printk: log_buf_len: 262144 bytes
[    0.037675] printk: early log buf free: 115264(87%)
[    0.039289] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.040072] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.040268] Fallback order for Node 0: 0
[    0.040276] Built 1 zonelists, mobility grouping on.  Total pages: 4109551
[    0.040277] Policy zone: Normal
[    0.040480] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.040515] software IO TLB: area num 32.
[    0.081790] Memory: 16176852K/16699784K available (16384K kernel code, 2120K rwdata, 12780K rodata, 3348K init, 3984K bss, 522672K reserved, 0K cma-reserved)
[    0.081921] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.081947] ftrace: allocating 47559 entries in 186 pages
[    0.088458] ftrace: allocated 186 pages with 5 groups
[    0.088540] Dynamic Preempt: full
[    0.088587] rcu: Preemptible hierarchical RCU implementation.
[    0.088588] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.088588] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.088589]  Trampoline variant of Tasks RCU enabled.
[    0.088590]  Rude variant of Tasks RCU enabled.
[    0.088590]  Tracing variant of Tasks RCU enabled.
[    0.088591] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.088591] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.090710] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.090886] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.091050] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.091089] Console: colour dummy device 80x25
[    0.091091] printk: console [tty0] enabled
[    0.091129] ACPI: Core revision 20230331
[    0.091271] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.091288] APIC: Switch to symmetric I/O mode setup
[    0.092149] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[    0.411141] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.411161] Switched APIC routing to physical flat.
[    0.411790] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.427925] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33cc8e58606, max_idle_ns: 440795204037 ns
[    0.427929] Calibrating delay loop (skipped), value calculated using timer frequency.. 7189.58 BogoMIPS (lpj=11978530)
[    0.427942] Zenbleed: please update your microcode for the most optimal fix
[    0.427943] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.427988] LVT offset 1 assigned for vector 0xf9
[    0.428122] LVT offset 2 assigned for vector 0xf4
[    0.428158] process: using mwait in idle threads
[    0.428159] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.428160] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.428163] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.428165] Spectre V2 : Mitigation: Retpolines
[    0.428166] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.428167] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.428167] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.428168] RETBleed: Mitigation: untrained return thunk
[    0.428169] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.428170] Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
[    0.428170] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.428171] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.428173] Speculative Return Stack Overflow: Mitigation: safe RET
[    0.428176] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.428177] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.428178] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.428179] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.428180] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.445649] Freeing SMP alternatives memory: 40K
[    0.445653] pid_max: default: 32768 minimum: 301
[    0.450213] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[    0.450233] landlock: Up and running.
[    0.450234] Yama: becoming mindful.
[    0.450240] LSM support for eBPF active
[    0.450284] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.450303] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.557428] smpboot: CPU0: AMD Ryzen 3 3100 4-Core Processor (family: 0x17, model: 0x71, stepping: 0x0)
[    0.557609] cblist_init_generic: Setting adjustable number of callback queues.
[    0.557611] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.557631] cblist_init_generic: Setting adjustable number of callback queues.
[    0.557632] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.557652] cblist_init_generic: Setting adjustable number of callback queues.
[    0.557653] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.557668] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.557674] ... version:                0
[    0.557675] ... bit width:              48
[    0.557676] ... generic registers:      6
[    0.557677] ... value mask:             0000ffffffffffff
[    0.557678] ... max period:             00007fffffffffff
[    0.557679] ... fixed-purpose events:   0
[    0.557680] ... event mask:             000000000000003f
[    0.557770] signal: max sigframe size: 1776
[    0.557798] rcu: Hierarchical SRCU implementation.
[    0.557799] rcu:     Max phase no-delay instances is 1000.
[    0.557927] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.557927] smp: Bringing up secondary CPUs ...
[    0.557927] x86: Booting SMP configuration:
[    0.557927] .... node  #0, CPUs:        #1  #2  #3  #4
[    0.564687] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.564738]   #5  #6  #7
[    0.571300] smp: Brought up 1 node, 8 CPUs
[    0.571300] smpboot: Max logical packages: 4
[    0.571300] smpboot: Total of 8 processors activated (57519.65 BogoMIPS)
[    0.572131] devtmpfs: initialized
[    0.572131] x86/mm: Memory block size: 128MB
[    0.575580] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a213fff] (81920 bytes)
[    0.575580] ACPI: PM: Registering ACPI NVS region [mem 0xbc893000-0xbcf6ffff] (7196672 bytes)
[    0.575580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.575580] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.575580] pinctrl core: initialized pinctrl subsystem
[    0.575580] PM: RTC time: 22:47:18, date: 2023-08-29
[    0.575584] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.575859] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.575987] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.576160] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.576183] audit: initializing netlink subsys (disabled)
[    0.576199] audit: type=2000 audit(1693349238.169:1): state=initialized audit_enabled=0 res=1
[    0.576199] thermal_sys: Registered thermal governor 'fair_share'
[    0.576199] thermal_sys: Registered thermal governor 'bang_bang'
[    0.576199] thermal_sys: Registered thermal governor 'step_wise'
[    0.576199] thermal_sys: Registered thermal governor 'user_space'
[    0.576199] thermal_sys: Registered thermal governor 'power_allocator'
[    0.576199] cpuidle: using governor ladder
[    0.576199] cpuidle: using governor menu
[    0.576199] Detected 1 PCC Subspaces
[    0.576199] Registering PCC driver as Mailbox controller
[    0.576199] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.576199] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.576199] PCI: not using MMCONFIG
[    0.576199] PCI: Using configuration type 1 for base access
[    0.576199] PCI: Using configuration type 1 for extended access
[    0.578232] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.578240] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.578240] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.578240] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.578240] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.578240] ACPI: Added _OSI(Module Device)
[    0.578240] ACPI: Added _OSI(Processor Device)
[    0.578240] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.578240] ACPI: Added _OSI(Processor Aggregator Device)
[    0.599457] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.602164] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.615842] ACPI: Interpreter enabled
[    0.615864] ACPI: PM: (supports S0 S3 S4 S5)
[    0.615866] ACPI: Using IOAPIC for interrupt routing
[    0.618863] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.618931] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[    0.618944] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.618945] PCI: Using E820 reservations for host bridge windows
[    0.619592] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.635961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.635967] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI EDR HPX-Type3]
[    0.635970] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    0.636131] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.636890] PCI host bridge to bus 0000:00
[    0.636892] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.636895] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.636896] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.636898] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.636900] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.636902] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec2ffff window]
[    0.636904] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.636906] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.636925] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    0.637046] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
[    0.637164] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    0.637235] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[    0.637268] pci 0000:00:01.1: enabling Extended Tags
[    0.637325] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.637495] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[    0.637527] pci 0000:00:01.2: enabling Extended Tags
[    0.637583] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.637778] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    0.637851] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    0.637929] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[    0.638004] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.638162] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    0.638235] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    0.638308] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    0.638378] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    0.638404] pci 0000:00:07.1: enabling Extended Tags
[    0.638448] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.638592] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    0.638662] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    0.638690] pci 0000:00:08.1: enabling Extended Tags
[    0.638737] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.638912] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.639053] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.639208] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    0.639251] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    0.639293] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    0.639335] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    0.639377] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    0.639419] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    0.639461] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    0.639505] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    0.639614] pci 0000:01:00.0: [15b7:5009] type 00 class 0x010802
[    0.639635] pci 0000:01:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
[    0.639665] pci 0000:01:00.0: reg 0x20: [mem 0xfcf04000-0xfcf040ff 64bit]
[    0.639864] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.639870] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.639956] pci 0000:02:00.0: [1022:43ec] type 00 class 0x0c0330
[    0.639977] pci 0000:02:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
[    0.640024] pci 0000:02:00.0: enabling Extended Tags
[    0.640085] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.640247] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
[    0.640303] pci 0000:02:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
[    0.640313] pci 0000:02:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
[    0.640321] pci 0000:02:00.1: enabling Extended Tags
[    0.640372] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.640479] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
[    0.640531] pci 0000:02:00.2: enabling Extended Tags
[    0.640588] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.640707] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[    0.640712] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.640715] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.640884] pci 0000:03:03.0: [1022:43ea] type 01 class 0x060400
[    0.640940] pci 0000:03:03.0: enabling Extended Tags
[    0.641006] pci 0000:03:03.0: PME# supported from D3hot D3cold
[    0.641162] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[    0.641169] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.641173] pci 0000:02:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.641262] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.641292] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.641334] pci 0000:04:00.0: reg 0x18: [mem 0xfcd04000-0xfcd04fff 64bit]
[    0.641360] pci 0000:04:00.0: reg 0x20: [mem 0xfcd00000-0xfcd03fff 64bit]
[    0.641529] pci 0000:04:00.0: supports D1 D2
[    0.641530] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.641785] pci 0000:03:03.0: PCI bridge to [bus 04]
[    0.641792] pci 0000:03:03.0:   bridge window [io  0xf000-0xffff]
[    0.641796] pci 0000:03:03.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.641883] pci 0000:05:00.0: [1002:1478] type 01 class 0x060400
[    0.641899] pci 0000:05:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff]
[    0.642010] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.642084] pci 0000:05:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
[    0.642207] pci 0000:00:03.1: PCI bridge to [bus 05-07]
[    0.642212] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.642215] pci 0000:00:03.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.642219] pci 0000:00:03.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.642294] pci 0000:06:00.0: [1002:1479] type 01 class 0x060400
[    0.642418] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.643417] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[    0.643424] pci 0000:05:00.0:   bridge window [io  0xe000-0xefff]
[    0.643427] pci 0000:05:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.643433] pci 0000:05:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.643515] pci 0000:07:00.0: [1002:73ff] type 00 class 0x030000
[    0.643534] pci 0000:07:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.643548] pci 0000:07:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.643557] pci 0000:07:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.643566] pci 0000:07:00.0: reg 0x24: [mem 0xfca00000-0xfcafffff]
[    0.643575] pci 0000:07:00.0: reg 0x30: [mem 0xfcb00000-0xfcb1ffff pref]
[    0.643605] pci 0000:07:00.0: BAR 0: assigned to efifb
[    0.643613] pci 0000:07:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.643685] pci 0000:07:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.643774] pci 0000:07:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.643892] pci 0000:07:00.1: [1002:ab28] type 00 class 0x040300
[    0.643907] pci 0000:07:00.1: reg 0x10: [mem 0xfcb20000-0xfcb23fff]
[    0.644021] pci 0000:07:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.644147] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.644153] pci 0000:06:00.0:   bridge window [io  0xe000-0xefff]
[    0.644157] pci 0000:06:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.644163] pci 0000:06:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.644227] pci 0000:08:00.0: [1022:148a] type 00 class 0x130000
[    0.644258] pci 0000:08:00.0: enabling Extended Tags
[    0.644419] pci 0000:00:07.1: PCI bridge to [bus 08]
[    0.644494] pci 0000:09:00.0: [1022:1485] type 00 class 0x130000
[    0.644530] pci 0000:09:00.0: enabling Extended Tags
[    0.644698] pci 0000:09:00.1: [1022:1486] type 00 class 0x108000
[    0.644716] pci 0000:09:00.1: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[    0.644729] pci 0000:09:00.1: reg 0x24: [mem 0xfc908000-0xfc909fff]
[    0.644739] pci 0000:09:00.1: enabling Extended Tags
[    0.644877] pci 0000:09:00.3: [1022:149c] type 00 class 0x0c0330
[    0.644892] pci 0000:09:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[    0.644924] pci 0000:09:00.3: enabling Extended Tags
[    0.644975] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[    0.645108] pci 0000:09:00.4: [1022:1487] type 00 class 0x040300
[    0.645118] pci 0000:09:00.4: reg 0x10: [mem 0xfc900000-0xfc907fff]
[    0.645146] pci 0000:09:00.4: enabling Extended Tags
[    0.645195] pci 0000:09:00.4: PME# supported from D0 D3hot D3cold
[    0.645309] pci 0000:00:08.1: PCI bridge to [bus 09]
[    0.645314] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.646033] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.646116] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.646190] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.646278] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.646359] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.646427] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.646495] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.646562] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.648301] iommu: Default domain type: Translated
[    0.648301] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.648301] SCSI subsystem initialized
[    0.648301] libata version 3.00 loaded.
[    0.648301] ACPI: bus type USB registered
[    0.648301] usbcore: registered new interface driver usbfs
[    0.648301] usbcore: registered new interface driver hub
[    0.648301] usbcore: registered new device driver usb
[    0.648301] pps_core: LinuxPPS API ver. 1 registered
[    0.648301] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.648301] PTP clock support registered
[    0.648301] EDAC MC: Ver: 3.0.0
[    0.648301] efivars: Registered efivars operations
[    0.648301] NetLabel: Initializing
[    0.648301] NetLabel:  domain hash size = 128
[    0.648301] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.648301] NetLabel:  unlabeled traffic allowed by default
[    0.648301] mctp: management component transport protocol core
[    0.648301] NET: Registered PF_MCTP protocol family
[    0.648301] PCI: Using ACPI for IRQ routing
[    0.653139] PCI: pci_cache_line_size set to 64 bytes
[    0.653211] e820: reserve RAM buffer [mem 0x09c3f000-0x0bffffff]
[    0.653213] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.653214] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.653215] e820: reserve RAM buffer [mem 0xb6754000-0xb7ffffff]
[    0.653217] e820: reserve RAM buffer [mem 0xb91f1000-0xbbffffff]
[    0.653218] e820: reserve RAM buffer [mem 0xbb137000-0xbbffffff]
[    0.653219] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[    0.653221] e820: reserve RAM buffer [mem 0x43f380000-0x43fffffff]
[    0.653300] pci 0000:07:00.0: vgaarb: setting as boot VGA device
[    0.653300] pci 0000:07:00.0: vgaarb: bridge control possible
[    0.653300] pci 0000:07:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.653300] vgaarb: loaded
[    0.653300] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.653300] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.655682] clocksource: Switched to clocksource tsc-early
[    0.655839] VFS: Disk quotas dquot_6.6.0
[    0.655857] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.655938] pnp: PnP ACPI init
[    0.656047] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.656152] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.656448] system 00:03: [io  0x0a00-0x0a2f] has been reserved
[    0.656450] system 00:03: [io  0x0a30-0x0a3f] has been reserved
[    0.656452] system 00:03: [io  0x0a40-0x0a4f] has been reserved
[    0.656455] system 00:03: [mem 0xfe000000-0xfe00ffff] has been reserved
[    0.656902] pnp 00:04: [dma 0 disabled]
[    0.657041] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.657041] system 00:05: [io  0x040b] has been reserved
[    0.657041] system 00:05: [io  0x04d6] has been reserved
[    0.657041] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.657041] system 00:05: [io  0x0c14] has been reserved
[    0.657041] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.657041] system 00:05: [io  0x0c52] has been reserved
[    0.657041] system 00:05: [io  0x0c6c] has been reserved
[    0.657041] system 00:05: [io  0x0c6f] has been reserved
[    0.657041] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.657041] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.657041] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.657041] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.657041] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.657041] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.657041] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.657041] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.657041] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.657041] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.657041] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.657041] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.657041] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.657197] pnp: PnP ACPI: found 6 devices
[    0.663216] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.663305] NET: Registered PF_INET protocol family
[    0.663514] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.666010] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.666043] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.666139] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.666421] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.666526] TCP: Hash tables configured (established 131072 bind 65536)
[    0.666660] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.666708] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.666750] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.666833] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.666840] NET: Registered PF_XDP protocol family
[    0.666861] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.666868] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.666875] pci 0000:03:03.0: PCI bridge to [bus 04]
[    0.666878] pci 0000:03:03.0:   bridge window [io  0xf000-0xffff]
[    0.666884] pci 0000:03:03.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.666893] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[    0.666896] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.666901] pci 0000:02:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.666909] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[    0.666911] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.666915] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.666923] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.666930] pci 0000:06:00.0:   bridge window [io  0xe000-0xefff]
[    0.666935] pci 0000:06:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.666938] pci 0000:06:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.666944] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[    0.666947] pci 0000:05:00.0:   bridge window [io  0xe000-0xefff]
[    0.666952] pci 0000:05:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.666955] pci 0000:05:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.666961] pci 0000:00:03.1: PCI bridge to [bus 05-07]
[    0.666964] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.666967] pci 0000:00:03.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.666970] pci 0000:00:03.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.666975] pci 0000:00:07.1: PCI bridge to [bus 08]
[    0.666983] pci 0000:00:08.1: PCI bridge to [bus 09]
[    0.666986] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.666993] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.666996] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.666998] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.667000] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.667001] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.667003] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfec2ffff window]
[    0.667005] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.667007] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.667009] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.667011] pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.667013] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.667014] pci_bus 0000:03: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.667016] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.667018] pci_bus 0000:04: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.667020] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    0.667022] pci_bus 0000:05: resource 1 [mem 0xfca00000-0xfccfffff]
[    0.667023] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.667026] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.667027] pci_bus 0000:06: resource 1 [mem 0xfca00000-0xfcbfffff]
[    0.667029] pci_bus 0000:06: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.667031] pci_bus 0000:07: resource 0 [io  0xe000-0xefff]
[    0.667033] pci_bus 0000:07: resource 1 [mem 0xfca00000-0xfcbfffff]
[    0.667034] pci_bus 0000:07: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.667036] pci_bus 0000:09: resource 1 [mem 0xfc700000-0xfc9fffff]
[    0.667392] pci 0000:07:00.1: D0 power state depends on 0000:07:00.0
[    0.667605] PCI: CLS 64 bytes, default 64
[    0.667616] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.667670] pci 0000:00:01.0: Adding to iommu group 0
[    0.667684] Trying to unpack rootfs image as initramfs...
[    0.667688] pci 0000:00:01.1: Adding to iommu group 1
[    0.667707] pci 0000:00:01.2: Adding to iommu group 2
[    0.667732] pci 0000:00:02.0: Adding to iommu group 3
[    0.667758] pci 0000:00:03.0: Adding to iommu group 4
[    0.667775] pci 0000:00:03.1: Adding to iommu group 5
[    0.667801] pci 0000:00:04.0: Adding to iommu group 6
[    0.667826] pci 0000:00:05.0: Adding to iommu group 7
[    0.667852] pci 0000:00:07.0: Adding to iommu group 8
[    0.667870] pci 0000:00:07.1: Adding to iommu group 9
[    0.667896] pci 0000:00:08.0: Adding to iommu group 10
[    0.667914] pci 0000:00:08.1: Adding to iommu group 11
[    0.667947] pci 0000:00:14.0: Adding to iommu group 12
[    0.667965] pci 0000:00:14.3: Adding to iommu group 12
[    0.668048] pci 0000:00:18.0: Adding to iommu group 13
[    0.668067] pci 0000:00:18.1: Adding to iommu group 13
[    0.668084] pci 0000:00:18.2: Adding to iommu group 13
[    0.668101] pci 0000:00:18.3: Adding to iommu group 13
[    0.668118] pci 0000:00:18.4: Adding to iommu group 13
[    0.668135] pci 0000:00:18.5: Adding to iommu group 13
[    0.668153] pci 0000:00:18.6: Adding to iommu group 13
[    0.668170] pci 0000:00:18.7: Adding to iommu group 13
[    0.668188] pci 0000:01:00.0: Adding to iommu group 14
[    0.668228] pci 0000:02:00.0: Adding to iommu group 15
[    0.668248] pci 0000:02:00.1: Adding to iommu group 15
[    0.668267] pci 0000:02:00.2: Adding to iommu group 15
[    0.668273] pci 0000:03:03.0: Adding to iommu group 15
[    0.668279] pci 0000:04:00.0: Adding to iommu group 15
[    0.668297] pci 0000:05:00.0: Adding to iommu group 16
[    0.668314] pci 0000:06:00.0: Adding to iommu group 17
[    0.668340] pci 0000:07:00.0: Adding to iommu group 18
[    0.668360] pci 0000:07:00.1: Adding to iommu group 19
[    0.668377] pci 0000:08:00.0: Adding to iommu group 20
[    0.668396] pci 0000:09:00.0: Adding to iommu group 21
[    0.668414] pci 0000:09:00.1: Adding to iommu group 22
[    0.668431] pci 0000:09:00.3: Adding to iommu group 23
[    0.668450] pci 0000:09:00.4: Adding to iommu group 24
[    0.673073] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.673079] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.673087] AMD-Vi: Interrupt remapping enabled
[    0.673225] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.673227] software IO TLB: mapped [mem 0x00000000b1efb000-0x00000000b5efb000] (64MB)
[    0.673309] LVT offset 0 assigned for vector 0x400
[    0.673375] perf: AMD IBS detected (0x000003ff)
[    0.673384] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.674725] Initialise system trusted keyrings
[    0.674733] Key type blacklist registered
[    0.674788] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.674805] zbud: loaded
[    0.674964] integrity: Platform Keyring initialized
[    0.674966] integrity: Machine keyring initialized
[    0.677696] Key type asymmetric registered
[    0.677698] Asymmetric key parser 'x509' registered
[    0.677712] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.677760] io scheduler mq-deadline registered
[    0.677761] io scheduler kyber registered
[    0.677770] io scheduler bfq registered
[    0.678296] amd_gpio AMDI0030:00: Invalid config param 0014
[    0.679619] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.679771] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.679792] ACPI: button: Power Button [PWRB]
[    0.679830] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.682077] ACPI: button: Power Button [PWRF]
[    0.685418] Estimated ratio of average max frequency by base frequency (times 1024): 1067
[    0.685437] Monitor-Mwait will be used to enter C-1 state
[    0.685443] ACPI: \_SB_.PLTF.C000: Found 2 idle states
[    0.685631] ACPI: \_SB_.PLTF.C002: Found 2 idle states
[    0.685797] ACPI: \_SB_.PLTF.C004: Found 2 idle states
[    0.685953] ACPI: \_SB_.PLTF.C006: Found 2 idle states
[    0.686074] ACPI: \_SB_.PLTF.C001: Found 2 idle states
[    0.686192] ACPI: \_SB_.PLTF.C003: Found 2 idle states
[    0.686318] ACPI: \_SB_.PLTF.C005: Found 2 idle states
[    0.686446] ACPI: \_SB_.PLTF.C007: Found 2 idle states
[    0.715193] Freeing initrd memory: 9492K
[    1.684071] tsc: Refined TSC clocksource calibration: 3593.248 MHz
[    1.684090] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33cb68e6ea4, max_idle_ns: 440795288133 ns
[    1.684127] clocksource: Switched to clocksource tsc
[    2.806702] ACPI: \_TZ_.TZ10: Invalid passive threshold
[    2.807230] thermal LNXTHERM:00: registered as thermal_zone0
[    2.807232] ACPI: thermal: Thermal Zone [TZ10] (17 C)
[    2.807348] ACPI: \_TZ_.UAD0: Invalid passive threshold
[    2.807440] thermal LNXTHERM:01: registered as thermal_zone1
[    2.807442] ACPI: thermal: Thermal Zone [UAD0] (17 C)
[    2.807737] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.807897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.810996] Non-volatile memory driver v1.3
[    2.810998] Linux agpgart interface v0.103
[    2.874678] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    2.874721] ACPI: bus type drm_connector registered
[    2.876108] ahci 0000:02:00.1: version 3.0
[    2.876249] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    2.876292] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x33 impl SATA mode
[    2.876295] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[    2.876776] scsi host0: ahci
[    2.876898] scsi host1: ahci
[    2.876989] scsi host2: ahci
[    2.877089] scsi host3: ahci
[    2.877185] scsi host4: ahci
[    2.877284] scsi host5: ahci
[    2.877323] ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 39
[    2.877326] ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 39
[    2.877327] ata3: DUMMY
[    2.877328] ata4: DUMMY
[    2.877330] ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 39
[    2.877332] ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 39
[    2.877430] usbcore: registered new interface driver usbserial_generic
[    2.877436] usbserial: USB Serial support registered for generic
[    2.877501] rtc_cmos 00:02: RTC can wake from S4
[    2.877741] rtc_cmos 00:02: registered as rtc0
[    2.877772] rtc_cmos 00:02: setting system clock to 2023-08-29T22:47:21 UTC (1693349241)
[    2.877801] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.877844] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    2.877927] ledtrig-cpu: registered to indicate activity on CPUs
[    2.878286] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    2.878607] fbcon: Deferring console take-over
[    2.878609] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    2.878651] hid: raw HID events driver (C) Jiri Kosina
[    2.878759] drop_monitor: Initializing network drop monitor service
[    2.891806] Initializing XFRM netlink socket
[    2.891845] NET: Registered PF_INET6 protocol family
[    2.897446] Segment Routing with IPv6
[    2.897448] RPL Segment Routing with IPv6
[    2.897459] In-situ OAM (IOAM) with IPv6
[    2.897484] NET: Registered PF_PACKET protocol family
[    2.898327] microcode: CPU0: patch_level=0x08701021
[    2.898331] microcode: CPU4: patch_level=0x08701021
[    2.898331] microcode: CPU1: patch_level=0x08701021
[    2.898331] microcode: CPU5: patch_level=0x08701021
[    2.898342] microcode: CPU7: patch_level=0x08701021
[    2.898342] microcode: CPU3: patch_level=0x08701021
[    2.898344] microcode: CPU6: patch_level=0x08701021
[    2.898344] microcode: CPU2: patch_level=0x08701021
[    2.898358] microcode: Microcode Update Driver: v2.2.
[    2.898454] resctrl: L3 allocation detected
[    2.898455] resctrl: MB allocation detected
[    2.898456] resctrl: L3 monitoring detected
[    2.898460] IPI shorthand broadcast: enabled
[    2.900739] sched_clock: Marking stable (2586668086, 313680511)->(2905720321, -5371724)
[    2.900881] registered taskstats version 1
[    2.901238] Loading compiled-in X.509 certificates
[    2.904083] Loaded X.509 cert 'Build time autogenerated kernel key: 333e1bae8548937ea28bdd550a94d2aba8351419'
[    2.906052] zswap: loaded using pool zstd/zsmalloc
[    2.908612] Key type .fscrypt registered
[    2.908614] Key type fscrypt-provisioning registered
[    2.909051] PM:   Magic number: 3:763:806
[    2.915497] RAS: Correctable Errors collector initialized.
[    3.350754] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.351869] ata1.00: ATA-9: WDC WD10EZRX-00A3KB0, 01.01A01, max UDMA/133
[    3.352471] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.353258] ata1.00: configured for UDMA/133
[    3.353485] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZRX-00A 1A01 PQ: 0 ANSI: 5
[    3.353913] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.353917] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    3.353932] sd 0:0:0:0: [sda] Write Protect is off
[    3.353935] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.353955] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.353982] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    3.390272]  sda: sda1
[    3.390584] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.820729] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.822885] ata2.00: ATA-8: Hitachi HUA723020ALA641, MK7OA840, max UDMA/133
[    3.823358] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.825129] ata2.00: configured for UDMA/133
[    3.825317] scsi 1:0:0:0: Direct-Access     ATA      Hitachi HUA72302 A840 PQ: 0 ANSI: 5
[    3.825717] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    3.825734] sd 1:0:0:0: [sdb] Write Protect is off
[    3.825738] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.825760] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.825789] sd 1:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[    3.835908]  sdb: sdb1
[    3.835988] sd 1:0:0:0: [sdb] Attached SCSI disk
[    4.133914] ata5: SATA link down (SStatus 0 SControl 330)
[    4.600746] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.601392] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   10.097417] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   10.098058] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   10.098067] ata6: limiting SATA link speed to 3.0 Gbps
[   15.644082] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   15.644728] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   21.190752] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   21.190989] clk: Disabling unused clocks
[   21.192667] Freeing unused decrypted memory: 2036K
[   21.193102] Freeing unused kernel image (initmem) memory: 3348K
[   21.207373] Write protecting the kernel read-only data: 30720k
[   21.208011] Freeing unused kernel image (rodata/data gap) memory: 1556K
[   21.269709] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   21.269713] rodata_test: all tests were successful
[   21.269719] Run /init as init process
[   21.269721]   with arguments:
[   21.269722]     /init
[   21.269723]   with environment:
[   21.269724]     HOME=/
[   21.269725]     TERM=linux
[   21.269726]     BOOT_IMAGE=/vmlinuz-linux
[   21.428755] xhci_hcd 0000:02:00.0: xHCI Host Controller
[   21.428766] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[   21.442968] nvme nvme0: pci function 0000:01:00.0
[   21.456544] nvme nvme0: allocated 32 MiB host memory buffer.
[   21.458246] nvme nvme0: 16/0/0 default/read/poll queues
[   21.462623]  nvme0n1: p1 p2 p3
[   21.484090] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[   21.484328] xhci_hcd 0000:02:00.0: xHCI Host Controller
[   21.484332] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[   21.484336] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[   21.484401] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[   21.484404] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   21.484406] usb usb1: Product: xHCI Host Controller
[   21.484408] usb usb1: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
[   21.484409] usb usb1: SerialNumber: 0000:02:00.0
[   21.484546] hub 1-0:1.0: USB hub found
[   21.484562] hub 1-0:1.0: 9 ports detected
[   21.484989] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   21.485015] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[   21.485017] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   21.485019] usb usb2: Product: xHCI Host Controller
[   21.485020] usb usb2: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
[   21.485022] usb usb2: SerialNumber: 0000:02:00.0
[   21.485108] hub 2-0:1.0: USB hub found
[   21.485117] hub 2-0:1.0: 3 ports detected
[   21.485401] xhci_hcd 0000:09:00.3: xHCI Host Controller
[   21.485406] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 3
[   21.485521] xhci_hcd 0000:09:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[   21.485895] xhci_hcd 0000:09:00.3: xHCI Host Controller
[   21.485898] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 4
[   21.485900] xhci_hcd 0000:09:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[   21.485939] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[   21.485941] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   21.485943] usb usb3: Product: xHCI Host Controller
[   21.485944] usb usb3: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
[   21.485946] usb usb3: SerialNumber: 0000:09:00.3
[   21.486041] hub 3-0:1.0: USB hub found
[   21.486050] hub 3-0:1.0: 4 ports detected
[   21.486258] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   21.486282] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[   21.486285] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   21.486287] usb usb4: Product: xHCI Host Controller
[   21.486288] usb usb4: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
[   21.486290] usb usb4: SerialNumber: 0000:09:00.3
[   21.486379] hub 4-0:1.0: USB hub found
[   21.486388] hub 4-0:1.0: 4 ports detected
[   21.626305] PM: Image not found (code -22)
[   21.636251] fbcon: Taking over console
[   21.637990] Console: switching to colour frame buffer device 128x48
[   21.707886] EXT4-fs (nvme0n1p2): mounted filesystem 7b7c14ec-d951-41f5-ae7a-d637d03007ae r/w with ordered data mode. Quota mode: none.
[   21.733689] usb 3-3: new low-speed USB device number 2 using xhci_hcd
[   21.733737] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[   21.786305] systemd[1]: systemd 254.1-1-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)
[   21.786311] systemd[1]: Detected architecture x86-64.
[   21.787180] systemd[1]: Hostname set to <r3>.
[   21.889994] usb 3-3: New USB device found, idVendor=046d, idProduct=c01e, bcdDevice=22.00
[   21.890000] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   21.890002] usb 3-3: Product: USB-PS/2 Optical Mouse
[   21.890004] usb 3-3: Manufacturer: Logitech
[   21.896017] usb 1-3: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[   21.896020] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   21.896022] usb 1-3: Product: USB2.0 Hub
[   21.903096] hub 1-3:1.0: USB hub found
[   21.907007] hub 1-3:1.0: 4 ports detected
[   22.018972] systemd[1]: bpf-lsm: LSM BPF program attached
[   22.023694] usb 3-4: new low-speed USB device number 3 using xhci_hcd
[   22.050363] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[   22.103689] systemd[1]: Queued start job for default target Graphical Interface.
[   22.124643] systemd[1]: Created slice Slice /system/getty.
[   22.124932] systemd[1]: Created slice Slice /system/modprobe.
[   22.125190] systemd[1]: Created slice Slice /system/systemd-fsck.
[   22.125402] systemd[1]: Created slice User and Session Slice.
[   22.125457] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   22.125501] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   22.125648] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   22.125675] systemd[1]: Reached target Local Encrypted Volumes.
[   22.125688] systemd[1]: Reached target Local Integrity Protected Volumes.
[   22.125702] systemd[1]: Reached target Remote File Systems.
[   22.125709] systemd[1]: Reached target Slice Units.
[   22.125725] systemd[1]: Reached target Local Verity Protected Volumes.
[   22.125778] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   22.126062] systemd[1]: Listening on LVM2 poll daemon socket.
[   22.126793] systemd[1]: Listening on Process Core Dump Socket.
[   22.126893] systemd[1]: Listening on Journal Socket (/dev/log).
[   22.126985] systemd[1]: Listening on Journal Socket.
[   22.127235] systemd[1]: Listening on udev Control Socket.
[   22.127318] systemd[1]: Listening on udev Kernel Socket.
[   22.128152] systemd[1]: Mounting Huge Pages File System...
[   22.128994] systemd[1]: Mounting POSIX Message Queue File System...
[   22.129800] systemd[1]: Mounting Kernel Debug File System...
[   22.130616] systemd[1]: Mounting Kernel Trace File System...
[   22.131482] systemd[1]: Starting Create List of Static Device Nodes...
[   22.132287] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   22.133123] systemd[1]: Starting Load Kernel Module configfs...
[   22.133998] systemd[1]: Starting Load Kernel Module dm_mod...
[   22.134840] systemd[1]: Starting Load Kernel Module drm...
[   22.135685] systemd[1]: Starting Load Kernel Module fuse...
[   22.136509] systemd[1]: Starting Load Kernel Module loop...
[   22.136558] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[   22.138013] systemd[1]: Starting Journal Service...
[   22.139362] systemd[1]: Starting Load Kernel Modules...
[   22.139395] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[   22.140280] systemd[1]: Starting Remount Root and Kernel File Systems...
[   22.141326] systemd[1]: Starting Coldplug All udev Devices...
[   22.142866] systemd[1]: Mounted Huge Pages File System.
[   22.142998] systemd[1]: Mounted POSIX Message Queue File System.
[   22.143089] systemd[1]: Mounted Kernel Debug File System.
[   22.143179] systemd[1]: Mounted Kernel Trace File System.
[   22.143899] loop: module loaded
[   22.146589] EXT4-fs (nvme0n1p2): re-mounted 7b7c14ec-d951-41f5-ae7a-d637d03007ae r/w. Quota mode: none.
[   22.149387] systemd-journald[234]: Collecting audit messages is disabled.
[   22.150996] device-mapper: uevent: version 1.0.3
[   22.151117] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[   22.152911] fuse: init (API version 7.38)
[   22.174048] vboxdrv: loading out-of-tree module taints kernel.
[   22.174055] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[   22.186996] usb 3-4: New USB device found, idVendor=413c, idProduct=2003, bcdDevice= 2.00
[   22.187000] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   22.187002] usb 3-4: Product: Dell USB Keyboard
[   22.187004] usb 3-4: Manufacturer: Dell
[   22.187288] systemd[1]: Finished Create List of Static Device Nodes.
[   22.187739] vboxdrv: Found 8 processor cores/threads
[   22.188318] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   22.213900] vboxdrv: TSC mode is Invariant, tentative frequency 3593247566 Hz
[   22.213903] vboxdrv: Successfully loaded version 7.0.10 r158379 (interface 0x00330004)
[   22.214065] systemd[1]: Finished Load Kernel Module configfs.
[   22.214221] systemd[1]: Started Journal Service.
[   22.216964] VBoxNetAdp: Successfully started.
[   22.221761] VBoxNetFlt: Successfully started.
[   22.363687] usb 1-3.3: new full-speed USB device number 4 using xhci_hcd
[   22.389792] usb 1-4: New USB device found, idVendor=048d, idProduct=5702, bcdDevice= 0.01
[   22.389795] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   22.389798] usb 1-4: Product: ITE Device
[   22.389800] usb 1-4: Manufacturer: ITE Tech. Inc.
[   22.536981] systemd-journald[234]: Received client request to flush runtime journal.
[   22.550764] systemd-journald[234]: /var/log/journal/1369da6d8b46460ca5977db36fd256f2/system.journal: Boot ID changed since last record, rotating.
[   22.550770] systemd-journald[234]: Rotating system journal.
[   22.721986] usb 1-3.3: New USB device found, idVendor=046d, idProduct=c21d, bcdDevice=40.14
[   22.721992] usb 1-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   22.721994] usb 1-3.3: Product: Gamepad F310
[   22.721996] usb 1-3.3: Manufacturer: Logitech
[   22.721998] usb 1-3.3: SerialNumber: DBE80F63
[   22.777536] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb3/3-3/3-3:1.0/0003:046D:C01E.0001/input/input2
[   22.777623] hid-generic 0003:046D:C01E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:09:00.3-3/input0
[   22.783284] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb3/3-4/3-4:1.0/0003:413C:2003.0002/input/input3
[   22.834739] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\GSA1.SMBI) (20230331/utaddress-204)
[   22.834750] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   22.838090] hid-generic 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:09:00.3-4/input0
[   22.851251] hid-generic 0003:048D:5702.0003: hiddev96,hidraw2: USB HID v1.12 Device [ITE Tech. Inc. ITE Device] on usb-0000:02:00.0-4/input0
[   22.851296] usbcore: registered new interface driver usbhid
[   22.851298] usbhid: USB HID core driver
[   22.859435] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   22.859534] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[   22.859884] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[   22.863207] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   22.863211] RAPL PMU: hw unit of domain package 2^-16 Joules
[   22.871342] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   22.874858] acpi_cpufreq: overriding BIOS provided _PSD data
[   22.882413] cryptd: max_cpu_qlen set to 1000
[   22.910762] AVX2 version of gcm_enc/dec engaged.
[   22.910809] AES CTR mode by8 optimization enabled
[   22.923646] input: Logitech Gamepad F310 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3.3/1-3.3:1.0/input/input5
[   22.924209] usbcore: registered new interface driver xpad
[   22.928971] ccp 0000:09:00.1: enabling device (0000 -> 0002)
[   22.933088] ccp 0000:09:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[   22.933116] ccp 0000:09:00.1: psp enabled
[   22.954346] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 18:c0:4d:3d:d9:8b, XID 541, IRQ 69
[   22.954354] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   22.961327] mousedev: PS/2 mouse device common for all mice
[   22.962375] r8169 0000:04:00.0 enp4s0: renamed from eth0
[   22.995901] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client
[   22.995908] snd_hda_intel 0000:07:00.1: Force to non-snoop mode
[   22.996215] snd_hda_intel 0000:09:00.4: enabling device (0000 -> 0002)
[   23.024058] EXT4-fs (nvme0n1p3): mounted filesystem 7b67292f-fd4d-43bc-9ece-11c15c80da72 r/w with ordered data mode. Quota mode: none.
[   23.034838] Adding 16777212k swap on /home/egg/swapfile.  Priority:-2 extents:532 across:426532864k SSFS
[   23.079762] kvm_amd: TSC scaling supported
[   23.079767] kvm_amd: Nested Virtualization enabled
[   23.079769] kvm_amd: Nested Paging enabled
[   23.079771] kvm_amd: SEV supported: 509 ASIDs
[   23.079807] kvm_amd: Virtual VMLOAD VMSAVE supported
[   23.079808] kvm_amd: Virtual GIF supported
[   23.079809] kvm_amd: LBR virtualization supported
[   23.084740] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card0/input6
[   23.084795] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card0/input7
[   23.084849] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card0/input8
[   23.084900] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card0/input9
[   23.084952] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card0/input10
[   23.096383] snd_hda_codec_realtek hdaudioC1D0: ALCS1200A: SKU not ready 0x00000000
[   23.096862] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALCS1200A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[   23.096867] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   23.096871] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   23.096874] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   23.096876] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[   23.096878] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   23.096880] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[   23.096883] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[   23.096885] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[   23.099106] MCE: In-kernel MCE decoding enabled.
[   23.110593] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input11
[   23.110655] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input12
[   23.110710] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input13
[   23.110765] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input14
[   23.110824] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input15
[   23.110876] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input16
[   23.110932] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input17
[   23.120195] intel_rapl_common: Found RAPL domain package
[   23.120200] intel_rapl_common: Found RAPL domain core
[   23.244849] EXT4-fs (sdb1): mounted filesystem ef8e36a5-51b7-47c3-a2a7-b098106c7fd5 r/w with ordered data mode. Quota mode: none.
[   23.270124] EXT4-fs (sda1): mounted filesystem 1b2330a7-5db6-44a3-a6ef-d3d18c029c11 r/w with ordered data mode. Quota mode: none.
[   25.218473] [drm] amdgpu kernel modesetting enabled.
[   25.232029] amdgpu: Ignoring ACPI CRAT on non-APU system
[   25.232033] amdgpu: Virtual CRAT table created for CPU
[   25.232048] amdgpu: Topology: Add CPU node
[   25.232211] [drm] initializing kernel modesetting (DIMGREY_CAVEFISH 0x1002:0x73FF 0x1458:0x2334 0xC7).
[   25.232227] [drm] register mmio base: 0xFCA00000
[   25.232228] [drm] register mmio size: 1048576
[   25.234390] [drm] add ip block number 0 <nv_common>
[   25.234393] [drm] add ip block number 1 <gmc_v10_0>
[   25.234395] [drm] add ip block number 2 <navi10_ih>
[   25.234396] [drm] add ip block number 3 <psp>
[   25.234398] [drm] add ip block number 4 <smu>
[   25.234399] [drm] add ip block number 5 <dm>
[   25.234401] [drm] add ip block number 6 <gfx_v10_0>
[   25.234402] [drm] add ip block number 7 <sdma_v5_2>
[   25.234403] [drm] add ip block number 8 <vcn_v3_0>
[   25.234405] [drm] add ip block number 9 <jpeg_v3_0>
[   25.234420] amdgpu 0000:07:00.0: No more image in the PCI ROM
[   25.234436] amdgpu 0000:07:00.0: amdgpu: Fetched VBIOS from ROM BAR
[   25.234438] amdgpu: ATOM BIOS: 113-D534-R66E
[   25.248380] [drm] VCN(0) decode is enabled in VM mode
[   25.248383] [drm] VCN(0) encode is enabled in VM mode
[   25.252430] [drm] JPEG decode is enabled in VM mode
[   25.267115] Console: switching to colour dummy device 80x25
[   25.296925] 8021q: 802.1Q VLAN Support v1.8
[   25.297446] amdgpu 0000:07:00.0: vgaarb: deactivate vga console
[   25.298493] amdgpu 0000:07:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[   25.298555] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   25.298564] amdgpu 0000:07:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[   25.298568] amdgpu 0000:07:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[   25.298571] amdgpu 0000:07:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[   25.298581] [drm] Detected VRAM RAM=8176M, BAR=256M
[   25.298583] [drm] RAM width 128bits GDDR6
[   25.298756] [drm] amdgpu: 8176M of VRAM memory ready
[   25.298759] [drm] amdgpu: 7956M of GTT memory ready.
[   25.298776] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   25.298939] [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
[   25.371703] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   25.372004] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   25.372200] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   25.372203] cfg80211: failed to load regulatory.db
[   25.413697] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[   25.613817] r8169 0000:04:00.0 enp4s0: Link is Down
[   27.095876] amdgpu 0000:07:00.0: amdgpu: STB initialized to 2048 entries
[   27.095996] [drm] Loading DMUB firmware via PSP: version=0x0202001E
[   27.098008] [drm] use_doorbell being set to: [true]
[   27.098031] [drm] use_doorbell being set to: [true]
[   27.098045] [drm] Found VCN firmware Version ENC: 1.27 DEC: 2 VEP: 0 Revision: 0
[   27.098055] amdgpu 0000:07:00.0: amdgpu: Will use PSP to load VCN firmware
[   27.166327] [drm] reserve 0xa00000 from 0x81fd000000 for PSP TMR
[   27.267455] amdgpu 0000:07:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   27.284152] amdgpu 0000:07:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   27.284174] amdgpu 0000:07:00.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw program = 0, version = 0x003b2b00 (59.43.0)
[   27.284178] amdgpu 0000:07:00.0: amdgpu: SMU driver if version not matched
[   27.284209] amdgpu 0000:07:00.0: amdgpu: use vbios provided pptable
[   27.334621] amdgpu 0000:07:00.0: amdgpu: SMU is initialized successfully!
[   27.334879] [drm] Display Core initialized with v3.2.230!
[   27.334881] [drm] DP-HDMI FRL PCON supported
[   27.336149] [drm] DMUB hardware initialized: version=0x0202001E
[   27.339103] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   27.523123] [drm] kiq ring mec 2 pipe 1 q 0
[   27.526960] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   27.527835] [drm] JPEG decode initialized successfully.
[   27.529568] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   27.529719] amdgpu: sdma_bitmap: ffff
[   27.590685] amdgpu: HMM registered 8176MB device memory
[   27.590784] amdgpu: SRAT table not found
[   27.590785] amdgpu: Virtual CRAT table created for GPU
[   27.591359] amdgpu: Topology: Add dGPU node [0x73ff:0x1002]
[   27.591362] kfd kfd: amdgpu: added device 1002:73ff
[   27.591384] amdgpu 0000:07:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 28
[   27.591509] amdgpu 0000:07:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   27.591512] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   27.591513] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   27.591515] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   27.591517] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   27.591519] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   27.591520] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   27.591522] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   27.591524] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   27.591525] amdgpu 0000:07:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   27.591527] amdgpu 0000:07:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   27.591529] amdgpu 0000:07:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   27.591531] amdgpu 0000:07:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   27.591532] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   27.591534] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   27.591536] amdgpu 0000:07:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   27.592459] amdgpu 0000:07:00.0: amdgpu: Using BACO for runtime pm
[   27.593063] [drm] Initialized amdgpu 3.52.0 20150101 for 0000:07:00.0 on minor 1
[   27.602639] fbcon: amdgpudrmfb (fb0) is primary device
[   27.602881] [drm] DSC precompute is not needed.
[   27.692021] Console: switching to colour frame buffer device 160x45
[   27.714366] amdgpu 0000:07:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   28.495569] r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control rx/tx
[   28.495592] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   35.526880] systemd-journald[234]: /var/log/journal/1369da6d8b46460ca5977db36fd256f2/user-1000.journal: Boot ID changed since last record, rotating.

Last edited by eggrole (2023-08-29 23:09:48)

Offline

#4 2023-08-30 04:54:35

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,577

Re: [Solved] New Western Digital Red HDD not showing up

My go-to with new drives is to tape off or remove the 3.3V power pin.
I'm thinking this is not your issue, becase my drives did not show in dmesg when they had that problem, if I recall - but figured I would link for you just in case.

If that's not it, and you can test a good drive with the same USB adapter and SATA controller ports/cables, then I would blame the drive.

Last edited by Ranguvar (2023-08-30 04:54:57)

Offline

#5 2023-08-30 06:03:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,472

Re: [Solved] New Western Digital Red HDD not showing up

Test the drive against a different host or at least software stack (live distro) and replacing P0 & P1 and check the host mode in the  BIOS ( https://wiki.archlinux.org/title/Partit … is_enabled - ignore the context), but yes - this smells like the drive doesn't properly initiate.

Offline

#6 2023-09-01 22:53:04

eggrole
Member
Registered: 2021-01-30
Posts: 13

Re: [Solved] New Western Digital Red HDD not showing up

I don't have another machine to test with (that would have been one of the first things I would have tried). I checked the BIOS and AHCI mode was selected. Interestingly, in that part of the BIOS it also listed the 4 SATA ports and for this new drive it listed the correct part number, but it showed up as 0.0GB where the other drives showed 1000GB and 2000GB respectively.

Next I tried booting to a live USB, Ubuntu 20.04.6. The drive was not found in gparted.

I swapped it to P1 both for my standard setup and the live USB and it gave all the same results, not showing up and the same errors in dmesg.

I am going to contact western digital about getting a replacement.

Thank you both for your suggestions.

Also seth, I was wondering if you could, just for my curiosities sake, tell me what you were looking for when you asked:

seth wrote:

and post the complete dmesg, not what you think is relevant - the segment suggests the last scan does NOT have the drive failing to identify, but oc that could also just be an omission in your selection.

Offline

#7 2023-09-02 06:25:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,472

Re: [Solved] New Western Digital Red HDD not showing up

Mostly what happens to the bus after it's moved up at lower speed w/

[   21.190752] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)

which turned out is actually nothing (but that was impossible to know given that this wasn't eg. a full grep for ata6, since "ata5" is there as well once. It's more likely to have been, and apparently was,  a coherent segment of the ringbuffer)
Also possibly surrounding pci AERs that could have hinted that the bus is generally stressed out at the time.

Offline

Board footer

Powered by FluxBB