EU ASRock Rack B450D4U-V1LQ5 mATX AM4

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

luckylinux

Active Member
Mar 18, 2012
712
175
43
Guys, I'm lost when I read what you talking about :)

I suppose you are somehow activating hidden BIOS settings? How you do it? How you searching for that options? Can you please point me right direction how to start with these things?
If you would read what we said and what I linked.

READ. I also don't have the full hang of it, but at least I have a procedure to somewhat get started a bit better. But this is the Start I have. If anybody knows better, then we can improve it ...

 

luckylinux

Active Member
Mar 18, 2012
712
175
43
@ALinden: the other alternative could be to Patch the ACPI Tables, that's another Approach maybe ?

Unsure ... I only had to play with FADT for Patching buggy BIOS ASPM Settings:

So I don't know if/how we could do that there for ECC Support.

Check dmesg to see if there are any ACPI weird Error Messages for starters.

EDIT 1: In theory However, BIOS will need to do a Memory Clear during Post with ECC Memory, otherwise it should trigger Errors ...

Code:
OneOf Prompt: "Memory Clear", Help: "When this feature is disabled, BIOS does not implement MemClear after memory training (only if non-ECC DIMMs are used).", QuestionFlags: 0x10, QuestionId: 0x37, VarStoreId: 0x5000, VarOffset: 0xB4, Fl>
                        OneOfOption Option: "Enabled" Value: 0
                        OneOfOption Option: "Disabled" Value: 1
                        OneOfOption Option: "Auto" Value: 3, Default
                End

So if ECC is disabled by Default as you said, then we might also need to switch this one ON:
Code:
setup_var.efi AmdSetup(0x5000):0xB4=0x0
EDIT 2: Fixed, Enabled=0 counter-intuitively :(
 

ALinden

Member
Mar 21, 2025
36
15
8
I could do a Test with only 1 DIMM
For testing if ECC support is active 1 DIMM should do I think.
You are using a weird Syntax However.
setup_var.efi has now new syntax.

Shouldn't we "just" ask ASRock then ? Or they will just tell us to **** off ?
I too think we should try asking ASRock support about this issue.

In UEFITool if you search for VMR then CbsSetupDxeSSP (SSP) Comes up ;)
I did set "enable ECC" for all different platforms to be sure. If with 5700X CbsSetupDxeSSP is used then default setting is "Auto"

@ALinden: Did you try with BIOS L2.09 for real, or did you just try disassembling it ?
Both

EDIT 3: maybe you could also try to enable the other Settings:
Code:
setup_var.efi AmdSetup(0x5000):0x11C=0x1
This setting "DRAM UECC Retry" does not seem to be important for ECC activation. See here: Support - H3C AMD G6 Servers RAS Technology White Paper-6W101- H3C
If an uncorrected ECC error occurs, the processor can retry the command, providing recovery for transient errors on the data bus. If retrying doesn't result in an ECC error or corrects it, data is forwarded and the corrected error is recorded. If the maximum retry count is reached and the uncorrected ECC error persists, the data is poisoned, and the delayed error is recorded.


I suppose you are somehow activating hidden BIOS settings? How you do it? How you searching for that options? Can you please point me right direction how to start with these things?
Yes.
I learned how to do it from @luckylinux writeup: GitHub - luckylinux/aspm-troubleshooting: aspm-troubleshooting
 
  • Like
Reactions: luckylinux

luckylinux

Active Member
Mar 18, 2012
712
175
43
setup_var.efi has now new syntax.
Funny because that's what I adapted from their Manpage: (3rd Example in that Section with Setup):

Anyways ...

Uhm ... Did you try the Memory Clear Setting mentioned in one of my Many Replies as well ?

Code:
setup_var.efi AmdSetup(0x5000):0xB4=0x0
EDIT 1: @ALinden Can you share a complete dmesg after boot ? I'm mainly interested to see if there are some BIOS Bug Messages and ACPI/FADT/etc.

EDIT 2: @ALinden: are you sure that it's OK NOT to specify the VarStoreId? The Official Documentation allows that, but I'm NOT sure if that ends up in the same Result as when you specify the VarStoreId: GitHub - datasone/setup_var.efi: UEFI command-line tool for read/write access of variables (compare example 1 & 3).
 
Last edited:

luckylinux

Active Member
Mar 18, 2012
712
175
43
@ALinden: I extracted ALL the BIOS now (under 9E21FD93-9C72-4C15-8C4B-E77F1DB2D792, select Volume Image Section , then Extract Body).

There are even more VarOffset Values that could be tried

Code:
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.3.4.en-US.ifr.txt:        OneOf Prompt: "DRAM ECC Enable", Help: "Use this option to enable / disable DRAM ECC. Auto will set ECC to enable.", QuestionFlags: 0x10, QuestionId: 0x83, VarStoreId: 0x5000, VarOffset: 0xE2, Flags: 0x10, Size: 8, Min: 0x0, Max: 0xFF, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.4.5.en-US.ifr.txt:        OneOf Prompt: "DRAM ECC Enable", Help: "Use this option to enable / disable DRAM ECC. Auto will set ECC to enable.", QuestionFlags: 0x10, QuestionId: 0xB2, VarStoreId: 0x5000, VarOffset: 0x11B, Flags: 0x10, Size: 8, Min: 0x0, Max: 0xFF, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.3.en-US.ifr.txt:        OneOf Prompt: "DRAM ECC Enable", Help: "Use this option to enable / disable DRAM ECC. Auto will set ECC to enable.", QuestionFlags: 0x10, QuestionId: 0x8F, VarStoreId: 0x5000, VarOffset: 0xF6, Flags: 0x10, Size: 8, Min: 0x0, Max: 0xFF, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.2.4.en-US.ifr.txt:        OneOf Prompt: "DRAM ECC Enable", Help: "Use this option to enable / disable DRAM ECC. Auto will set ECC to enable.", QuestionFlags: 0x10, QuestionId: 0x7C, VarStoreId: 0x5000, VarOffset: 0x83, Flags: 0x10, Size: 8, Min: 0x1, Max: 0xFF, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.4.2.en-US.ifr.txt:                OneOfOption Option: "DRAM ECC Enable" Value: 62
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.4.en-US.ifr.txt:                OneOfOption Option: "DRAM ECC Enable" Value: 15
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.4.en-US.ifr.txt:                OneOfOption Option: "DRAM ECC Enable" Value: 15
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.4.en-US.ifr.txt:                OneOfOption Option: "DRAM ECC Enable" Value: 15
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.4.en-US.ifr.txt:                OneOfOption Option: "DRAM ECC Enable" Value: 15
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.2.3.en-US.ifr.txt:        OneOf Prompt: "DRAM ECC Enable", Help: "Use this option to enable / disable DRAM ECC. Auto will set ECC to enable.", QuestionFlags: 0x10, QuestionId: 0x8B, VarStoreId: 0x5000, VarOffset: 0x91, Flags: 0x10, Size: 8, Min: 0x0, Max: 0xFF, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.3.3.en-US.ifr.txt:            OneOfOption Option: "DRAM ECC Enable" Value: 5
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.6.5.en-US.ifr.txt:            OneOf Prompt: "x16", Help: "DRAM ECC Enable", QuestionFlags: 0x10, QuestionId: 0x180, VarStoreId: 0x1, VarOffset: 0x8C, Flags: 0x10, Size: 8, Min: 0x0, Max: 0x1, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.3.2.en-US.ifr.txt:            OneOf Prompt: "x8", Help: "DRAM ECC Enable", QuestionFlags: 0x10, QuestionId: 0x91, VarStoreId: 0x5000, VarOffset: 0x1C0, Flags: 0x10, Size: 8, Min: 0x0, Max: 0xFF, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.6.4.en-US.ifr.txt:        Text Prompt: "DRAM ECC Enable", Help: "x8", Text: "Perform 2D WriteTraining with FFE on."
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.2.2.en-US.ifr.txt:        OneOf Prompt: "x8", Help: "DRAM ECC Enable", QuestionFlags: 0x10, QuestionId: 0x86, VarStoreId: 0x5000, VarOffset: 0x8D, Flags: 0x10, Size: 8, Min: 0x0, Max: 0xFF, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.4.3.en-US.ifr.txt:            Numeric Prompt: "DRAM ECC Enable", Help: "Use this option to enable / disable DRAM ECC. Auto will set ECC to enable.", QuestionFlags: 0x10, QuestionId: 0x8F, VarStoreId: 0x5000, VarOffset: 0x27C, Flags: 0x20, Size: 8, Min: 0x0, Max: 0x7F, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.5.en-US.ifr.txt:                OneOfOption Option: "DRAM ECC Enable" Value: 4096
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.2.5.en-US.ifr.txt:        OneOf Prompt: "x16", Help: "DRAM ECC Enable", QuestionFlags: 0x10, QuestionId: 0xB1, VarStoreId: 0x5000, VarOffset: 0xCA, Flags: 0x10, Size: 8, Min: 0x0, Max: 0xF, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.4.4.en-US.ifr.txt:            OneOf Prompt: "DRAM ECC Enable", Help: "Use this option to enable / disable DRAM ECC. Auto will set ECC to enable.", QuestionFlags: 0x10, QuestionId: 0x82, VarStoreId: 0x5000, VarOffset: 0xF8, Flags: 0x10, Size: 8, Min: 0x1, Max: 0xFF, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.2.en-US.ifr.txt:        OneOf Prompt: "DRAM ECC Enable", Help: "Use this option to enable / disable DRAM ECC. Auto will set ECC to enable.", QuestionFlags: 0x10, QuestionId: 0x8C, VarStoreId: 0x5000, VarOffset: 0xF1, Flags: 0x10, Size: 8, Min: 0x0, Max: 0xFF, Step: 0x0
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.3.5.en-US.ifr.txt:            Numeric Prompt: "x16", Help: "DRAM ECC Enable", QuestionFlags: 0x10, QuestionId: 0xB4, VarStoreId: 0x5000, VarOffset: 0x110, Flags: 0x10, Size: 8, Min: 0x0, Max: 0xFF, Step: 0x0
EDIT 1: for instance 0xF6 and 0x83 you didn't try yet. Probably others as well, I didn't check the above output in Detail. There are 400+ Files Extracted by ifrextractor if you do it Brute Force like I did. But I find it easier to grep when it's extracted, as I find uefitool Search Function very messy
 

ALinden

Member
Mar 21, 2025
36
15
8
Sorry, I was mistaken. Your syntax is the same (new) syntax only with additional id.
Documentation says it is optional id for distinguishing variables (VarStores in ifrextractor terms) with same name.
Also I used the possibility to read the bits to write (or read) form text file, that is why lines are not prepended with setup_var.efi .

I did not try Memory Clear Setting yet. Help text seems suggest it is only relevant for non-ECC RAM.
But it is probably good idea to try all the settings that even remotely have something to do with ECC or memory in general.

Cant post dmesg at the moment, because I am not near the system with 5700X tonight.
 
  • Like
Reactions: luckylinux

luckylinux

Active Member
Mar 18, 2012
712
175
43
Sorry, I was mistaken. Your syntax is the same (new) syntax only with additional id.
Documentation says it is optional id for distinguishing variables (VarStores in ifrextractor terms) with same name.
Also I used the possibility to read the bits to write (or read) form text file, that is why lines are not prepended with setup_var.efi .

I did not try Memory Clear Setting yet. Help text seems suggest it is only relevant for non-ECC RAM.
But it is probably good idea to try all the settings that even remotely have something to do with ECC or memory in general.

Cant post dmesg at the moment, because I am not near the system with 5700X tonight.
I just tried Quickly swapping the 2700X with the 5700X. Booting now ....

But no Settings AT ALL visible in BIOS L2.09 Concerning RAM !
 

luckylinux

Active Member
Mar 18, 2012
712
175
43
This is my dmesg after Ubuntu LiveUSB booted successfully:
Code:
[    0.000000] Linux version 6.8.0-56-generic (buildd@lcy02-amd64-113) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #58-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 14 15:33:28 UTC 2025 (Ubuntu 6.8.0-56.58-generic 6.8.12)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.8.0-56-generic root=UUID=8a9bff24-943a-461a-b469-ef971633e7b3 ro
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000bb6d0fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb6d1000-0x00000000bce2efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bce2f000-0x00000000bce65fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bce66000-0x00000000bd509fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd50a000-0x00000000bdffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdfff000-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] APIC: Static calls initialized
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Hetzner /B450D4U-V1L, BIOS L2.09 02/07/2023
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3394.013 MHz processor
[    0.000399] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000401] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000407] last_pfn = 0x43f380 max_arch_pfn = 0x400000000
[    0.000412] total RAM covered: 3071M
[    0.000546] Found optimal setting for mtrr clean up
[    0.000546]  gran_size: 64K     chunk_size: 64M     num_reg: 3      lose cover RAM: 0G
[    0.000549] MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
[    0.000550] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001861] e820: update [mem 0xbcfc0000-0xbcfcffff] usable ==> reserved
[    0.001867] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.001870] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[    0.004523] Using GB pages for direct mapping
[    0.004736] RAMDISK: [mem 0x2e513000-0x33280fff]
[    0.005022] ACPI: Early table checksum verification disabled
[    0.005025] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.005028] ACPI: XSDT 0x00000000BD4F2728 0000BC (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.005033] ACPI: FACP 0x00000000BCE57000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.005036] ACPI: DSDT 0x00000000BCE51000 005EF4 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.005038] ACPI: FACS 0x00000000BD4ED000 000040
[    0.005040] ACPI: SSDT 0x00000000BCE5D000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.005041] ACPI: SSDT 0x00000000BCE59000 003CB6 (v02 AMD    AMD AOD  00000001 INTL 20120913)
[    0.005043] ACPI: SSDT 0x00000000BCE58000 0000FC (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.005045] ACPI: FIDT 0x00000000BCE50000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005046] ACPI: MCFG 0x00000000BCE4F000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.005048] ACPI: AAFT 0x00000000BCE4E000 000068 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.005050] ACPI: HPET 0x00000000BCE4D000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.005051] ACPI: IVRS 0x00000000BCE4C000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005053] ACPI: FPDT 0x00000000BCE4B000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.005055] ACPI: PCCT 0x00000000BCE4A000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005056] ACPI: SSDT 0x00000000BCE45000 004043 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005058] ACPI: CRAT 0x00000000BCE44000 000F10 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.005059] ACPI: CDIT 0x00000000BCE43000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.005061] ACPI: SSDT 0x00000000BCE3F000 0037DC (v02 AMD    MYRTLE   00000001 INTL 20120913)
[    0.005063] ACPI: SSDT 0x00000000BCE3E000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.005064] ACPI: WSMT 0x00000000BCE3D000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005066] ACPI: APIC 0x00000000BCE3C000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.005068] ACPI: SSDT 0x00000000BCE3A000 0010AF (v02 AMD    MYRTLE   00000001 INTL 20120913)
[    0.005069] ACPI: Reserving FACP table memory at [mem 0xbce57000-0xbce57113]
[    0.005070] ACPI: Reserving DSDT table memory at [mem 0xbce51000-0xbce56ef3]
[    0.005070] ACPI: Reserving FACS table memory at [mem 0xbd4ed000-0xbd4ed03f]
[    0.005071] ACPI: Reserving SSDT table memory at [mem 0xbce5d000-0xbce65ce8]
[    0.005071] ACPI: Reserving SSDT table memory at [mem 0xbce59000-0xbce5ccb5]
[    0.005072] ACPI: Reserving SSDT table memory at [mem 0xbce58000-0xbce580fb]
[    0.005072] ACPI: Reserving FIDT table memory at [mem 0xbce50000-0xbce5009b]
[    0.005073] ACPI: Reserving MCFG table memory at [mem 0xbce4f000-0xbce4f03b]
[    0.005073] ACPI: Reserving AAFT table memory at [mem 0xbce4e000-0xbce4e067]
[    0.005074] ACPI: Reserving HPET table memory at [mem 0xbce4d000-0xbce4d037]
[    0.005074] ACPI: Reserving IVRS table memory at [mem 0xbce4c000-0xbce4c0cf]
[    0.005074] ACPI: Reserving FPDT table memory at [mem 0xbce4b000-0xbce4b043]
[    0.005075] ACPI: Reserving PCCT table memory at [mem 0xbce4a000-0xbce4a06d]
[    0.005075] ACPI: Reserving SSDT table memory at [mem 0xbce45000-0xbce49042]
[    0.005076] ACPI: Reserving CRAT table memory at [mem 0xbce44000-0xbce44f0f]
[    0.005076] ACPI: Reserving CDIT table memory at [mem 0xbce43000-0xbce43028]
[    0.005077] ACPI: Reserving SSDT table memory at [mem 0xbce3f000-0xbce427db]
[    0.005077] ACPI: Reserving SSDT table memory at [mem 0xbce3e000-0xbce3e0be]
[    0.005078] ACPI: Reserving WSMT table memory at [mem 0xbce3d000-0xbce3d027]
[    0.005078] ACPI: Reserving APIC table memory at [mem 0xbce3c000-0xbce3c15d]
[    0.005079] ACPI: Reserving SSDT table memory at [mem 0xbce3a000-0xbce3b0ae]
[    0.005179] No NUMA configuration found
[    0.005179] Faking a node at [mem 0x0000000000000000-0x000000043f37ffff]
[    0.005184] NODE_DATA(0) allocated [mem 0x43f355000-0x43f37ffff]
[    0.005277] Zone ranges:
[    0.005278]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005279]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005280]   Normal   [mem 0x0000000100000000-0x000000043f37ffff]
[    0.005281]   Device   empty
[    0.005281] Movable zone start for each node
[    0.005282] Early memory node ranges
[    0.005282]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.005283]   node   0: [mem 0x0000000000100000-0x0000000009bfefff]
[    0.005284]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.005285]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.005285]   node   0: [mem 0x000000000b020000-0x00000000bb6d0fff]
[    0.005286]   node   0: [mem 0x00000000bdfff000-0x00000000beffffff]
[    0.005286]   node   0: [mem 0x0000000100000000-0x000000043f37ffff]
[    0.005287] Initmem setup node 0 [mem 0x0000000000001000-0x000000043f37ffff]
[    0.005291] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005305] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.005433] On node 0, zone DMA32: 1025 pages in unavailable ranges
[    0.005446] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.008879] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.008989] On node 0, zone DMA32: 10542 pages in unavailable ranges
[    0.034799] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.034826] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.035080] ACPI: PM-Timer IO Port: 0x808
[    0.035089] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.035105] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.035113] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.035114] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.035116] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.035119] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.035120] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.035123] smpboot: Allowing 32 CPUs, 16 hotplug CPUs
[    0.035137] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.035138] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.035139] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.035140] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.035140] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.035141] PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
[    0.035142] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.035143] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.035144] PM: hibernation: Registered nosave memory: [mem 0xbb6d1000-0xbce2efff]
[    0.035144] PM: hibernation: Registered nosave memory: [mem 0xbce2f000-0xbce65fff]
[    0.035145] PM: hibernation: Registered nosave memory: [mem 0xbce66000-0xbd509fff]
[    0.035145] PM: hibernation: Registered nosave memory: [mem 0xbd50a000-0xbdffefff]
[    0.035146] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[    0.035147] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xefffffff]
[    0.035147] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.035147] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd1fffff]
[    0.035148] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff]
[    0.035148] PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfd5fffff]
[    0.035148] PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfd7fffff]
[    0.035149] PM: hibernation: Registered nosave memory: [mem 0xfd800000-0xfe9fffff]
[    0.035149] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.035150] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.035150] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.035150] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.035151] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.035151] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.035152] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.035152] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.035152] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.035153] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.035153] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.035154] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.035154] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.035154] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.035155] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.035155] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.035156] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.035156] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.035156] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.035158] [mem 0xc0000000-0xefffffff] available for PCI devices
[    0.035159] Booting paravirtualized kernel on bare hardware
[    0.035161] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.035166] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.037381] percpu: Embedded 86 pages/cpu s229376 r8192 d114688 u524288
[    0.037385] pcpu-alloc: s229376 r8192 d114688 u524288 alloc=1*2097152
[    0.037387] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[    0.037390] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
[    0.037393] pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23
[    0.037396] pcpu-alloc: [0] 24 25 26 27 [0] 28 29 30 31
[    0.037409] Kernel command line: BOOT_IMAGE=/vmlinuz-6.8.0-56-generic root=UUID=8a9bff24-943a-461a-b469-ef971633e7b3 ro
[    0.037439] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.8.0-56-generic", will be passed to user space.
[    0.037459] random: crng init done
[    0.039398] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.040376] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.040511] Fallback order for Node 0: 0
[    0.040514] Built 1 zonelists, mobility grouping on.  Total pages: 4109898
[    0.040515] Policy zone: Normal
[    0.040522] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.040565] software IO TLB: area num 32.
[    0.089933] Memory: 16203172K/16701184K available (22528K kernel code, 4444K rwdata, 14344K rodata, 4988K init, 4716K bss, 497752K reserved, 0K cma-reserved)
[    0.090563] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.090588] ftrace: allocating 58011 entries in 227 pages
[    0.100171] ftrace: allocated 227 pages with 5 groups
[    0.100887] Dynamic Preempt: voluntary
[    0.100985] rcu: Preemptible hierarchical RCU implementation.
[    0.100986] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
[    0.100987]     Trampoline variant of Tasks RCU enabled.
[    0.100988]     Rude variant of Tasks RCU enabled.
[    0.100988]     Tracing variant of Tasks RCU enabled.
[    0.100988] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.100989] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.102834] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16
[    0.103024] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.103120] spurious 8259A interrupt: IRQ7.
[    0.109964] Console: colour VGA+ 80x25
[    0.109966] printk: legacy console [tty0] enabled
[    0.136363] ACPI: Core revision 20230628
[    0.136566] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.136737] APIC: Switch to symmetric I/O mode setup
[    0.137592] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[    0.456797] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.457547] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.461695] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30ec36f5575, max_idle_ns: 440795346549 ns
[    0.461859] Calibrating delay loop (skipped), value calculated using timer frequency.. 6788.02 BogoMIPS (lpj=3394013)
[    0.462033] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.462189] LVT offset 1 assigned for vector 0xf9
[    0.462438] LVT offset 2 assigned for vector 0xf4
[    0.462581] process: using mwait in idle threads
[    0.462685] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.462857] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.462971] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.463123] Spectre V2 : Mitigation: Retpolines
[    0.463226] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.463377] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.463488] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.463602] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.463753] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.463857] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.464009] Speculative Return Stack Overflow: IBPB-extending microcode not applied!
[    0.464157] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
[    0.464158] Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
[    0.464480] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.464628] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.464738] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.464857] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.465006] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.465154] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.465263] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.465372] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.465482] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.488433] Freeing SMP alternatives memory: 48K
[    0.488540] pid_max: default: 32768 minimum: 301
[    0.488703] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity
[    0.488872] landlock: Up and running.
[    0.488972] Yama: becoming mindful.
[    0.489102] AppArmor: AppArmor initialized
[    0.489270] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.489442] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.593599] smpboot: CPU0: AMD Ryzen 7 5700X 8-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
[    0.593857] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[    0.593857] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[    0.593857] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[    0.593857] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.593857] ... version:                0
[    0.593858] ... bit width:              48
[    0.593960] ... generic registers:      6
[    0.594061] ... value mask:             0000ffffffffffff
[    0.594168] ... max period:             00007fffffffffff
[    0.594274] ... fixed-purpose events:   0
[    0.594376] ... event mask:             000000000000003f
[    0.594560] signal: max sigframe size: 3376
[    0.594697] rcu: Hierarchical SRCU implementation.
[    0.594803] rcu:     Max phase no-delay instances is 400.
[    0.597674] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.598048] smp: Bringing up secondary CPUs ...
[    0.598257] smpboot: x86: Booting SMP configuration:
[    0.598362] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.610859] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.617900] smp: Brought up 1 node, 16 CPUs
[    0.618859] smpboot: Max logical packages: 2
[    0.618961] smpboot: Total of 16 processors activated (108608.41 BogoMIPS)
[    0.620315] devtmpfs: initialized
[    0.620315] x86/mm: Memory block size: 128MB
[    0.622995] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.623032] ACPI: PM: Registering ACPI NVS region [mem 0xbce66000-0xbd509fff] (6963200 bytes)
[    0.623342] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.623532] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.623884] pinctrl core: initialized pinctrl subsystem
[    0.624090] PM: RTC time: 16:34:36, date: 2025-04-10
[    0.624701] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.625049] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.625281] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.625548] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.625864] audit: initializing netlink subsys (disabled)
[    0.625976] audit: type=2000 audit(1744302876.171:1): state=initialized audit_enabled=0 res=1
[    0.625982] thermal_sys: Registered thermal governor 'fair_share'
[    0.626023] thermal_sys: Registered thermal governor 'bang_bang'
[    0.626858] thermal_sys: Registered thermal governor 'step_wise'
[    0.626968] thermal_sys: Registered thermal governor 'user_space'
[    0.627077] thermal_sys: Registered thermal governor 'power_allocator'
[    0.627194] EISA bus registered
[    0.627419] cpuidle: using governor ladder
[    0.627419] cpuidle: using governor menu
[    0.627419] Detected 1 PCC Subspaces
[    0.627419] Registering PCC driver as Mailbox controller
[    0.627893] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.628102] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.628263] PCI: Using configuration type 1 for base access
[    0.628488] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.628903] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.628999] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.628999] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.628999] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.629991] ACPI: Added _OSI(Module Device)
[    0.630094] ACPI: Added _OSI(Processor Device)
[    0.630094] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.630094] ACPI: Added _OSI(Processor Aggregator Device)
[    0.651624] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.654306] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.659874] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[    0.660978] ACPI: Interpreter enabled
[    0.661092] ACPI: PM: (supports S0 S3 S4 S5)
[    0.661195] ACPI: Using IOAPIC for interrupt routing
[    0.663014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.663169] PCI: Ignoring E820 reservations for host bridge windows
[    0.663816] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.681223] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.681339] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.681625] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.682012] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.682172] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.682992] PCI host bridge to bus 0000:00
[    0.683095] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.683210] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.683323] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.683438] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.683552] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.683701] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec2ffff window]
[    0.683850] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.683858] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.683982] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    0.684259] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint
[    0.684523] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.684896] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.685062] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.685172] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.685284] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.685405] pci 0000:00:01.1:   bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
[    0.685624] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.685910] pci 0000:00:01.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.686076] pci 0000:00:01.3: PCI bridge to [bus 03-26]
[    0.686187] pci 0000:00:01.3:   bridge window [io  0xe000-0xefff]
[    0.686299] pci 0000:00:01.3:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.686427] pci 0000:00:01.3: enabling Extended Tags
[    0.686595] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.686929] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.687158] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.687387] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.687612] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.687839] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.687927] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.688091] pci 0000:00:07.1: PCI bridge to [bus 27]
[    0.688212] pci 0000:00:07.1: enabling Extended Tags
[    0.688364] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.688612] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.688930] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.689095] pci 0000:00:08.1: PCI bridge to [bus 28]
[    0.689205] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.689332] pci 0000:00:08.1: enabling Extended Tags
[    0.689488] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.689756] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    0.689979] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    0.690261] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint
[    0.690456] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
[    0.690649] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
[    0.690899] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
[    0.691092] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
[    0.691285] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
[    0.691479] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
[    0.691671] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
[    0.691967] pci 0000:01:00.0: [10de:104a] type 00 class 0x030000 PCIe Endpoint
[    0.692155] pci 0000:01:00.0: BAR 0 [mem 0xfb000000-0xfbffffff]
[    0.692268] pci 0000:01:00.0: BAR 1 [mem 0xe0000000-0xe7ffffff 64bit pref]
[    0.692384] pci 0000:01:00.0: BAR 3 [mem 0xe8000000-0xe9ffffff 64bit pref]
[    0.692499] pci 0000:01:00.0: BAR 5 [io  0xf000-0xf07f]
[    0.692607] pci 0000:01:00.0: ROM [mem 0xfc000000-0xfc07ffff pref]
[    0.692742] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.692940] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.1 (capable of 32.000 Gb/s with 2.5 GT/s PCIe x16 link)
[    0.693243] pci 0000:01:00.1: [10de:0e08] type 00 class 0x040300 PCIe Endpoint
[    0.693431] pci 0000:01:00.1: BAR 0 [mem 0xfc080000-0xfc083fff]
[    0.693657] pci 0000:00:01.1: ASPM: current common clock configuration is inconsistent, reconfiguring
[    0.696879] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.697085] pci 0000:03:00.0: [1022:43d5] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    0.697283] pci 0000:03:00.0: BAR 0 [mem 0xfc6a0000-0xfc6a7fff 64bit]
[    0.697409] pci 0000:03:00.0: enabling Extended Tags
[    0.697590] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.697896] pci 0000:03:00.1: [1022:43c8] type 00 class 0x010601 PCIe Legacy Endpoint
[    0.698096] pci 0000:03:00.1: BAR 5 [mem 0xfc680000-0xfc69ffff]
[    0.698207] pci 0000:03:00.1: ROM [mem 0xfc600000-0xfc67ffff pref]
[    0.698325] pci 0000:03:00.1: enabling Extended Tags
[    0.698480] pci 0000:03:00.1: PME# supported from D3hot D3cold
[    0.698694] pci 0000:03:00.2: [1022:43c6] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.698876] pci 0000:03:00.2: PCI bridge to [bus 20-26]
[    0.698989] pci 0000:03:00.2:   bridge window [io  0xe000-0xefff]
[    0.699102] pci 0000:03:00.2:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.699239] pci 0000:03:00.2: enabling Extended Tags
[    0.699399] pci 0000:03:00.2: PME# supported from D3hot D3cold
[    0.699648] pci 0000:00:01.3: PCI bridge to [bus 03-26]
[    0.699904] pci 0000:20:00.0: [1022:43c7] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.700086] pci 0000:20:00.0: PCI bridge to [bus 21-22]
[    0.700227] pci 0000:20:00.0: enabling Extended Tags
[    0.700407] pci 0000:20:00.0: PME# supported from D3hot D3cold
[    0.700661] pci 0000:20:01.0: [1022:43c7] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.700843] pci 0000:20:01.0: PCI bridge to [bus 23]
[    0.700864] pci 0000:20:01.0:   bridge window [io  0xe000-0xefff]
[    0.700977] pci 0000:20:01.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.701116] pci 0000:20:01.0: enabling Extended Tags
[    0.701296] pci 0000:20:01.0: PME# supported from D3hot D3cold
[    0.701550] pci 0000:20:04.0: [1022:43c7] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.701733] pci 0000:20:04.0: PCI bridge to [bus 26]
[    0.701892] pci 0000:20:04.0: enabling Extended Tags
[    0.702070] pci 0000:20:04.0: PME# supported from D3hot D3cold
[    0.702335] pci 0000:03:00.2: PCI bridge to [bus 20-26]
[    0.702531] pci 0000:21:00.0: [1a03:1150] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    0.702728] pci 0000:21:00.0: PCI bridge to [bus 22]
[    0.711907] pci 0000:21:00.0: enabling Extended Tags
[    0.711953] pci 0000:21:00.0: supports D1 D2
[    0.712056] pci 0000:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.712335] pci 0000:20:00.0: PCI bridge to [bus 21-22]
[    0.712506] pci_bus 0000:22: extended config space not accessible
[    0.712706] pci 0000:21:00.0: PCI bridge to [bus 22]
[    0.712946] pci 0000:23:00.0: working around ROM BAR overlap defect
[    0.713058] pci 0000:23:00.0: [8086:1533] type 00 class 0x020000 PCIe Endpoint
[    0.713325] pci 0000:23:00.0: BAR 0 [mem 0xfc500000-0xfc57ffff]
[    0.713463] pci 0000:23:00.0: BAR 2 [io  0xe000-0xe01f]
[    0.713594] pci 0000:23:00.0: BAR 3 [mem 0xfc580000-0xfc583fff]
[    0.713887] pci 0000:23:00.0: PME# supported from D0 D3hot D3cold
[    0.714320] pci 0000:20:01.0: PCI bridge to [bus 23]
[    0.714490] pci 0000:20:04.0: PCI bridge to [bus 26]
[    0.714677] pci 0000:27:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    0.714860] pci 0000:27:00.0: enabling Extended Tags
[    0.715138] pci 0000:00:07.1: PCI bridge to [bus 27]
[    0.715316] pci 0000:28:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.715502] pci 0000:28:00.0: enabling Extended Tags
[    0.715778] pci 0000:28:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    0.715889] pci 0000:28:00.1: BAR 2 [mem 0xfc300000-0xfc3fffff]
[    0.716001] pci 0000:28:00.1: BAR 5 [mem 0xfc408000-0xfc409fff]
[    0.716117] pci 0000:28:00.1: enabling Extended Tags
[    0.716363] pci 0000:28:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.716541] pci 0000:28:00.3: BAR 0 [mem 0xfc200000-0xfc2fffff 64bit]
[    0.716661] pci 0000:28:00.3: enabling Extended Tags
[    0.716890] pci 0000:28:00.3: PME# supported from D0 D3hot D3cold
[    0.717122] pci 0000:28:00.4: [1022:1487] type 00 class 0x040300 PCIe Endpoint
[    0.717300] pci 0000:28:00.4: BAR 0 [mem 0xfc400000-0xfc407fff]
[    0.717419] pci 0000:28:00.4: enabling Extended Tags
[    0.717574] pci 0000:28:00.4: PME# supported from D0 D3hot D3cold
[    0.717815] pci 0000:00:08.1: PCI bridge to [bus 28]
[    0.718213] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.718395] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.718568] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.718754] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.718927] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.719094] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.719262] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.719430] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.720866] iommu: Default domain type: Translated
[    0.720966] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.720966] SCSI subsystem initialized
[    0.721054] libata version 3.00 loaded.
[    0.721054] ACPI: bus type USB registered
[    0.721054] usbcore: registered new interface driver usbfs
[    0.721110] usbcore: registered new interface driver hub
[    0.721229] usbcore: registered new device driver usb
[    0.721356] pps_core: LinuxPPS API ver. 1 registered
[    0.721461] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.721618] PTP clock support registered
[    0.721878] EDAC MC: Ver: 3.0.0
[    0.722081] NetLabel: Initializing
[    0.722181] NetLabel:  domain hash size = 128
[    0.722284] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.722411] NetLabel:  unlabeled traffic allowed by default
[    0.722877] mctp: management component transport protocol core
[    0.722978] NET: Registered PF_MCTP protocol family
[    0.723089] PCI: Using ACPI for IRQ routing
[    0.727406] PCI: pci_cache_line_size set to 64 bytes
[    0.727492] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.727494] e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
[    0.727496] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.727497] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.727498] e820: reserve RAM buffer [mem 0xbb6d1000-0xbbffffff]
[    0.727499] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[    0.727501] e820: reserve RAM buffer [mem 0x43f380000-0x43fffffff]
[    0.727867] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.727978] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.728088] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.728088] vgaarb: loaded
[    0.728088] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.728088] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.729905] clocksource: Switched to clocksource tsc-early
[    0.730848] VFS: Disk quotas dquot_6.6.0
[    0.730964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.731220] AppArmor: AppArmor Filesystem Enabled
[    0.731353] pnp: PnP ACPI init
[    0.731550] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.731778] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.732241] system 00:03: [io  0x0a00-0x0a0f] has been reserved
[    0.732353] system 00:03: [io  0x0a10-0x0a1f] has been reserved
[    0.732465] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    0.732576] system 00:03: [io  0x0a30-0x0a3f] has been reserved
[    0.732686] system 00:03: [io  0x0a40-0x0a4f] has been reserved
[    0.733068] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.733180] system 00:04: [io  0x040b] has been reserved
[    0.733288] system 00:04: [io  0x04d6] has been reserved
[    0.733397] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.733508] system 00:04: [io  0x0c14] has been reserved
[    0.733616] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.733726] system 00:04: [io  0x0c52] has been reserved
[    0.733834] system 00:04: [io  0x0c6c] has been reserved
[    0.733942] system 00:04: [io  0x0c6f] has been reserved
[    0.734049] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.734159] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.734270] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.734380] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.734492] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.734602] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.734713] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.734828] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.734943] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.735057] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.735170] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.735285] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.735400] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.736258] pnp: PnP ACPI: found 5 devices
[    0.742263] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.742499] NET: Registered PF_INET protocol family
[    0.742759] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.755361] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.755540] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.755766] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.756174] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.756404] TCP: Hash tables configured (established 131072 bind 65536)
[    0.756610] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.756793] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.756939] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.757156] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.757271] NET: Registered PF_XDP protocol family
[    0.757386] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.757497] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.757611] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.757726] pci 0000:00:01.1:   bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
[    0.757880] pci 0000:21:00.0: PCI bridge to [bus 22]
[    0.758003] pci 0000:20:00.0: PCI bridge to [bus 21-22]
[    0.758121] pci 0000:20:01.0: PCI bridge to [bus 23]
[    0.758229] pci 0000:20:01.0:   bridge window [io  0xe000-0xefff]
[    0.758343] pci 0000:20:01.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.758465] pci 0000:20:04.0: PCI bridge to [bus 26]
[    0.758582] pci 0000:03:00.2: PCI bridge to [bus 20-26]
[    0.758691] pci 0000:03:00.2:   bridge window [io  0xe000-0xefff]
[    0.758806] pci 0000:03:00.2:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.758927] pci 0000:00:01.3: PCI bridge to [bus 03-26]
[    0.759035] pci 0000:00:01.3:   bridge window [io  0xe000-0xefff]
[    0.759148] pci 0000:00:01.3:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.759267] pci 0000:00:07.1: PCI bridge to [bus 27]
[    0.759379] pci 0000:00:08.1: PCI bridge to [bus 28]
[    0.759488] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.759606] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.759718] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.759829] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.759941] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.760052] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.760166] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfec2ffff window]
[    0.760280] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.760396] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.760505] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.760616] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe9ffffff 64bit pref]
[    0.760764] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.760873] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc6fffff]
[    0.760985] pci_bus 0000:20: resource 0 [io  0xe000-0xefff]
[    0.761094] pci_bus 0000:20: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.761205] pci_bus 0000:23: resource 0 [io  0xe000-0xefff]
[    0.761314] pci_bus 0000:23: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.761427] pci_bus 0000:28: resource 1 [mem 0xfc200000-0xfc4fffff]
[    0.761640] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[    0.761811] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.762224] PCI: CLS 64 bytes, default 64
[    0.762340] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.762383] Trying to unpack rootfs image as initramfs...
[    0.762504] pci 0000:00:01.0: Adding to iommu group 0
[    0.762680] pci 0000:00:01.1: Adding to iommu group 1
[    0.762801] pci 0000:00:01.3: Adding to iommu group 2
[    0.762926] pci 0000:00:02.0: Adding to iommu group 3
[    0.763050] pci 0000:00:03.0: Adding to iommu group 4
[    0.763174] pci 0000:00:04.0: Adding to iommu group 5
[    0.763299] pci 0000:00:05.0: Adding to iommu group 6
[    0.763426] pci 0000:00:07.0: Adding to iommu group 7
[    0.772374] pci 0000:00:07.1: Adding to iommu group 8
[    0.772504] pci 0000:00:08.0: Adding to iommu group 9
[    0.772625] pci 0000:00:08.1: Adding to iommu group 10
[    0.772757] pci 0000:00:14.0: Adding to iommu group 11
[    0.772877] pci 0000:00:14.3: Adding to iommu group 11
[    0.773050] pci 0000:00:18.0: Adding to iommu group 12
[    0.773171] pci 0000:00:18.1: Adding to iommu group 12
[    0.773291] pci 0000:00:18.2: Adding to iommu group 12
[    0.773412] pci 0000:00:18.3: Adding to iommu group 12
[    0.773533] pci 0000:00:18.4: Adding to iommu group 12
[    0.773653] pci 0000:00:18.5: Adding to iommu group 12
[    0.773774] pci 0000:00:18.6: Adding to iommu group 12
[    0.773896] pci 0000:00:18.7: Adding to iommu group 12
[    0.774030] pci 0000:01:00.0: Adding to iommu group 13
[    0.774152] pci 0000:01:00.1: Adding to iommu group 13
[    0.774291] pci 0000:03:00.0: Adding to iommu group 14
[    0.774415] pci 0000:03:00.1: Adding to iommu group 14
[    0.774539] pci 0000:03:00.2: Adding to iommu group 14
[    0.774651] pci 0000:20:00.0: Adding to iommu group 14
[    0.774762] pci 0000:20:01.0: Adding to iommu group 14
[    0.774872] pci 0000:20:04.0: Adding to iommu group 14
[    0.774983] pci 0000:21:00.0: Adding to iommu group 14
[    0.775094] pci 0000:23:00.0: Adding to iommu group 14
[    0.775215] pci 0000:27:00.0: Adding to iommu group 15
[    0.775337] pci 0000:28:00.0: Adding to iommu group 16
[    0.775459] pci 0000:28:00.1: Adding to iommu group 17
[    0.775580] pci 0000:28:00.3: Adding to iommu group 18
[    0.775703] pci 0000:28:00.4: Adding to iommu group 19
[    0.779747] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.779907] AMD-Vi: Interrupt remapping enabled
[    0.780136] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.780249] software IO TLB: mapped [mem 0x00000000b76d1000-0x00000000bb6d1000] (64MB)
[    0.780449] LVT offset 0 assigned for vector 0x400
[    0.781700] perf: AMD IBS detected (0x000003ff)
[    0.781810] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.782723] Initialise system trusted keyrings
[    0.782837] Key type blacklist registered
[    0.782966] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.783088] zbud: loaded
[    0.783498] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.783709] fuse: init (API version 7.39)
[    0.783940] integrity: Platform Keyring initialized
[    0.784048] integrity: Machine keyring initialized
[    0.792533] Key type asymmetric registered
[    0.792635] Asymmetric key parser 'x509' registered
[    0.792756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.792942] io scheduler mq-deadline registered
[    0.794226] pcieport 0000:00:01.1: PME: Signaling with IRQ 27
[    0.794402] pcieport 0000:00:01.1: AER: enabled with IRQ 27
[    0.794651] pcieport 0000:00:01.3: PME: Signaling with IRQ 28
[    0.794816] pcieport 0000:00:01.3: AER: enabled with IRQ 28
[    0.795144] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[    0.795304] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.795532] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[    0.795697] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.796475] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.796738] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.796912] ACPI: button: Power Button [PWRB]
[    0.797049] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.797239] ACPI: button: Power Button [PWRF]
[    0.798405] Estimated ratio of average max frequency by base frequency (times 1024): 1214
[    0.798569] Monitor-Mwait will be used to enter C-1 state
[    0.798575] ACPI: \_PR_.C000: Found 2 idle states
[    0.798828] ACPI: \_PR_.C002: Found 2 idle states
[    0.799062] ACPI: \_PR_.C004: Found 2 idle states
[    0.799287] ACPI: \_PR_.C006: Found 2 idle states
[    0.799523] ACPI: \_PR_.C008: Found 2 idle states
[    0.799747] ACPI: \_PR_.C00A: Found 2 idle states
[    0.799944] ACPI: \_PR_.C00C: Found 2 idle states
[    0.800166] ACPI: \_PR_.C00E: Found 2 idle states
[    0.800368] ACPI: \_PR_.C001: Found 2 idle states
[    0.800594] ACPI: \_PR_.C003: Found 2 idle states
[    0.800814] ACPI: \_PR_.C005: Found 2 idle states
[    0.801043] ACPI: \_PR_.C007: Found 2 idle states
[    0.801284] ACPI: \_PR_.C009: Found 2 idle states
[    0.801553] ACPI: \_PR_.C00B: Found 2 idle states
[    0.801777] ACPI: \_PR_.C00D: Found 2 idle states
[    0.802005] ACPI: \_PR_.C00F: Found 2 idle states
[    0.802355] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.823334] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.825679] Linux agpgart interface v0.103
[    0.829756] loop: module loaded
[    0.830042] ACPI: bus type drm_connector registered
[    0.830788] tun: Universal TUN/TAP device driver, 1.6
[    0.830932] PPP generic driver version 2.4.2
[    0.831151] i8042: PNP: No PS/2 controller found.
[    0.831300] mousedev: PS/2 mouse device common for all mice
[    0.831505] rtc_cmos 00:02: RTC can wake from S4
[    0.831824] rtc_cmos 00:02: registered as rtc0
[    0.831954] rtc_cmos 00:02: setting system clock to 2025-04-10T16:34:36 UTC (1744302876)
[    0.832131] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    0.832251] i2c_dev: i2c /dev entries driver
[    0.832373] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.832549] device-mapper: uevent: version 1.0.3
[    0.832695] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    0.832867] platform eisa.0: Probing EISA bus 0
[    0.832972] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.833085] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.833198] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.833310] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.833425] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.833537] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.833649] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.833761] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.833874] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.833986] platform eisa.0: EISA: Detected 0 cards
[    0.834093] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    0.834337] ledtrig-cpu: registered to indicate activity on CPUs
[    0.834518] drop_monitor: Initializing network drop monitor service
[    0.834715] NET: Registered PF_INET6 protocol family
[    0.865128] Freeing initrd memory: 79288K
[    0.870209] Segment Routing with IPv6
[    0.870322] In-situ OAM (IOAM) with IPv6
[    0.870454] NET: Registered PF_PACKET protocol family
[    0.870597] Key type dns_resolver registered
[    0.872140] microcode: Current revision: 0x0a20120a
[    0.872510] resctrl: L3 allocation detected
[    0.872613] resctrl: MB allocation detected
[    0.872715] resctrl: L3 monitoring detected
[    0.872861] IPI shorthand broadcast: enabled
[    0.874908] sched_clock: Marking stable (522586279, 351795787)->(913740940, -39358874)
[    0.875163] registered taskstats version 1
[    0.875809] Loading compiled-in X.509 certificates
[    0.876390] Loaded X.509 cert 'Build time autogenerated kernel key: cd4f5621059d79dc91aaaaea9adc9b26486a38ef'
[    0.876851] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.877289] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.877448] blacklist: Loading compiled-in revocation X.509 certificates
[    0.877580] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.877749] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    0.877921] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    0.878092] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    0.878263] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    0.878434] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    0.878606] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    0.878778] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    0.883073] Key type .fscrypt registered
[    0.883175] Key type fscrypt-provisioning registered
[    0.887674] cryptd: max_cpu_qlen set to 1000
[    0.890220] AVX2 version of gcm_enc/dec engaged.
[    0.890359] AES CTR mode by8 optimization enabled
[    0.900950] Key type encrypted registered
[    0.901055] AppArmor: AppArmor sha256 policy hashing enabled
[    0.901170] ima: No TPM chip found, activating TPM-bypass!
[    0.901280] Loading compiled-in module X.509 certificates
[    0.901712] Loaded X.509 cert 'Build time autogenerated kernel key: cd4f5621059d79dc91aaaaea9adc9b26486a38ef'
[    0.901873] ima: Allocated hash algorithm: sha256
[    0.902002] ima: No architecture policies found
[    0.902117] evm: Initialising EVM extended attributes:
[    0.902223] evm: security.selinux
[    0.902321] evm: security.SMACK64
[    0.902420] evm: security.SMACK64EXEC
[    0.902520] evm: security.SMACK64TRANSMUTE
[    0.902622] evm: security.SMACK64MMAP
[    0.902721] evm: security.apparmor
[    0.902820] evm: security.ima
[    0.902918] evm: security.capability
[    0.903017] evm: HMAC attrs: 0x1
[    0.912195] PM:   Magic number: 5:465:590
[    0.935762] RAS: Correctable Errors collector initialized.
[    0.936052] clk: Disabling unused clocks
[    0.937937] Freeing unused decrypted memory: 2028K
[    0.939019] Freeing unused kernel image (initmem) memory: 4988K
[    0.939134] Write protecting the kernel read-only data: 38912k
[    0.939955] Freeing unused kernel image (rodata/data gap) memory: 2040K
[    0.979882] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.979997] Run /init as init process
[    0.980099]   with arguments:
[    0.980100]     /init
[    0.980101]   with environment:
[    0.980102]     HOME=/
[    0.980103]     TERM=linux
[    0.980104]     BOOT_IMAGE=/vmlinuz-6.8.0-56-generic
[    1.084453] dca service started, version 1.12.1
[    1.084826] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.084944] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[    1.085832] ahci 0000:03:00.1: version 3.0
[    1.085998] ahci 0000:03:00.1: SSS flag set, parallel bus scan disabled
[    1.086168] ahci 0000:03:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    1.086334] ahci 0000:03:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[    1.087124] scsi host0: ahci
[    1.087365] scsi host1: ahci
[    1.087601] scsi host2: ahci
[    1.087829] scsi host3: ahci
[    1.088042] scsi host4: ahci
[    1.088261] scsi host5: ahci
[    1.088625] scsi host6: ahci
[    1.088845] scsi host7: ahci
[    1.088999] ata1: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680100 irq 37 lpm-pol 0
[    1.089166] ata2: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680180 irq 37 lpm-pol 0
[    1.089327] ata3: DUMMY
[    1.089437] ata4: DUMMY
[    1.089547] ata5: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680300 irq 37 lpm-pol 0
[    1.089708] ata6: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680380 irq 37 lpm-pol 0
[    1.089869] ata7: DUMMY
[    1.089979] ata8: DUMMY
[    1.090241] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.090363] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.119567] pps pps0: new PPS source ptp0
[    1.119720] igb 0000:23:00.0: added PHC on eth0
[    1.119885] igb 0000:23:00.0: Intel(R) Gigabit Ethernet Network Connection
[    1.120013] igb 0000:23:00.0: eth0: (PCIe:2.5Gb/s:Width x1) a8:a1:59:35:68:b6
[    1.120229] igb 0000:23:00.0: eth0: PBA No: 001300-000
[    1.120349] igb 0000:23:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    1.140330] xhci_hcd 0000:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[    1.140843] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.140952] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    1.141103] xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.141296] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    1.141450] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.141598] usb usb1: Product: xHCI Host Controller
[    1.141704] usb usb1: Manufacturer: Linux 6.8.0-56-generic xhci-hcd
[    1.141816] usb usb1: SerialNumber: 0000:03:00.0
[    1.142072] hub 1-0:1.0: USB hub found
[    1.142193] hub 1-0:1.0: 10 ports detected
[    1.142713] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.142888] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[    1.143041] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.143189] usb usb2: Product: xHCI Host Controller
[    1.143294] usb usb2: Manufacturer: Linux 6.8.0-56-generic xhci-hcd
[    1.143406] usb usb2: SerialNumber: 0000:03:00.0
[    1.143588] hub 2-0:1.0: USB hub found
[    1.143697] hub 2-0:1.0: 4 ports detected
[    1.143922] usb: port power management may be unreliable
[    1.144178] xhci_hcd 0000:28:00.3: xHCI Host Controller
[    1.144289] xhci_hcd 0000:28:00.3: new USB bus registered, assigned bus number 3
[    1.144550] xhci_hcd 0000:28:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    1.144985] xhci_hcd 0000:28:00.3: xHCI Host Controller
[    1.145094] xhci_hcd 0000:28:00.3: new USB bus registered, assigned bus number 4
[    1.145244] xhci_hcd 0000:28:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.145397] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    1.145550] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.145698] usb usb3: Product: xHCI Host Controller
[    1.145803] usb usb3: Manufacturer: Linux 6.8.0-56-generic xhci-hcd
[    1.145915] usb usb3: SerialNumber: 0000:28:00.3
[    1.146092] hub 3-0:1.0: USB hub found
[    1.146200] hub 3-0:1.0: 4 ports detected
[    1.146444] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.146616] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[    1.146769] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.146918] usb usb4: Product: xHCI Host Controller
[    1.147023] usb usb4: Manufacturer: Linux 6.8.0-56-generic xhci-hcd
[    1.147134] usb usb4: SerialNumber: 0000:28:00.3
[    1.147314] hub 4-0:1.0: USB hub found
[    1.147424] hub 4-0:1.0: 4 ports detected
[    1.396748] ata1: SATA link down (SStatus 0 SControl 330)
[    1.446354] usb 1-3: new low-speed USB device number 2 using xhci_hcd
[    1.710062] ata2: SATA link down (SStatus 0 SControl 330)
[    1.750591] usb 1-3: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.00
[    1.750771] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.750914] usb 1-3: Product: USB Keyboard
[    1.751036] usb 1-3: Manufacturer: Logitech
[    1.830893] tsc: Refined TSC clocksource calibration: 3393.624 MHz
[    1.831034] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30eac774559, max_idle_ns: 440795212956 ns
[    1.831289] clocksource: Switched to clocksource tsc
[    1.837909] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
[    1.858022] usb 2-4: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
[    1.858208] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.858351] usb 2-4: Product: Flash Drive
[    1.858475] usb 2-4: Manufacturer: Samsung
[    1.858600] usb 2-4: SerialNumber: 0372221080004100
[    2.022220] ata5: SATA link down (SStatus 0 SControl 330)
[    2.334191] ata6: SATA link down (SStatus 0 SControl 330)
[    2.338068] igb 0000:23:00.0 enp35s0: renamed from eth0
[    2.341143] usb-storage 2-4:1.0: USB Mass Storage device detected
[    2.341383] scsi host8: usb-storage 2-4:1.0
[    2.341598] usbcore: registered new interface driver usb-storage
[    2.342056] hid: raw HID events driver (C) Jiri Kosina
[    2.342630] usbcore: registered new interface driver uas
[    2.379210] usbcore: registered new interface driver usbhid
[    2.379341] usbhid: USB HID core driver
[    2.380717] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.0/0003:046D:C31C.0001/input/input2
[    2.433001] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:03:00.0-3/input0
[    2.433302] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:046D:C31C.0002/input/input3
[    2.485010] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:046D:C31C.0002/input/input4
[    2.485319] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:03:00.0-3/input1
[    4.067053] scsi 8:0:0:0: Direct-Access     Samsung  Flash Drive      1100 PQ: 0 ANSI: 6
[    4.067449] sd 8:0:0:0: Attached scsi generic sg0 type 0
[    4.068146] sd 8:0:0:0: [sda] 125313283 512-byte logical blocks: (64.2 GB/59.8 GiB)
[    4.068416] sd 8:0:0:0: [sda] Write Protect is off
[    4.068525] sd 8:0:0:0: [sda] Mode Sense: 43 00 00 00
[    4.068650] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.073740]  sda: sda1 sda2 sda3 sda4
[    4.074072] sd 8:0:0:0: [sda] Attached SCSI removable disk
[    4.096798] raid6: avx2x4   gen() 31923 MB/s
[    4.113798] raid6: avx2x2   gen() 29576 MB/s
[    4.130797] raid6: avx2x1   gen() 27162 MB/s
[    4.130900] raid6: using algorithm avx2x4 gen() 31923 MB/s
[    4.147798] raid6: .... xor() 6445 MB/s, rmw enabled
[    4.147903] raid6: using avx2x2 recovery algorithm
[    4.148577] xor: automatically using best checksumming function   avx     
[    4.149191] async_tx: api initialized (async)
[    4.448588] EXT4-fs (sda4): mounted filesystem 8a9bff24-943a-461a-b469-ef971633e7b3 ro with ordered data mode. Quota mode: none.
[    4.748412] systemd[1]: Inserted module 'autofs4'
[    4.778653] systemd[1]: systemd 255.4-1ubuntu8.6 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)
[    4.779023] systemd[1]: Detected architecture x86-64.
[    6.155988] systemd[1]: /etc/systemd/system/rc-local.service:11: Support for option SysVStartPriority= has been removed and it is ignored
[    6.256590] systemd[1]: Queued start job for default target graphical.target.
[    6.271718] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    6.272351] systemd[1]: Created slice system-postfix.slice - Slice /system/postfix.
[    6.272941] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    6.273481] systemd[1]: Created slice user.slice - User and Session Slice.
[    6.273826] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    6.274293] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    6.274664] systemd[1]: Expecting device dev-disk-by\x2duuid-1505be8e\x2d59d2\x2d42c9\x2d979c\x2dfa781a48c190.device - /dev/disk/by-uuid/1505be8e-59d2-42c9-979c-fa781a48c190...
[    6.275117] systemd[1]: Expecting device dev-disk-by\x2duuid-EBFA\x2dEEA8.device - /dev/disk/by-uuid/EBFA-EEA8...
[    6.275473] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    6.275836] systemd[1]: Reached target slices.target - Slice Units.
[    6.276131] systemd[1]: Reached target swap.target - Swaps.
[    6.276420] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    6.279691] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[    6.280171] systemd[1]: Listening on syslog.socket - Syslog Socket.
[    6.280535] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    6.280924] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    6.281346] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    6.281777] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    6.282138] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.282780] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    6.283198] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    6.284485] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    6.285293] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    6.286133] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    6.286953] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    6.288498] systemd[1]: Starting systemd-journald.service - Journal Service...
[    6.288877] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    6.293385] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    6.294274] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    6.295157] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    6.296050] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    6.296989] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    6.297880] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    6.298773] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    6.299638] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    6.300080] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    6.300921] systemd-journald[486]: Collecting audit messages is disabled.
[    6.302272] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    6.302618] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.303368] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    6.303734] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.304458] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    6.305703] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    6.306094] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    6.306488] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    6.306912] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    6.307388] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    6.307972] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    6.308192] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    6.308710] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    6.308933] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    6.309483] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    6.309721] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    6.310273] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    6.310521] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    6.311066] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    6.311282] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    6.311789] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    6.312013] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    6.313022] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    6.322623] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    6.323000] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    6.323683] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    6.324422] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    6.326194] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    6.338247] lp: driver loaded but no devices found
[    6.342104] EXT4-fs (sda4): re-mounted 8a9bff24-943a-461a-b469-ef971633e7b3 r/w. Quota mode: none.
[    6.342961] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    6.344693] ppdev: user-space parallel port driver
[    6.348374] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    6.348579] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    6.349402] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    6.349742] systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.349972] systemd[1]: Started systemd-journald.service - Journal Service.
[    6.378135] systemd-journald[486]: Received client request to flush runtime journal.
[    6.469659] systemd-journald[486]: /var/log/journal/50b0da1fc12f4a298852283b0e27ae96/system.journal: Journal file uses a different sequence number ID, rotating.
[    6.469664] systemd-journald[486]: Rotating system journal.
[    6.716685] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    6.716690] RAPL PMU: hw unit of domain package 2^-16 Joules
[    6.750274] ccp 0000:28:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    6.750306] ccp 0000:28:00.1: psp enabled
[    6.774603] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    6.774606] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    6.774747] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    6.990766] kvm_amd: TSC scaling supported
[    6.990769] kvm_amd: Nested Virtualization enabled
[    6.990770] kvm_amd: Nested Paging enabled
[    6.990771] kvm_amd: LBR virtualization supported
[    6.990779] kvm_amd: Virtual VMLOAD VMSAVE supported
[    6.990779] kvm_amd: Virtual GIF supported
[    7.004115] MCE: In-kernel MCE decoding enabled.
[    7.189910] intel_rapl_common: Found RAPL domain package
[    7.189916] intel_rapl_common: Found RAPL domain core
[    7.190196] nouveau 0000:01:00.0: vgaarb: deactivate vga console
[    7.197156] snd_hda_intel 0000:01:00.1: Disabling MSI
[    7.197162] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    7.198135] Console: switching to colour dummy device 80x25
[    7.198199] nouveau 0000:01:00.0: NVIDIA GF119 (0d90a0a1)
[    7.202051] snd_hda_intel 0000:28:00.4: no codecs found!
[    7.211649] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input5
[    7.258920] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input6
[    7.351116] nouveau 0000:01:00.0: bios: version 75.19.55.00.02
[    7.352139] nouveau 0000:01:00.0: fb: 1024 MiB DDR3
[    7.402310] EXT4-fs (sda3): mounted filesystem 1505be8e-59d2-42c9-979c-fa781a48c190 r/w with ordered data mode. Quota mode: none.
[    7.456369] nouveau 0000:01:00.0: DRM: VRAM: 1024 MiB
[    7.456373] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[    7.456376] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    7.458134] nouveau 0000:01:00.0: DRM: failed to create ce channel, -22
[    7.496315] nouveau 0000:01:00.0: DRM: MM: using M2MF for buffer copies
[    7.497877] [drm] Initialized nouveau 1.4.0 20120801 for 0000:01:00.0 on minor 0
[    7.604894] fbcon: nouveaudrmfb (fb0) is primary device
[    7.754646] Console: switching to colour frame buffer device 240x67
[    7.766641] nouveau 0000:01:00.0: [drm] fb0: nouveaudrmfb frame buffer device
[    8.117375] audit: type=1400 audit(1744302883.784:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=868 comm="apparmor_parser"
[    8.117380] audit: type=1400 audit(1744302883.784:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="vscode" pid=880 comm="apparmor_parser"
[    8.117384] audit: type=1400 audit(1744302883.784:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=871 comm="apparmor_parser"
[    8.117410] audit: type=1400 audit(1744302883.784:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=873 comm="apparmor_parser"
[    8.117457] audit: type=1400 audit(1744302883.784:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=875 comm="apparmor_parser"
[    8.117501] audit: type=1400 audit(1744302883.784:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=876 comm="apparmor_parser"
[    8.117544] audit: type=1400 audit(1744302883.784:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=878 comm="apparmor_parser"
[    8.117586] audit: type=1400 audit(1744302883.784:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=872 comm="apparmor_parser"
[    8.117632] audit: type=1400 audit(1744302883.784:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="devhelp" pid=882 comm="apparmor_parser"
[    8.117678] audit: type=1400 audit(1744302883.784:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="element-desktop" pid=883 comm="apparmor_parser"
[    8.205357] RPC: Registered named UNIX socket transport module.
[    8.205361] RPC: Registered udp transport module.
[    8.205362] RPC: Registered tcp transport module.
[    8.205364] RPC: Registered tcp-with-tls transport module.
[    8.205365] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   10.431800] workqueue: drm_fb_helper_damage_work hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND
[   10.476803] workqueue: drm_fb_helper_damage_work hogged CPU for >10000us 8 times, consider switching to WQ_UNBOUND
[   10.546356] 8021q: 802.1Q VLAN Support v1.8
[   10.663587] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   10.663832] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   10.663926] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   10.752800] workqueue: drm_fb_helper_damage_work hogged CPU for >10000us 16 times, consider switching to WQ_UNBOUND
[   10.814195] IPMI message handler: version 39.2
[   10.824751] ipmi device interface
[   10.846438] ipmi_si: IPMI System Interface driver
[   10.870828] ipmi_si: Unable to find any System Interface(s)
[   11.185616] 8021q: adding VLAN 0 to HW filter on device enp35s0
[   11.300806] workqueue: drm_fb_helper_damage_work hogged CPU for >10000us 32 times, consider switching to WQ_UNBOUND
[   11.874459] NET: Registered PF_QIPCRTR protocol family
[   13.963885] igb 0000:23:00.0 enp35s0: igb: enp35s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Output of dmidecode suggests we have the same Issue:
Code:
root@LiveUbuntu02:~# dmidecode | grep -i "Error Correction Type"
    Error Correction Type: None
    Error Correction Type: Multi-bit ECC
    Error Correction Type: Multi-bit ECC
    Error Correction Type: Multi-bit ECC
root@LiveUbuntu02:~# dmidecode
# dmidecode 3.5
Getting SMBIOS data from sysfs.
SMBIOS 3.3.0 present.
Table at 0x000E6CC0.

Handle 0x0000, DMI type 0, 26 bytes
BIOS Information
    Vendor: American Megatrends International, LLC.
    Version: L2.09
    Release Date: 02/07/2023
    Address: 0xF0000
    Runtime Size: 64 kB
    ROM Size: 16 MB
    Characteristics:
        PCI is supported
        BIOS is upgradeable
        BIOS shadowing is allowed
        Boot from CD is supported
        Selectable boot is supported
        BIOS ROM is socketed
        EDD is supported
        Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)
        Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
        5.25"/360 kB floppy services are supported (int 13h)
        5.25"/1.2 MB floppy services are supported (int 13h)
        3.5"/720 kB floppy services are supported (int 13h)
        3.5"/2.88 MB floppy services are supported (int 13h)
        Print screen service is supported (int 5h)
        Serial services are supported (int 14h)
        Printer services are supported (int 17h)
        CGA/mono video services are supported (int 10h)
        USB legacy is supported
        BIOS boot specification is supported
        Targeted content distribution is supported
        UEFI is supported
    BIOS Revision: 5.17

Handle 0x0001, DMI type 1, 27 bytes
System Information
    Manufacturer: Hetzner
    Product Name:
    Version: 1.0
    Serial Number:
    UUID: d4a7d88c-02b6-11eb-8e3a-ec0f80395f00
    Wake-up Type: Power Switch
    SKU Number:
    Family:

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
    Manufacturer: ASRockRack
    Product Name: B450D4U-V1L
    Version:                     
    Serial Number: M80-D5024301252
    Asset Tag:                     
    Features:
        Board is a hosting board
        Board is replaceable
    Location In Chassis:                     
    Chassis Handle: 0x0003
    Type: Motherboard
    Contained Object Handles: 0

Handle 0x0003, DMI type 3, 22 bytes
Chassis Information
    Manufacturer: To Be Filled By O.E.M.
    Type: Desktop
    Lock: Not Present
    Version: To Be Filled By O.E.M.
    Serial Number: To Be Filled By O.E.M.
    Asset Tag: To Be Filled By O.E.M.
    Boot-up State: Safe
    Power Supply State: Safe
    Thermal State: Safe
    Security Status: None
    OEM Information: 0x00000000
    Height: Unspecified
    Number Of Power Cords: 1
    Contained Elements: 0
    SKU Number: To Be Filled By O.E.M.

Handle 0x0004, DMI type 10, 6 bytes
On Board Device Information
    Type: Video
    Status: Enabled
    Description:    To Be Filled By O.E.M.

Handle 0x0005, DMI type 11, 5 bytes
OEM Strings
    String 1: To Be Filled By O.E.M.

Handle 0x0006, DMI type 32, 20 bytes
System Boot Information
    Status: No errors detected

Handle 0x0007, DMI type 44, 9 bytes
Unknown Type
    Header and Data:
        2C 09 07 00 FF FF 01 01 00

Handle 0x0008, DMI type 18, 23 bytes
32-bit Memory Error Information
    Type: OK
    Granularity: Unknown
    Operation: Unknown
    Vendor Syndrome: Unknown
    Memory Array Address: Unknown
    Device Address: Unknown
    Resolution: Unknown

Handle 0x0009, DMI type 16, 23 bytes
Physical Memory Array
    Location: System Board Or Motherboard
    Use: System Memory
    Error Correction Type: None
    Maximum Capacity: 128 GB
    Error Information Handle: 0x0008
    Number Of Devices: 4

Handle 0x000A, DMI type 19, 31 bytes
Memory Array Mapped Address
    Starting Address: 0x00000000000
    Ending Address: 0x000BFFFFFFF
    Range Size: 3 GB
    Physical Array Handle: 0x0009
    Partition Width: 1

Handle 0x000B, DMI type 19, 31 bytes
Memory Array Mapped Address
    Starting Address: 0x00100000000
    Ending Address: 0x0043FFFFFFF
    Range Size: 13 GB
    Physical Array Handle: 0x0009
    Partition Width: 1

Handle 0x000C, DMI type 7, 27 bytes
Cache Information
    Socket Designation: L1 - Cache
    Configuration: Enabled, Not Socketed, Level 1
    Operational Mode: Write Back
    Location: Internal
    Installed Size: 512 kB
    Maximum Size: 512 kB
    Supported SRAM Types:
        Pipeline Burst
    Installed SRAM Type: Pipeline Burst
    Speed: 1 ns
    Error Correction Type: Multi-bit ECC
    System Type: Unified
    Associativity: 8-way Set-associative

Handle 0x000D, DMI type 7, 27 bytes
Cache Information
    Socket Designation: L2 - Cache
    Configuration: Enabled, Not Socketed, Level 2
    Operational Mode: Write Back
    Location: Internal
    Installed Size: 4 MB
    Maximum Size: 4 MB
    Supported SRAM Types:
        Pipeline Burst
    Installed SRAM Type: Pipeline Burst
    Speed: 1 ns
    Error Correction Type: Multi-bit ECC
    System Type: Unified
    Associativity: 8-way Set-associative

Handle 0x000E, DMI type 7, 27 bytes
Cache Information
    Socket Designation: L3 - Cache
    Configuration: Enabled, Not Socketed, Level 3
    Operational Mode: Write Back
    Location: Internal
    Installed Size: 32 MB
    Maximum Size: 32 MB
    Supported SRAM Types:
        Pipeline Burst
    Installed SRAM Type: Pipeline Burst
    Speed: 1 ns
    Error Correction Type: Multi-bit ECC
    System Type: Unified
    Associativity: 16-way Set-associative

Handle 0x000F, DMI type 4, 48 bytes
Processor Information
    Socket Designation: AM4
    Type: Central Processor
    Family: Zen
    Manufacturer: Advanced Micro Devices, Inc.
    ID: 12 0F A2 00 FF FB 8B 17
    Signature: Family 25, Model 33, Stepping 2
    Flags:
        FPU (Floating-point unit on-chip)
        VME (Virtual mode extension)
        DE (Debugging extension)
        PSE (Page size extension)
        TSC (Time stamp counter)
        MSR (Model specific registers)
        PAE (Physical address extension)
        MCE (Machine check exception)
        CX8 (CMPXCHG8 instruction supported)
        APIC (On-chip APIC hardware supported)
        SEP (Fast system call)
        MTRR (Memory type range registers)
        PGE (Page global enable)
        MCA (Machine check architecture)
        CMOV (Conditional move instruction supported)
        PAT (Page attribute table)
        PSE-36 (36-bit page size extension)
        CLFSH (CLFLUSH instruction supported)
        MMX (MMX technology supported)
        FXSR (FXSAVE and FXSTOR instructions supported)
        SSE (Streaming SIMD extensions)
        SSE2 (Streaming SIMD extensions 2)
        HTT (Multi-threading)
    Version: AMD Ryzen 7 5700X 8-Core Processor           
    Voltage: 1.1 V
    External Clock: 100 MHz
    Max Speed: 4650 MHz
    Current Speed: 3400 MHz
    Status: Populated, Enabled
    Upgrade: Socket AM4
    L1 Cache Handle: 0x000C
    L2 Cache Handle: 0x000D
    L3 Cache Handle: 0x000E
    Serial Number: Unknown
    Asset Tag: Unknown
    Part Number: Unknown
    Core Count: 8
    Core Enabled: 8
    Thread Count: 16
    Characteristics:
        64-bit capable
        Multi-Core
        Hardware Thread
        Execute Protection
        Enhanced Virtualization
        Power/Performance Control

Handle 0x0010, DMI type 18, 23 bytes
32-bit Memory Error Information
    Type: OK
    Granularity: Unknown
    Operation: Unknown
    Vendor Syndrome: Unknown
    Memory Array Address: Unknown
    Device Address: Unknown
    Resolution: Unknown

Handle 0x0011, DMI type 17, 92 bytes
Memory Device
    Array Handle: 0x0009
    Error Information Handle: 0x0010
    Total Width: Unknown
    Data Width: Unknown
    Size: No Module Installed
    Form Factor: Unknown
    Set: None
    Locator: DIMM 0
    Bank Locator: P0 CHANNEL A
    Type: Unknown
    Type Detail: Unknown

Handle 0x0012, DMI type 18, 23 bytes
32-bit Memory Error Information
    Type: OK
    Granularity: Unknown
    Operation: Unknown
    Vendor Syndrome: Unknown
    Memory Array Address: Unknown
    Device Address: Unknown
    Resolution: Unknown

Handle 0x0013, DMI type 17, 92 bytes
Memory Device
    Array Handle: 0x0009
    Error Information Handle: 0x0012
    Total Width: 72 bits
    Data Width: 64 bits
    Size: 16 GB
    Form Factor: DIMM
    Set: None
    Locator: DIMM 1
    Bank Locator: P0 CHANNEL A
    Type: DDR4
    Type Detail: Synchronous Unbuffered (Unregistered)
    Speed: 2400 MT/s
    Manufacturer: Samsung
    Serial Number: 35A871F8
    Asset Tag: Not Specified
    Part Number: M391A2K43BB1-CRC  
    Rank: 2
    Configured Memory Speed: 2400 MT/s
    Minimum Voltage: 1.2 V
    Maximum Voltage: 1.2 V
    Configured Voltage: 1.2 V
    Memory Technology: DRAM
    Memory Operating Mode Capability: Volatile memory
    Firmware Version: Unknown
    Module Manufacturer ID: Bank 1, Hex 0xCE
    Module Product ID: Unknown
    Memory Subsystem Controller Manufacturer ID: Unknown
    Memory Subsystem Controller Product ID: Unknown
    Non-Volatile Size: None
    Volatile Size: 16 GB
    Cache Size: None
    Logical Size: None

Handle 0x0014, DMI type 20, 35 bytes
Memory Device Mapped Address
    Starting Address: 0x00000000000
    Ending Address: 0x003FFFFFFFF
    Range Size: 16 GB
    Physical Device Handle: 0x0013
    Memory Array Mapped Address Handle: 0x000B
    Partition Row Position: Unknown
    Interleave Position: Unknown
    Interleaved Data Depth: Unknown

Handle 0x0015, DMI type 18, 23 bytes
32-bit Memory Error Information
    Type: OK
    Granularity: Unknown
    Operation: Unknown
    Vendor Syndrome: Unknown
    Memory Array Address: Unknown
    Device Address: Unknown
    Resolution: Unknown

Handle 0x0016, DMI type 17, 92 bytes
Memory Device
    Array Handle: 0x0009
    Error Information Handle: 0x0015
    Total Width: Unknown
    Data Width: Unknown
    Size: No Module Installed
    Form Factor: Unknown
    Set: None
    Locator: DIMM 0
    Bank Locator: P0 CHANNEL B
    Type: Unknown
    Type Detail: Unknown

Handle 0x0017, DMI type 18, 23 bytes
32-bit Memory Error Information
    Type: OK
    Granularity: Unknown
    Operation: Unknown
    Vendor Syndrome: Unknown
    Memory Array Address: Unknown
    Device Address: Unknown
    Resolution: Unknown

Handle 0x0018, DMI type 17, 92 bytes
Memory Device
    Array Handle: 0x0009
    Error Information Handle: 0x0017
    Total Width: Unknown
    Data Width: Unknown
    Size: No Module Installed
    Form Factor: Unknown
    Set: None
    Locator: DIMM 1
    Bank Locator: P0 CHANNEL B
    Type: Unknown
    Type Detail: Unknown

Handle 0x0019, DMI type 13, 22 bytes
BIOS Language Information
    Language Description Format: Long
    Installable Languages: 1
        en|US|iso8859-1
    Currently Installed Language: en|US|iso8859-1

Handle 0x001A, DMI type 127, 4 bytes
End Of Table

And this is the only Thing I have about EDAC in dmesg:
Code:
root@LiveUbuntu02:~# dmesg | grep -i EDAC
[    0.721878] EDAC MC: Ver: 3.0.0
So I can confirm. No ECC Support Enabled/Active. Which is a BUMMER. But at least the System Boots (I mean, it could not boot at all). NOT ACCEPTABLE though. To think that these were used for Servers ...
 

ALinden

Member
Mar 21, 2025
36
15
8
There are even more VarOffset Values that could be tried
These "new" seem messed up! Take a look at whole files:

Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.3.en-US.uefi.ifr.txt
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.4.en-US.uefi.ifr.txt



But no Settings AT ALL visible in BIOS L2.09 Concerning RAM !
Told you so!
 

luckylinux

Active Member
Mar 18, 2012
712
175
43
These "new" seem messed up! Take a look at whole files:

Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.3.en-US.uefi.ifr.txt
Section_Volume_image_9E21FD93-9C72-4C15-8C4B-E77F1DB2D792_body.vol.1.4.en-US.uefi.ifr.txt
Could be, I don't have much Time right now. I was just trying to Help. Maybe the Settings are connected somehow though.

Told you so!
Alright ...

Does somebody dare to try ask ASRock if they can provide a BIOS update or something ?

EDIT 1:
I'm slowly running out of Ideas.

Other than there is a Main "Switch" within those SuppressIf Conditions.

Seems to be the Overclocking Tab.

Example from File_DXE_driver_CbsSetupDxeSSP_CbsSetupDxeSSP_body.fbd.0.0.en-US.ifr.txt:

Note that I tried to find the "Parent" of "ECC Enabled" and Had to Scroll A LOT UPWARDS then came This.

But maybe it's just my shaky Hand, unsure. A lot of the Menus mentioned between this Section and "ECC Enable" is NOT something I remember from the BIOS. So maybe we need to somehow Activate Overclock ? Not sure I saw how to activate that Either, maybe it's also behind a Hidden Menu (or only an Option for X470) ?

Code:
Form FormId: 0x7023, Title: "Accept"
                Subtitle Prompt: "Accept", Help: "", Flags: 0x0
                End
                Subtitle Prompt: "", Help: "", Flags: 0x0
                End
                OneOf Prompt: "Overclock", Help: "Memory Overclock Settings", QuestionFlags: 0x10, QuestionId: 0x62, VarStoreId: 0x5000, VarOffset: 0xD4, Flags: 0x10, Size: 8, Min: 0x1, Max: 0xFF, Step: 0x0
                        OneOfOption Option: "Auto" Value: 255, Default
                        OneOfOption Option: "Enabled" Value: 1
                End
                SuppressIf
                        EqIdVal QuestionId: 0x62, Value: 0x1
                                Not
                        End
EDIT 2: Could be also related to CBS. Please double check. To me seems to be in that "Section" though (Overclock and/or CBS).

EDIT 3: and when I mention "In that Section", I mean the INDENT (TABS/SPACE) matches what I wrote above
 
Last edited:

luckylinux

Active Member
Mar 18, 2012
712
175
43
I attempted to "Accept the Risk" via setup_var.efi to enable the Overclock, hoping that would show the extra entry in Advanced -> AMD CBS, but nope .

(I didn't check in Ubuntu if EDAC was not working, just if the extra BIOS Menu would show up)

Either it's not SSP or there's more to it.

For those Interested:
Code:
# Tested with BIOS Version L2.09 on ASROCK B450D4U-V1LQ5

# Disable printing of Commands
@echo -off

#############################################
# Enable Overclock & Accept Risk                                                 #
#############################################
# File_DXE_driver_CbsSetupDxeSSP_CbsSetupDxeSSP_body.fbd.0.0.en-US.ifr.txt
# setup_var.efi AmdSetup(0x5000):0xD4=0x01

# File_DXE_driver_CbsSetupDxeRN_CbsSetupDxeRN_body.fbd.0.0.en-US.ifr.txt
# setup_var.efi AmdSetup(0x5000):0x4A=0x01

# File_DXE_driver_CbsSetupDxeRV_CbsSetupDxeRV_body.fbd.0.0.en-US.ifr.txt
# setup_var.efi AmdSetup(0x5000):0xA1=0x01

# File_DXE_driver_CbsSetupDxeZP_CbsSetupDxeZP_body.fbd.0.0.en-US.ifr.txt
# setup_var.efi AmdSetup(0x5000):0xB1=0x01

#############################################
# Enable ECC Memory                                                                     #
#############################################
setup_var.efi AmdSetup(0x5000):0x11B=0x1
I tested with setup_var.efi AmdSetup(0x5000):0xD4=0x01 (SSP) and nothing happened.
 
Last edited:

luckylinux

Active Member
Mar 18, 2012
712
175
43
i guess there is a high possibility that suppressed options are ignored by any CbsSetupDxe.
So you mean SuppressIf is a hardcoded Value (in the Firmware File), NOT something that is based on the Register/Variable actual Value ?
 

RolloZ170

Well-Known Member
Apr 24, 2016
8,004
2,508
113
germany
So you mean SuppressIf is a hardcoded Value (in the Firmware File), NOT something that is based on the Register/Variable actual Value ?
if other processors have Cbs menu, why should this be hidden if not because nobody looks at these options(in this BIOS)
 

luckylinux

Active Member
Mar 18, 2012
712
175
43
e.g.
EqIdVal QuestionId: 0x127, Value: 0x43B9
Questionsid comes from a test of CPU type
Which is even more weird since the same ID figures in each of the different CBS Files.

But I think you know much more than I do about this anyways. I just attempted to piece together some parts to get ASPM working back then, but it wasn't very successful either, yet it was the best I could find online and some reverse engineering ...
 

luckylinux

Active Member
Mar 18, 2012
712
175
43
I'd like to challenge your interpretation of QuestionId though.

Looking in File_DXE_driver_CbsSetupDxeSSP_CbsSetupDxeSSP_body.fbd.0.0.en-US.ifr.txt I can see for instance:

Code:
SuppressIf
                        EqIdVal QuestionId: 0x62, Value: 0x1
                                Not
                        End
                        OneOf Prompt: "Trcdrd", Help: "Specifies the RAS# Active to CAS# Read Delay Time.", QuestionFlags: 0x10, QuestionId: 0x65, VarStoreId: 0x5000, VarOffset: 0xD7, Flags: 0x10, Size: 8, Min: 0x8, Max: 0xFF, Step: 0x0
                                OneOfOption Option: "Auto" Value: 255, Default
                                OneOfOption Option: "8 Clk" Value: 8
                                OneOfOption Option: "9 Clk" Value: 9
                                OneOfOption Option: "0Ah Clk" Value: 10
                                OneOfOption Option: "0Bh Clk" Value: 11
                                OneOfOption Option: "0Ch Clk" Value: 12
                                OneOfOption Option: "0Dh Clk" Value: 13
                                OneOfOption Option: "0Eh Clk" Value: 14
                                OneOfOption Option: "0Fh Clk" Value: 15
                                OneOfOption Option: "10h Clk" Value: 16
                                OneOfOption Option: "11h Clk" Value: 17
                                OneOfOption Option: "12h Clk" Value: 18
                                OneOfOption Option: "13h Clk" Value: 19
                                OneOfOption Option: "14h Clk" Value: 20
                                OneOfOption Option: "15h Clk" Value: 21
                                OneOfOption Option: "16h Clk" Value: 22
                                OneOfOption Option: "17h Clk" Value: 23
                                OneOfOption Option: "18h Clk" Value: 24
                                OneOfOption Option: "19h Clk" Value: 25
                                OneOfOption Option: "1Ah Clk" Value: 26
                                OneOfOption Option: "1Bh Clk" Value: 27
                        End
                End
Well, if you look at where QuestionId is defined (where VarOffset for that particular Question is Defined):
Code:
Form FormId: 0x7023, Title: "Accept"
                Subtitle Prompt: "Accept", Help: "", Flags: 0x0
                End
                Subtitle Prompt: "", Help: "", Flags: 0x0
                End
                OneOf Prompt: "Overclock", Help: "Memory Overclock Settings", QuestionFlags: 0x10, QuestionId: 0x62, VarStoreId: 0x5000, VarOffset: 0xD4, Flags: 0x10, Size: 8, Min: 0x1, Max: 0xFF, Step: 0x0
                        OneOfOption Option: "Auto" Value: 255, Default
                        OneOfOption Option: "Enabled" Value: 1
                End
                SuppressIf
                        EqIdVal
QuestionId: 0x62, Value: 0x1
                                Not
                        End
Which means (even more weirder since the former is anyway a Subsection of the latter), but anyways ... If OverClock has been enabled (QuestionId: 0x62, VarStoreId: 0x5000, VarOffset: 0xD4) THEN show the different Memory Frequency/Timing Settings (e.g. the one at the beginning of this Post). Otherwise do NOT show the Memory Tuning Setting.

So I kinda disagree, at least for this Section, that QuestionId matches a particular CPU.

To me it simply matches the actual Value of the Answer to that Question (which we might call "Variable" Value IMHO).